* changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage. soc.2008.xmpp

Wed, 02 Jul 2008 21:27:51 +0000

author
Tobias Markmann <tfar@soc.pidgin.im>
date
Wed, 02 Jul 2008 21:27:51 +0000
branch
soc.2008.xmpp
changeset 23592
ef05814b1f67
parent 23591
ba1e3ed78d40
child 23593
149bce500f4e

* changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.

libpurple/protocols/jabber/jabber.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/jabber.h	Tue Jul 01 23:16:15 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Wed Jul 02 21:27:51 2008 +0000
@@ -64,7 +64,7 @@
 #include <sasl/sasl.h>
 #endif
 
-#define CAPS0115_NODE "http://pidgin.im/caps"
+#define CAPS0115_NODE "http://pidgin.im/"
 
 /* Index into attention_types list */
 #define JABBER_BUZZ 0

mercurial