diff options
| author | Alexey Shchepin <alexey@process-one.net> | 2006-10-28 02:04:55 +0000 |
|---|---|---|
| committer | Alexey Shchepin <alexey@process-one.net> | 2006-10-28 02:04:55 +0000 |
| commit | 399d170a784aa6be19f183a4b2cc40620a8f6caa (patch) | |
| tree | ba99dd1ff8b260166e912e02e39937151f5dadb1 /src/jlib.hrl | |
| parent | * src/guide.tex: Fixed typos. (diff) | |
* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
* src/Makefile.win32: Likewise
* src/Makefile.in: Likewise
* src/configure.ac: Likewise
* src/jlib.hrl: Likewise
* src/ejabberd.hrl: Added the ejabberd URL
SVN Revision: 666
Diffstat (limited to 'src/jlib.hrl')
| -rw-r--r-- | src/jlib.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jlib.hrl b/src/jlib.hrl index ca261320f..a77cb07f8 100644 --- a/src/jlib.hrl +++ b/src/jlib.hrl @@ -34,6 +34,7 @@ -define(NS_PUBSUB_OWNER, "http://jabber.org/protocol/pubsub#owner"). -define(NS_PUBSUB_NMI, "http://jabber.org/protocol/pubsub#node-meta-info"). -define(NS_COMMANDS, "http://jabber.org/protocol/commands"). +-define(NS_BYTESTREAMS, "http://jabber.org/protocol/bytestreams"). -define(NS_EJABBERD_CONFIG, "ejabberd:config"). |
