Mercurial > pidgin
diff ChangeLog @ 26802: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 | 2761213413a3 |
children | 6028712210ca |
line wrap: on
line diff
--- a/ChangeLog Sun May 03 19:36:36 2009 +0000 +++ b/ChangeLog Sun May 03 19:53:53 2009 +0000 @@ -31,6 +31,8 @@ * Support most recent version of User Avatar. (XEP-0084 v1.1) * Updated Entity Capabilities support. (Tobias Markmann) * Better support for receiving remote users' nicknames. + * /affiliate and /role will now list the room members with the specified + affiliation/role if possible. (Andrei Mozzhuhin) Yahoo: * P2P file transfers. (Sulabh Mahajan)