mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 20:56:21 +00:00
Wait for discovery end to publish omemo devicelist and bundle
Add sv_ev_connection_features_received for that purpose
This commit is contained in:
@@ -53,6 +53,8 @@ void connection_set_disco_items(GSList *items);
|
||||
xmpp_conn_t* connection_get_conn(void);
|
||||
xmpp_ctx_t* connection_get_ctx(void);
|
||||
char *connection_get_domain(void);
|
||||
void connection_request_features(void);
|
||||
void connection_features_received(const char *const jid);
|
||||
GHashTable* connection_get_features(const char *const jid);
|
||||
|
||||
void connection_clear_data(void);
|
||||
|
||||
Reference in New Issue
Block a user