Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-09-22 12:18:06 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-09-22 12:23:36 +0300
commit70b1dc479c77b23532b06376a24c9eeb9436db13 (patch)
tree41e860b44385be4ce84aa30f86db5ddd53b11b7e /include
parente57c1896f716bf53d2256feab6a08ce41c358c9e (diff)
Add MAM (XEP-0313) v0.4 support
Diffstat (limited to 'include')
-rw-r--r--include/ns.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ns.hrl b/include/ns.hrl
index 71f454cad..0685ae65c 100644
--- a/include/ns.hrl
+++ b/include/ns.hrl
@@ -143,6 +143,7 @@
-define(NS_BOB, <<"urn:xmpp:bob">>).
-define(NS_MAM_TMP, <<"urn:xmpp:mam:tmp">>).
-define(NS_MAM_0, <<"urn:xmpp:mam:0">>).
+-define(NS_MAM_1, <<"urn:xmpp:mam:1">>).
-define(NS_PING, <<"urn:xmpp:ping">>).
-define(NS_CARBONS_2, <<"urn:xmpp:carbons:2">>).
-define(NS_CARBONS_1, <<"urn:xmpp:carbons:1">>).