changeset 25825:69495c6f12af

Fix advertised capabilities (caps, chatstates, entity time) Technically, this branch doesn't support entity time (since it's broken), but the change doesn't show up when merging and I'm going to forget otherwise.
author Paul Aurich <paul@darkrain42.org>
date Tue, 10 Feb 2009 04:39:16 +0000
parents 9ccb88cc3191
children af2b883df9a3
files libpurple/protocols/jabber/jabber.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Thu Feb 05 01:00:41 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Tue Feb 10 04:39:16 2009 +0000
@@ -2777,10 +2777,12 @@
 	jabber_add_feature("jabber:iq:last", 0);
 	jabber_add_feature("jabber:iq:oob", 0);
 	jabber_add_feature("jabber:iq:time", 0);
-	jabber_add_feature("xmpp:urn:time", 0);
+	jabber_add_feature("urn:xmpp:time", 0);
 	jabber_add_feature("jabber:iq:version", 0);
 	jabber_add_feature("jabber:x:conference", 0);
 	jabber_add_feature("http://jabber.org/protocol/bytestreams", 0);
+	jabber_add_feature("http://jabber.org/protocol/caps", 0);
+	jabber_add_feature("http://jabber.org/protocol/chatstates", 0);
 	jabber_add_feature("http://jabber.org/protocol/disco#info", 0);
 	jabber_add_feature("http://jabber.org/protocol/disco#items", 0);
 #if 0