MUC: Added legacy error codes to nickname conflict presence errors.
|
Waqas Hussain |
2009-09-24 |
MUC: Added MUC feature to the disco#info replies of rooms.
|
Waqas Hussain |
2009-09-21 |
MUC: Correct routing of vCard requests to bare JID.
|
Waqas Hussain |
2009-09-13 |
MUC: Preserve stanza attributes for private messages.
|
Waqas Hussain |
2009-09-09 |
MUC: Don't kick on errors in private messages.
|
Waqas Hussain |
2009-09-09 |
MUC: Removed commented code.
|
Waqas Hussain |
2009-09-09 |
MUC: Fixed traceback on unauthorized access of the room configuration form.
|
Waqas Hussain |
2009-09-07 |
MUC: Added service discovery replies for rooms.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed an undefined global access.
|
Waqas Hussain |
2009-09-07 |
MUC: Added support for room configuration forms, persistence and hidden rooms.
|
Waqas Hussain |
2009-09-07 |
MUC: Refactored IQ handling to be more easily extensible.
|
Waqas Hussain |
2009-09-07 |
MUC: Added kicking support.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed a variable scoping bug causing problems with presence routing on affiliation/role change.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed: Unavailable presence was being sent for all role and affiliation changes. Now sent only for kicked occupants.
|
Waqas Hussain |
2009-09-07 |
MUC: Changed a MUC library method into a function.
|
Waqas Hussain |
2009-09-07 |
MUC: Workaround for Miranda sending 'nick' instead of 'jid' when changing affiliation.
|
Waqas Hussain |
2009-09-07 |
MUC: Some fixes for minor bugs in IQ handling.
|
Waqas Hussain |
2009-09-07 |
MUC: Added support for requesting various lists (owner, admin, voice, etc).
|
Waqas Hussain |
2009-09-07 |
MUC: An admin or owner MUST NOT be able to revoke moderation privileges from another admin or owner.
|
Waqas Hussain |
2009-09-07 |
MUC: Owners can now modify roles and affiliations
|
Waqas Hussain |
2009-09-07 |
MUC: Send appropriate error to banned users on join.
|
Waqas Hussain |
2009-09-07 |
MUC: Renamed _participants table to _occupants
|
Waqas Hussain |
2009-09-07 |
MUC: Initial support for roles and affiliations
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed function declarations.
|
Waqas Hussain |
2009-09-07 |
MUC: The MUC lib is now metatable based. Cleaned up code, etc.
|
Waqas Hussain |
2009-09-07 |
MUC: Added initial MUC lib
|
Waqas Hussain |
2009-09-07 |