summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-05-03 19:53:53 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-05-03 19:53:53 +0000
commit608cd47d5a534a13d541c05c88f3e27b82f2a879 (patch)
tree428ea2e5b378c0171d4a74c73ea3139e29376f3c /ChangeLog
parent5bb8ea9d3ecdf0d9617964eb432323338251a3d6 (diff)
downloadpidgin-608cd47d5a534a13d541c05c88f3e27b82f2a879.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0cb9dfed8..888c89ccd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,8 @@ version 2.6.0 (??/??/2009):
* 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)