Mercurial > pidgin.yaz
changeset 27184:2e91b80a9179
Comment out the JABBER_CAP for XEP-0022.
I have plans bouncing around my head to fully merge JabberCapabilities
with JabberCapsClientInfo (the Entity Capabilities stuff).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 11 Jun 2009 22:28:41 +0000 |
parents | ad04d94e6ddf |
children | e49739413d73 |
files | libpurple/protocols/jabber/jabber.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h Thu Jun 11 22:25:25 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.h Thu Jun 11 22:28:41 2009 +0000 @@ -25,7 +25,7 @@ typedef enum { JABBER_CAP_NONE = 0, JABBER_CAP_XHTML = 1 << 0, - JABBER_CAP_COMPOSING = 1 << 1, +/* JABBER_CAP_COMPOSING = 1 << 1, */ JABBER_CAP_SI = 1 << 2, JABBER_CAP_SI_FILE_XFER = 1 << 3, JABBER_CAP_BYTESTREAMS = 1 << 4,