comparison mcabber/mcabber/roster.h @ 1692:434b2a32d2a0

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.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 06 Feb 2010 18:20:09 +0100
parents b2e0083891cc
children 15e6b21df606
comparison
equal deleted inserted replaced
1691:b2e0083891cc 1692:434b2a32d2a0
96 #define ROSTER_FLAG_HIDE (1U<<1) // Group hidden (or buddy window closed) 96 #define ROSTER_FLAG_HIDE (1U<<1) // Group hidden (or buddy window closed)
97 #define ROSTER_FLAG_LOCK (1U<<2) // Node should not be removed from buddylist 97 #define ROSTER_FLAG_LOCK (1U<<2) // Node should not be removed from buddylist
98 #define ROSTER_FLAG_USRLOCK (1U<<3) // Node should not be removed from buddylist 98 #define ROSTER_FLAG_USRLOCK (1U<<3) // Node should not be removed from buddylist
99 // ROSTER_FLAG_LOCAL (1U<<4) // Buddy not on server's roster (??) 99 // ROSTER_FLAG_LOCAL (1U<<4) // Buddy not on server's roster (??)
100 100
101 #define XEP0022 101 // #define XEP0022 (Officially obsoleted by XMPP Council)
102 #define XEP0085 102 #define XEP0085
103 103
104 struct jep0022 { 104 struct jep0022 {
105 guint support; 105 guint support;
106 guint last_state_sent; 106 guint last_state_sent;