MUC: Added room:set_persistent(boolean) and room:is_persistent().
|
Waqas Hussain |
2010-06-13 |
MUC: Added disco#info features to advertise room's members-only status (muc_membersonly or muc_open).
|
Waqas Hussain |
2010-06-13 |
MUC: Added a 'Make Room Members-Only?' field to the room config dialog.
|
Waqas Hussain |
2010-06-13 |
MUC: Updated room:get_default_role() to not assign unaffiliated occupants a role in members-only rooms.
|
Waqas Hussain |
2010-06-13 |
MUC: Added room:set_members_only(boolean) and room:is_members_only().
|
Waqas Hussain |
2010-06-13 |
MUC: Added disco#info features to advertise room's moderation status (muc_moderated or muc_unmoderated).
|
Waqas Hussain |
2010-06-13 |
MUC: Added a 'Make Room Moderated?' field to the room config dialog.
|
Waqas Hussain |
2010-06-13 |
MUC: Updated room:get_default_role() to assign unaffiliated occupants a "visitor" role in moderated rooms.
|
Waqas Hussain |
2010-06-13 |
MUC: Added room:set_moderated(boolean) and room:is_moderated().
|
Waqas Hussain |
2010-06-13 |
MUC: Persist data in room:set_password() when called programmatically.
|
Waqas Hussain |
2010-06-13 |
MUC: Added a password field to the room config dialog.
|
Waqas Hussain |
2010-06-13 |
MUC: Include a <password/> element in invites from password protected rooms.
|
Waqas Hussain |
2010-06-13 |
MUC: Added disco#info features to advertise room's password protection (muc_passwordprotected or muc_unsecured, depending on whether a password is set).
|
Waqas Hussain |
2010-06-13 |
MUC: Added password checking on room join.
|
Waqas Hussain |
2010-06-13 |
MUC: Added room:get_password() and room:set_password().
|
Waqas Hussain |
2010-06-13 |
Merge 0.7->trunk (with MUC needing checking, waqas)
|
Matthew Wild |
2010-05-04 |
Merge 0.6 into 0.7.
|
Waqas Hussain |
2010-05-01 |
MUC: Allow moderators which are not owners to change roles.
|
Waqas Hussain |
2010-04-14 |
MUC: Include <status code='100'/> in a message, not in presence. Fixes various issues.
|
Waqas Hussain |
2010-04-19 |
Merge 0.7->trunk
|
Matthew Wild |
2010-03-22 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
MUC: Added support for letting clients manage discussion history.
|
Waqas Hussain |
2010-03-16 |
MUC: Allow role changes based on JIDs.
|
Waqas Hussain |
2010-02-18 |
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in role lists and presence broadcasts after role changes (thanks teo)
|
Matthew Wild |
2010-01-30 |
MUC: Allow role changes based on JIDs.
|
Waqas Hussain |
2010-02-18 |
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in role lists and presence broadcasts after role changes (thanks teo)
|
Matthew Wild |
2010-01-30 |
MUC: Fixes and refactoring for the previous commit to work in all cases, text of error stanzas is now broadcast
|
Matthew Wild |
2010-01-29 |
MUC: Show error message texts when participants are kicked for stanza errors
|
Matthew Wild |
2010-01-29 |
MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 11 lines shorter \o/)
|
Matthew Wild |
2010-01-29 |
MUC: Removed old commented code.
|
Waqas Hussain |
2010-01-25 |
MUC: Converted some local functions into methods.
|
Waqas Hussain |
2010-01-25 |
mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element
|
Matthew Wild |
2010-01-03 |
Added notification of configuration changes for MUCs
|
Rob Hoelz |
2009-12-30 |
Add support for non-anonymous MUC rooms
|
Rob Hoelz |
2009-12-29 |
MUC: Added support for the room-destroy owner use case.
|
Waqas Hussain |
2009-11-25 |
MUC: Slightly refactored form processing.
|
Waqas Hussain |
2009-11-25 |
MUC: Only allow moderators to change the room subject.
|
Waqas Hussain |
2009-11-25 |
MUC: Prevent visitors from broadcasting messages.
|
Waqas Hussain |
2009-11-25 |
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).
|
Waqas Hussain |
2009-11-25 |
MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).
|
Waqas Hussain |
2009-10-31 |
MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.
|
Waqas Hussain |
2009-10-25 |
MUC: Fixed an issue with multi-session nicks where the 'from' attribute in a presence broadcast was not being properly set.
|
Waqas Hussain |
2009-10-24 |
MUC: List occupants in a room's disco#items response.
|
Waqas Hussain |
2009-10-21 |
MUC: Re-enable nick changes for non-multisession nicks.
|
Waqas Hussain |
2009-10-18 |
MUC: Added support for reason messages in role and affiliation changes (e.g., reason for kick, etc).
|
Waqas Hussain |
2009-10-18 |
MUC: Rewrote code for mediated invites to be more robust, and to support legacy clients.
|
Waqas Hussain |
2009-10-18 |
MUC: Improved handling of error stanzas and made error messages concise.
|
Waqas Hussain |
2009-10-18 |
MUC: Ignore invisible presence (incorrectly broadcasted or forwarded by ejabberd).
|
Waqas Hussain |
2009-10-18 |
MUC: Fixed an incorrect error message.
|
Waqas Hussain |
2009-10-18 |
MUC: Kick occupants on sending error messages to other occupants.
|
Waqas Hussain |
2009-10-18 |
MUC: Multiple sessions per nick.
|
Waqas Hussain |
2009-10-17 |
MUC: Prep given JID when changing affiliation.
|
Waqas Hussain |
2009-10-02 |
MUC: Added multi-session support to the room-exiting occupant use case.
|
Waqas Hussain |
2009-09-25 |
MUC: Renamed a variable name.
|
Waqas Hussain |
2009-09-25 |
MUC: Refactored to remove some duplicate code.
|
Waqas Hussain |
2009-09-25 |
MUC: Added legacy error code to the presence error returned when a banned user attempts to join.
|
Waqas Hussain |
2009-09-24 |
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 |