comparison 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
comparison
equal deleted inserted replaced
13383:07286677b8b8 13384:a580ffe73314
32 #include "xmlnode.h" 32 #include "xmlnode.h"
33 33
34 #ifdef HAVE_CYRUS_SASL 34 #ifdef HAVE_CYRUS_SASL
35 #include <sasl/sasl.h> 35 #include <sasl/sasl.h>
36 #endif 36 #endif
37
38 #define CAPS0115_NODE "http://gaim.sf.net/caps"
37 39
38 typedef enum { 40 typedef enum {
39 JABBER_CAP_NONE = 0, 41 JABBER_CAP_NONE = 0,
40 JABBER_CAP_XHTML = 1 << 0, 42 JABBER_CAP_XHTML = 1 << 0,
41 JABBER_CAP_COMPOSING = 1 << 1, 43 JABBER_CAP_COMPOSING = 1 << 1,