diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-12-18 15:32:28 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-12-18 15:32:28 +0000 |
commit | 549cd921fe9c8dac95039c414f0c1fc1e0c130d7 (patch) | |
tree | 0fc5d4d9ae028a92f28158ef04a67cd96b4541de /src/namespaces.h | |
parent | a41e85563612592123208c1589aae3e1e24c44ff (diff) | |
download | telepathy-gabble-549cd921fe9c8dac95039c414f0c1fc1e0c130d7.tar.gz |
namespaces.h: add NS_OOB
20071218153228-7fe3f-5f615fe6169da17ff3779a77ba8d1291b1968894.gz
Diffstat (limited to 'src/namespaces.h')
-rw-r--r-- | src/namespaces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespaces.h b/src/namespaces.h index 2f7b6fb71..cd7395750 100644 --- a/src/namespaces.h +++ b/src/namespaces.h @@ -55,6 +55,7 @@ #define NS_NICK "http://jabber.org/protocol/nick" #define NS_NOKIA_IV \ "http://videovoip.tableteer.nokia.com/xmpp/privilege" +#define NS_OOB "jabber:iq:oob" #define NS_OLPC_BUDDY_PROPS "http://laptop.org/xmpp/buddy-properties" #define NS_OLPC_ACTIVITIES "http://laptop.org/xmpp/activities" #define NS_OLPC_CURRENT_ACTIVITY "http://laptop.org/xmpp/current-activity" |