aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.7->trunkMatthew Wild2010-03-222-4/+4
|\
| * Merge 0.6->0.7Matthew Wild2010-03-222-4/+4
| |\
| | * Update copyright headers for 2010Matthew Wild2010-03-222-4/+4
| | |
| | * MUC: Allow role changes based on JIDs.Waqas Hussain2010-02-181-0/+3
| | | | | | | | | | | | (transplanted from a4879b1e6cde5aedb6bd5827d710b6dba5e8a736)
| | * MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in ↵Matthew Wild2010-01-301-8/+13
| | | | | | | | | | | | role lists and presence broadcasts after role changes (thanks teo)
| | * MUC: Only allow moderators to change the room subject.Waqas Hussain2009-11-251-1/+6
| | |
| | * MUC: Prevent visitors from broadcasting messages.Waqas Hussain2009-11-251-1/+4
| | |
| | * MUC: Improved handling of incoming groupchat messages (state preserved for ↵Waqas Hussain2009-11-251-2/+5
| | | | | | | | | | | | possible later use).
| * | MUC: Allow role changes based on JIDs.Waqas Hussain2010-02-181-0/+3
| | | | | | | | | | | | (transplanted from a4879b1e6cde5aedb6bd5827d710b6dba5e8a736)
* | | MUC: Added support for letting clients manage discussion history.Waqas Hussain2010-03-171-7/+45
| | |
* | | MUC: Allow role changes based on JIDs.Waqas Hussain2010-02-181-0/+3
|/ /
* | MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in ↵Matthew Wild2010-01-301-8/+13
| | | | | | | | role lists and presence broadcasts after role changes (thanks teo)
* | MUC: Fixes and refactoring for the previous commit to work in all cases, ↵Matthew Wild2010-01-291-12/+14
| | | | | | | | text of error stanzas is now broadcast
* | MUC: Show error message texts when participants are kicked for stanza errorsMatthew Wild2010-01-291-2/+7
| |
* | MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua ↵Matthew Wild2010-01-291-11/+4
| | | | | | | | 11 lines shorter \o/)
* | MUC: Removed old commented code.Waqas Hussain2010-01-261-11/+0
| |
* | MUC: Converted some local functions into methods.Waqas Hussain2010-01-261-4/+4
| |
* | mod_muc: Remove unused history_length declarationMatthew Wild2010-01-131-1/+0
| |
* | mod_muc/muc.lib: Use stanza:get_child() to locate MUC child elementMatthew Wild2010-01-031-11/+2
| |
* | Added notification of configuration changes for MUCsRob Hoelz2009-12-301-0/+20
| |
* | Add support for non-anonymous MUC roomsRob Hoelz2009-12-291-8/+42
| |
* | MUC: Added support for the room-destroy owner use case.Waqas Hussain2009-11-261-1/+38
| |
* | MUC: Slightly refactored form processing.Waqas Hussain2009-11-251-42/+47
| |
* | MUC: Only allow moderators to change the room subject.Waqas Hussain2009-11-251-1/+6
| |
* | MUC: Prevent visitors from broadcasting messages.Waqas Hussain2009-11-251-1/+4
| |
* | MUC: Improved handling of incoming groupchat messages (state preserved for ↵Waqas Hussain2009-11-251-2/+5
|/ | | | possible later use).
* MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).Waqas Hussain2009-10-311-13/+51
|
* MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.Waqas Hussain2009-10-251-5/+5
|
* MUC: Fixed an issue with multi-session nicks where the 'from' attribute in a ↵Waqas Hussain2009-10-251-0/+1
| | | | presence broadcast was not being properly set.
* MUC: List occupants in a room's disco#items response.Waqas Hussain2009-10-211-1/+5
|
* MUC: Added config option 'restrict_room_creation' to allow restricting room ↵Waqas Hussain2009-10-211-7/+21
| | | | creation to admins.
* MUC: Added 'name' config option, for specifying the component's name in ↵Waqas Hussain2009-10-211-1/+2
| | | | disco responses.
* MUC: Re-enable nick changes for non-multisession nicks.Waqas Hussain2009-10-181-1/+1
|
* MUC: Added support for reason messages in role and affiliation changes ↵Waqas Hussain2009-10-181-6/+11
| | | | (e.g., reason for kick, etc).
* MUC: Rewrote code for mediated invites to be more robust, and to support ↵Waqas Hussain2009-10-181-9/+27
| | | | legacy clients.
* MUC: Improved handling of error stanzas and made error messages concise.Waqas Hussain2009-10-181-11/+16
|
* MUC: Ignore invisible presence (incorrectly broadcasted or forwarded by ↵Waqas Hussain2009-10-181-1/+3
| | | | ejabberd).
* MUC: Fixed an incorrect error message.Waqas Hussain2009-10-181-1/+1
|
* MUC: Kick occupants on sending error messages to other occupants.Waqas Hussain2009-10-181-0/+4
|
* MUC: Multiple sessions per nick.Waqas Hussain2009-10-181-18/+40
|
* MUC: Prep given JID when changing affiliation.Waqas Hussain2009-10-021-0/+8
|
* MUC: Added multi-session support to the room-exiting occupant use case.Waqas Hussain2009-09-251-4/+16
|
* MUC: Renamed a variable name.Waqas Hussain2009-09-251-2/+2
|
* MUC: Refactored to remove some duplicate code.Waqas Hussain2009-09-251-11/+2
|
* MUC: Added legacy error code to the presence error returned when a banned ↵Waqas Hussain2009-09-251-1/+3
| | | | user attempts to join.
* MUC: Added legacy error codes to nickname conflict presence errors.Waqas Hussain2009-09-251-2/+6
|
* MUC: Added MUC feature to the disco#info replies of rooms.Waqas Hussain2009-09-221-1/+3
|
* MUC: Removed some debug logging.Waqas Hussain2009-09-141-4/+0
|
* MUC: Added a send() method to the component. Fixes issues with local mod_vcard.Waqas Hussain2009-09-141-0/+5
|
* MUC: Correct routing of vCard requests to bare JID.Waqas Hussain2009-09-131-4/+31
|