Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 26884:af2b87aa82ee
Add ability to list roles/affiliations in a chat via slash-commands and
modify roles/affiliations of multiple users at a time. Closes #5649.
Slightly modified patch from Andrei Mozzhuhin. The multiple-user support
is inefficient; all the changes can go in one stanza. We should also
actually track roles/affiliations of members since ejabberd's MUC won't
respond to the list query for a non-admin.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 03 May 2009 19:53:53 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#include "conversation.h" PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const PurpleAccount *account)); PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol); PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);