diff options
author | Michael Scherer <misc@mandriva.org> | 2011-06-27 18:41:35 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-27 18:45:13 +0100 |
commit | 12ea43016a73e853a1a6ad8227f2a6f109474abf (patch) | |
tree | a8a0b4753d11c64edce87a7944bb71a5e217ff40 /src/namespaces.h | |
parent | 901577fd23a6e7f7e639be6c8d8b086a3531a091 (diff) | |
download | telepathy-gabble-12ea43016a73e853a1a6ad8227f2a6f109474abf.tar.gz |
Support XEP-0012: Last Activity
Patch largely rewritten by Will, since Gabble has changed a lot in the
two years since he rejected it on (in retrospect, shaky and
unnecessarily hostile) grounds.
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=11688>
Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
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 08b00c6b4..d39853dbd 100644 --- a/src/namespaces.h +++ b/src/namespaces.h @@ -84,6 +84,7 @@ /* Jingle ICE-UDP transport */ #define NS_JINGLE_TRANSPORT_ICEUDP "urn:xmpp:jingle:transports:ice-udp:1" +#define NS_LAST "jabber:iq:last" #define NS_MUC "http://jabber.org/protocol/muc" #define NS_MUC_BYTESTREAM "http://telepathy.freedesktop.org/xmpp/protocol/muc-bytestream" #define NS_MUC_USER "http://jabber.org/protocol/muc#user" |