diff src/protocols/jabber/jabber.h @ 13384:a580ffe73314

[gaim-migrate @ 15757] jabber updates, including the first half of JEP-0115 support, and maybe the fix for jabber plaintext messages not having their line-endings preserved committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Mar 2006 03:38:36 +0000
parents 33bef17125c2
children 25e63008d3bb
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Fri Mar 03 03:00:33 2006 +0000
+++ b/src/protocols/jabber/jabber.h	Fri Mar 03 03:38:36 2006 +0000
@@ -35,6 +35,8 @@
 #include <sasl/sasl.h>
 #endif
 
+#define CAPS0115_NODE "http://gaim.sf.net/caps"
+
 typedef enum {
 	JABBER_CAP_NONE           = 0,
 	JABBER_CAP_XHTML          = 1 << 0,