mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 19:26:21 +00:00
Add devicelist subscription
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
#include "xmpp/chat_session.h"
|
||||
#include "xmpp/jid.h"
|
||||
|
||||
#ifdef HAVE_OMEMO
|
||||
#include "xmpp/omemo.h"
|
||||
#endif
|
||||
|
||||
// for auto reconnect
|
||||
static struct {
|
||||
char *name;
|
||||
@@ -313,6 +317,9 @@ session_login_success(gboolean secured)
|
||||
roster_request();
|
||||
bookmark_request();
|
||||
blocking_request();
|
||||
#ifdef HAVE_OMEMO
|
||||
omemo_devicelist_publish();
|
||||
#endif
|
||||
|
||||
// items discovery
|
||||
char *domain = connection_get_domain();
|
||||
|
||||
Reference in New Issue
Block a user