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:
authorBadlop <badlop@process-one.net>2015-09-25 18:00:00 +0300
committerBadlop <badlop@process-one.net>2015-09-25 18:00:00 +0300
commit1781a589296124a17422db594c1f19701fbb00df (patch)
tree7b20c4fa2b19651de9e78b6174574f7c44f531aa /include
parente2cc45933fcb80e1c5cfa4f12436dba0b91ffdd7 (diff)
Strip Nick element in message stanzas sent to a room (#686)
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 85cf762ef..eb4223d9d 100644
--- a/include/ns.hrl
+++ b/include/ns.hrl
@@ -152,3 +152,4 @@
-define(NS_CLIENT_STATE, <<"urn:xmpp:csi:0">>).
-define(NS_STREAM_MGMT_2, <<"urn:xmpp:sm:2">>).
-define(NS_STREAM_MGMT_3, <<"urn:xmpp:sm:3">>).
+-define(NS_NICK, <<"http://jabber.org/protocol/nick">>).