comparison ChangeLog @ 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 2761213413a3
children 6028712210ca
comparison
equal deleted inserted replaced
26881:ea2306f2f886 26884:af2b87aa82ee
29 login. 29 login.
30 * Support showing and reporting idle times in the buddy list. (XEP-0256) 30 * Support showing and reporting idle times in the buddy list. (XEP-0256)
31 * Support most recent version of User Avatar. (XEP-0084 v1.1) 31 * Support most recent version of User Avatar. (XEP-0084 v1.1)
32 * Updated Entity Capabilities support. (Tobias Markmann) 32 * Updated Entity Capabilities support. (Tobias Markmann)
33 * Better support for receiving remote users' nicknames. 33 * Better support for receiving remote users' nicknames.
34 * /affiliate and /role will now list the room members with the specified
35 affiliation/role if possible. (Andrei Mozzhuhin)
34 36
35 Yahoo: 37 Yahoo:
36 * P2P file transfers. (Sulabh Mahajan) 38 * P2P file transfers. (Sulabh Mahajan)
37 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. 39 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'.
38 (Sulabh Mahajan) 40 (Sulabh Mahajan)