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-03-19 18:40:24 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:12:31 +0200
commitd8f0bcef9407f45161e124aa4703d0f0485fb2db (patch)
treeaa9027dad7335461c5eb62a73421588570fcbae1 /src/xmpp/xmpp.h
parent9044e3732c5f6f53e3aa6f0205bd9e05b6caace3 (diff)
downloadprofani-tty-d8f0bcef9407f45161e124aa4703d0f0485fb2db.tar.gz
Add publish option to OMEMO device list and bundle
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 763c8a91..67cc722c 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -63,6 +63,8 @@
 #define XMPP_FEATURE_MUC_NONANONYMOUS "http://jabber.org/protocol/muc#muc_nonanonymous"
 #define XMPP_FEATURE_COMMANDS "http://jabber.org/protocol/commands"
 #define XMPP_FEATURE_OMEMO_DEVICELIST_NOTIFY "eu.siacs.conversations.axolotl.devicelist+notify"
+#define XMPP_FEATURE_PUBSUB "http://jabber.org/protocol/pubsub"
+#define XMPP_FEATURE_PUBSUB_PUBLISH_OPTIONS "http://jabber.org/protocol/pubsub#publish-options"
 
 typedef enum {
     JABBER_CONNECTING,