matrix-client ~master (2017-03-26T18:24:34Z)
Dub
Repo
InboundGroupSession
matrix
inbound_group
Undocumented in source.
class
InboundGroupSession {
OlmInboundGroupSession
*
session
;
string
pickle
(string key);
static
InboundGroupSession
unpickle
(string key, string pickle);
static
InboundGroupSession
init
(string session_key);
static
InboundGroupSession
import_session
(string session_key);
string
decrypt
(string msg, uint* msg_index);
string
session_id
();
uint
first_known_index
[@property getter];
string
export_session
(uint message_index);
}
Members
Functions
decrypt
string
decrypt
(string msg, uint* msg_index)
Undocumented in source. Be warned that the author may not have intended to support it.
export_session
string
export_session
(uint message_index)
Undocumented in source. Be warned that the author may not have intended to support it.
pickle
string
pickle
(string key)
serialize session data, locked by key
session_id
string
session_id
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
first_known_index
uint
first_known_index
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
import_session
InboundGroupSession
import_session
(string session_key)
Undocumented in source. Be warned that the author may not have intended to support it.
init
InboundGroupSession
init
(string session_key)
Undocumented in source. Be warned that the author may not have intended to support it.
unpickle
InboundGroupSession
unpickle
(string key, string pickle)
deserialize session data, unlocked by key
Variables
session
OlmInboundGroupSession
*
session
;
Undocumented in source.
Meta
Source
See Implementation
matrix
inbound_group
classes
InboundGroupSession
functions
olm_clear_inbound_group_session
olm_export_inbound_group_session
olm_export_inbound_group_session_length
olm_group_decrypt
olm_group_decrypt_max_plaintext_length
olm_import_inbound_group_session
olm_inbound_group_session
olm_inbound_group_session_first_known_index
olm_inbound_group_session_id
olm_inbound_group_session_id_length
olm_inbound_group_session_is_verified
olm_inbound_group_session_last_error
olm_inbound_group_session_size
olm_init_inbound_group_session
olm_pickle_inbound_group_session
olm_pickle_inbound_group_session_length
olm_unpickle_inbound_group_session
structs
OlmInboundGroupSession