mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 23:46:22 +00:00
Fix devicelist subscription and handle pubsub event
Devicelist subscription can be done directly with caps_add feature.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <glib.h>
|
||||
|
||||
void omemo_devicelist_subscribe(void);
|
||||
void omemo_devicelist_publish(void);
|
||||
void omemo_devicelist_publish(GList *device_list);
|
||||
void omemo_bundle_publish(void);
|
||||
|
||||
Reference in New Issue
Block a user