soc.2008.xmpp: 9cc147c0: * changing caps node namespace. Accordin...

tfar at soc.pidgin.im tfar at soc.pidgin.im
Sun Jul 6 17:16:46 EDT 2008


-----------------------------------------------------------------
Revision: 9cc147c073408bc27e1576d3a5a76773341b1f69
Ancestor: 7cc51f307fb181681a680465abf9444546024d98
Author: tfar at soc.pidgin.im
Date: 2008-07-02T21:27:51
Branch: im.pidgin.soc.2008.xmpp
URL: http://d.pidgin.im/viewmtn/revision/info/9cc147c073408bc27e1576d3a5a76773341b1f69

Modified files:
        libpurple/protocols/jabber/jabber.h

ChangeLog: 

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

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.h	742698a4946f1a58976f55f2fecf5720bd6faab3
+++ libpurple/protocols/jabber/jabber.h	2c98d562c32775ee0f07339523f2096a9f50eab7
@@ -64,7 +64,7 @@ typedef struct _JabberStream JabberStrea
 #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


More information about the Commits mailing list