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-10-26 14:10:55 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-10-26 14:10:55 +0300
commit137a4ee0877e111c9d7c0bfcaff510a6d5ff81f1 (patch)
tree1289feb94df8141f63dd84943b41caca083d58ed /include
parentb2eb9f197afeceb6bde48a2d1f0d5b9408703957 (diff)
Add HTTP File Upload support (XEP-0363)
Diffstat (limited to 'include')
-rw-r--r--include/ns.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ns.hrl b/include/ns.hrl
index eb4223d9d..644874f2d 100644
--- a/include/ns.hrl
+++ b/include/ns.hrl
@@ -152,4 +152,7 @@
-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_HTTP_UPLOAD, <<"urn:xmpp:http:upload">>).
+-define(NS_HTTP_UPLOAD_OLD, <<"eu:siacs:conversations:http:upload">>).
+-define(NS_THUMBS_1, <<"urn:xmpp:thumbs:1">>).
-define(NS_NICK, <<"http://jabber.org/protocol/nick">>).