[Pidgin] #556: jabber service discovery
Pidgin
trac at pidgin.im
Mon Mar 16 06:53:26 EDT 2009
#556: jabber service discovery
------------------------------------+---------------------------------------
Reporter: shaman | Owner: deryni
Type: patch | Status: new
Milestone: Patches Needing Review | Component: XMPP
Version: 2.0 | Resolution:
Keywords: |
------------------------------------+---------------------------------------
Comment(by nops):
Replying to [comment:44 branleb]:
> Hi,
> I tried to compile the last version of pidgin (2.5.5) with that patch.
> patching, and autotools worked fine and after i ran configure with only
a prefix parameter,
Patch was not applied successfully. Error must be in
libpurple/protocols/jabber/jabber.h. Add JABBER_CAP_ITEMS constant manual:
{{{
typedef enum {
JABBER_CAP_NONE = 0,
JABBER_CAP_XHTML = 1 << 0,
JABBER_CAP_COMPOSING = 1 << 1,
JABBER_CAP_SI = 1 << 2,
JABBER_CAP_SI_FILE_XFER = 1 << 3,
JABBER_CAP_BYTESTREAMS = 1 << 4,
JABBER_CAP_IBB = 1 << 5,
JABBER_CAP_CHAT_STATES = 1 << 6,
JABBER_CAP_IQ_SEARCH = 1 << 7,
JABBER_CAP_IQ_REGISTER = 1 << 8,
/* Google Talk extensions:
* http://code.google.com/apis/talk/jep_extensions/extensions.html
*/
JABBER_CAP_GMAIL_NOTIFY = 1 << 9,
JABBER_CAP_GOOGLE_ROSTER = 1 << 10,
JABBER_CAP_PING = 1 << 11,
JABBER_CAP_ADHOC = 1 << 12,
JABBER_CAP_BLOCKING = 1 << 13,
JABBER_CAP_ITEMS = 1 << 14,
JABBER_CAP_RETRIEVED = 1 << 31
} JabberCapabilities;
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/556#comment:45>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list