about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-02-22 19:57:26 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-10 16:03:50 +0200
commit756fefb09aa9cb22d1f882c51984ca6047dc236d (patch)
tree031bfe00d782251d8e0856cf03ee2130074e805c /src/xmpp/xmpp.h
parent79bb5016c22ee663f94b508feb59cb1d302b00b0 (diff)
downloadprofani-tty-756fefb09aa9cb22d1f882c51984ca6047dc236d.tar.gz
Fix devicelist subscription and handle pubsub event
Devicelist subscription can be done directly with caps_add feature.
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index c9403090..5c0dae76 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -61,6 +61,7 @@
 #define XMPP_FEATURE_LASTACTIVITY "jabber:iq:last"
 #define XMPP_FEATURE_MUC "http://jabber.org/protocol/muc"
 #define XMPP_FEATURE_COMMANDS "http://jabber.org/protocol/commands"
+#define XMPP_FEATURE_OMEMO_DEVICELIST_NOTIFY "eu.siacs.conversations.axolotl.devicelist+notify"
 
 typedef enum {
     JABBER_CONNECTING,