# HG changeset patch # User Mikael Berthe # Date 1265476809 -3600 # Node ID 434b2a32d2a0e8da48b75ee4e5f61e8b4dd1d8fa # Parent b2e0083891cc192011a6d6921f33c6ba096723e6 Disable XEP-0022 (Message Events) as it's been obsolete for a while It can still be turned on by defining XEP0022 in the config.h file. diff -r b2e0083891cc -r 434b2a32d2a0 mcabber/mcabber/roster.h --- a/mcabber/mcabber/roster.h Sat Feb 06 18:16:06 2010 +0100 +++ b/mcabber/mcabber/roster.h Sat Feb 06 18:20:09 2010 +0100 @@ -98,7 +98,7 @@ #define ROSTER_FLAG_USRLOCK (1U<<3) // Node should not be removed from buddylist // ROSTER_FLAG_LOCAL (1U<<4) // Buddy not on server's roster (??) -#define XEP0022 +// #define XEP0022 (Officially obsoleted by XMPP Council) #define XEP0085 struct jep0022 {