summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-05-11 21:15:43 +0200
committerlouiz’ <louiz@louiz.org>2017-05-11 21:15:43 +0200
commit8cf0b833c47314ada66e6a25bbdb9a2178e096d0 (patch)
tree1282098315978f09193b34c8a61df0759b39c457 /src/xmpp/xmpp_component.hpp
parent577a863977e4691f59d654977591eed748df2843 (diff)
downloadbiboumi-8cf0b833c47314ada66e6a25bbdb9a2178e096d0.tar.gz
biboumi-8cf0b833c47314ada66e6a25bbdb9a2178e096d0.tar.bz2
biboumi-8cf0b833c47314ada66e6a25bbdb9a2178e096d0.tar.xz
biboumi-8cf0b833c47314ada66e6a25bbdb9a2178e096d0.zip
Make the IRC channel configuration form available from the MUC config
fix #3250
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index 8eabaf6..ebe3ec8 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -17,6 +17,7 @@
#define MUC_NS "http://jabber.org/protocol/muc"
#define MUC_USER_NS MUC_NS"#user"
#define MUC_ADMIN_NS MUC_NS"#admin"
+#define MUC_OWNER_NS MUC_NS"#owner"
#define DISCO_NS "http://jabber.org/protocol/disco"
#define DISCO_ITEMS_NS DISCO_NS"#items"
#define DISCO_INFO_NS DISCO_NS"#info"