TLV types
# currently unused in libotr, will be for some internal padding OTRL_TLV_PADDING = 0x0000 # The sender has thrown away his OTR session keys with you, # ie. he won't be able to read your encrypted messages anymore OTRL_TLV_DISCONNECTED = 0x0001 # The message contains a step in the Socialist Millionaires' Protocol. OTRL_TLV_SMP1 = 0x0002 OTRL_TLV_SMP2 = 0x0003 OTRL_TLV_SMP3 = 0x0004 OTRL_TLV_SMP4 = 0x0005 OTRL_TLV_SMP_ABORT = 0x0006 OTRL_TLV_SMP1Q = 0x0007