diff options
author | Christophe Romain <chris.romain@gmail.com> | 2010-03-05 17:52:41 +0100 |
---|---|---|
committer | Christophe Romain <chris.romain@gmail.com> | 2010-03-05 17:52:41 +0100 |
commit | 6ee8ec49a5dc3a21477f1de1256c17af43af05f2 (patch) | |
tree | 51c4bad50fe59bef44d687d366720f32f897dc58 /src/jlib.hrl | |
parent | MSSQL support was broken (EJAB-1201) (diff) |
add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)
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 076407f93..8047c1a82 100644 --- a/src/jlib.hrl +++ b/src/jlib.hrl @@ -84,6 +84,7 @@ -define(NS_CAPS, "http://jabber.org/protocol/caps"). -define(NS_SHIM, "http://jabber.org/protocol/shim"). +-define(NS_ADDRESS, "http://jabber.org/protocol/address"). %% CAPTCHA related NSes. -define(NS_OOB, "jabber:x:oob"). |