comparison libpurple/protocols/jabber/chat.h @ 29070:c8b407fec879

jabber: Kick by in-room nick, not JID. Reduces code, but is still in-spec (and seems to be the preferred method)
author Paul Aurich <paul@darkrain42.org>
date Thu, 18 Feb 2010 04:39:28 +0000
parents a335d1bab20e
children 34cd785f849c
comparison
equal deleted inserted replaced
29069:f5c00a24bb87 29070:c8b407fec879
98 const char *why); 98 const char *why);
99 gboolean jabber_chat_affiliate_user(JabberChat *chat, const char *who, 99 gboolean jabber_chat_affiliate_user(JabberChat *chat, const char *who,
100 const char *affiliation); 100 const char *affiliation);
101 gboolean jabber_chat_affiliation_list(JabberChat *chat, const char *affiliation); 101 gboolean jabber_chat_affiliation_list(JabberChat *chat, const char *affiliation);
102 gboolean jabber_chat_role_user(JabberChat *chat, const char *who, 102 gboolean jabber_chat_role_user(JabberChat *chat, const char *who,
103 const char *role); 103 const char *role, const char *why);
104 gboolean jabber_chat_role_list(JabberChat *chat, const char *role); 104 gboolean jabber_chat_role_list(JabberChat *chat, const char *role);
105 gboolean jabber_chat_kick_user(JabberChat *chat, const char *who, 105 gboolean jabber_chat_kick_user(JabberChat *chat, const char *who,
106 const char *why); 106 const char *why);
107 107
108 PurpleRoomlist *jabber_roomlist_get_list(PurpleConnection *gc); 108 PurpleRoomlist *jabber_roomlist_get_list(PurpleConnection *gc);