diff libpurple/protocols/jabber/jabber.h @ 27584:95c56191d26c

For contacts who advertise Entity Caps, check for XHTML-IM support. Refs #4650. For backward-compatibility (and what I, as someone who knows that Jabber supports rich-text, would expect), continue sending it if the contact is offline (i.e. not on the roster).
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 04:39:31 +0000
parents 6d26258e9f1d
children ebd9630ffc77
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun Jul 12 04:35:04 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Jul 12 04:39:31 2009 +0000
@@ -24,7 +24,7 @@
 
 typedef enum {
 	JABBER_CAP_NONE           = 0,
-	JABBER_CAP_XHTML          = 1 << 0,
+/*	JABBER_CAP_XHTML          = 1 << 0, */
 	JABBER_CAP_COMPOSING      = 1 << 1,
 	JABBER_CAP_SI             = 1 << 2,
 	JABBER_CAP_SI_FILE_XFER   = 1 << 3,