plugins/muc/muc.lib.lua
Sun, 13 Jun 2010 19:03:03 +0500 Waqas Hussain MUC: Include a <password/> element in invites from password protected rooms.
Sun, 13 Jun 2010 18:29:26 +0500 Waqas Hussain MUC: Added disco#info features to advertise room's password protection (muc_passwordprotected or muc_unsecured, depending on whether a password is set).
Sun, 13 Jun 2010 18:14:46 +0500 Waqas Hussain MUC: Added password checking on room join.
Sun, 13 Jun 2010 18:13:18 +0500 Waqas Hussain MUC: Added room:get_password() and room:set_password().
Tue, 04 May 2010 23:36:50 +0100 Matthew Wild Merge 0.7->trunk (with MUC needing checking, waqas)
Sat, 01 May 2010 05:18:38 +0500 Waqas Hussain Merge 0.6 into 0.7.
Wed, 14 Apr 2010 17:54:33 +0500 Waqas Hussain MUC: Allow moderators which are not owners to change roles.
Mon, 19 Apr 2010 18:30:59 +0500 Waqas Hussain MUC: Include <status code='100'/> in a message, not in presence. Fixes various issues.
Mon, 22 Mar 2010 17:26:12 +0000 Matthew Wild Merge 0.7->trunk
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Wed, 17 Mar 2010 03:16:43 +0500 Waqas Hussain MUC: Added support for letting clients manage discussion history.
Thu, 18 Feb 2010 14:28:52 +0500 Waqas Hussain MUC: Allow role changes based on JIDs.
Sat, 30 Jan 2010 18:51:07 +0000 Matthew Wild 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)
Thu, 18 Feb 2010 14:28:52 +0500 Waqas Hussain MUC: Allow role changes based on JIDs.
Sat, 30 Jan 2010 18:51:07 +0000 Matthew Wild 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)
Fri, 29 Jan 2010 15:13:06 +0000 Matthew Wild MUC: Fixes and refactoring for the previous commit to work in all cases, text of error stanzas is now broadcast
Fri, 29 Jan 2010 14:40:37 +0000 Matthew Wild MUC: Show error message texts when participants are kicked for stanza errors
Fri, 29 Jan 2010 14:26:54 +0000 Matthew Wild MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 11 lines shorter \o/)
Tue, 26 Jan 2010 02:30:56 +0500 Waqas Hussain MUC: Removed old commented code.
Tue, 26 Jan 2010 02:29:32 +0500 Waqas Hussain MUC: Converted some local functions into methods.
Sun, 03 Jan 2010 17:53:54 +0000 Matthew Wild mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element
Wed, 30 Dec 2009 13:26:11 -0600 Rob Hoelz Added notification of configuration changes for MUCs
Tue, 29 Dec 2009 16:21:12 -0600 Rob Hoelz Add support for non-anonymous MUC rooms
Thu, 26 Nov 2009 00:03:16 +0500 Waqas Hussain MUC: Added support for the room-destroy owner use case.
Wed, 25 Nov 2009 22:26:06 +0500 Waqas Hussain MUC: Slightly refactored form processing.
Wed, 25 Nov 2009 22:00:33 +0500 Waqas Hussain MUC: Only allow moderators to change the room subject.
Wed, 25 Nov 2009 21:42:05 +0500 Waqas Hussain MUC: Prevent visitors from broadcasting messages.
Wed, 25 Nov 2009 21:40:44 +0500 Waqas Hussain MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).
Sat, 31 Oct 2009 05:11:56 +0500 Waqas Hussain MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).
Sun, 25 Oct 2009 21:07:32 +0500 Waqas Hussain MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.
Sun, 25 Oct 2009 04:19:24 +0500 Waqas Hussain MUC: Fixed an issue with multi-session nicks where the 'from' attribute in a presence broadcast was not being properly set.
Wed, 21 Oct 2009 13:32:32 +0500 Waqas Hussain MUC: List occupants in a room's disco#items response.
Sun, 18 Oct 2009 16:45:56 +0500 Waqas Hussain MUC: Re-enable nick changes for non-multisession nicks.
Sun, 18 Oct 2009 15:53:08 +0500 Waqas Hussain MUC: Added support for reason messages in role and affiliation changes (e.g., reason for kick, etc).
Sun, 18 Oct 2009 15:28:00 +0500 Waqas Hussain MUC: Rewrote code for mediated invites to be more robust, and to support legacy clients.
Sun, 18 Oct 2009 06:49:40 +0500 Waqas Hussain MUC: Improved handling of error stanzas and made error messages concise.
Sun, 18 Oct 2009 05:54:14 +0500 Waqas Hussain MUC: Ignore invisible presence (incorrectly broadcasted or forwarded by ejabberd).
Sun, 18 Oct 2009 05:37:28 +0500 Waqas Hussain MUC: Fixed an incorrect error message.
Sun, 18 Oct 2009 05:35:33 +0500 Waqas Hussain MUC: Kick occupants on sending error messages to other occupants.
Sun, 18 Oct 2009 01:40:18 +0500 Waqas Hussain MUC: Multiple sessions per nick.
Fri, 02 Oct 2009 17:56:24 +0500 Waqas Hussain MUC: Prep given JID when changing affiliation.
Fri, 25 Sep 2009 12:39:28 +0500 Waqas Hussain MUC: Added multi-session support to the room-exiting occupant use case.
Fri, 25 Sep 2009 12:36:11 +0500 Waqas Hussain MUC: Renamed a variable name.
Fri, 25 Sep 2009 12:35:09 +0500 Waqas Hussain MUC: Refactored to remove some duplicate code.
Fri, 25 Sep 2009 03:23:31 +0500 Waqas Hussain MUC: Added legacy error code to the presence error returned when a banned user attempts to join.
Fri, 25 Sep 2009 03:21:57 +0500 Waqas Hussain MUC: Added legacy error codes to nickname conflict presence errors.
Tue, 22 Sep 2009 00:38:06 +0500 Waqas Hussain MUC: Added MUC feature to the disco#info replies of rooms.
Sun, 13 Sep 2009 23:52:09 +0500 Waqas Hussain MUC: Correct routing of vCard requests to bare JID.
Wed, 09 Sep 2009 20:48:25 +0500 Waqas Hussain MUC: Preserve stanza attributes for private messages.
Wed, 09 Sep 2009 20:32:37 +0500 Waqas Hussain MUC: Don't kick on errors in private messages.
Wed, 09 Sep 2009 19:14:12 +0500 Waqas Hussain MUC: Removed commented code.
Mon, 07 Sep 2009 20:55:57 +0500 Waqas Hussain MUC: Fixed traceback on unauthorized access of the room configuration form.
Mon, 07 Sep 2009 20:54:53 +0500 Waqas Hussain MUC: Added service discovery replies for rooms.
Mon, 07 Sep 2009 20:53:33 +0500 Waqas Hussain MUC: Fixed an undefined global access.
Mon, 07 Sep 2009 20:51:59 +0500 Waqas Hussain MUC: Added support for room configuration forms, persistence and hidden rooms.
Mon, 07 Sep 2009 20:50:06 +0500 Waqas Hussain MUC: Refactored IQ handling to be more easily extensible.
Mon, 07 Sep 2009 20:48:16 +0500 Waqas Hussain MUC: Added kicking support.
Mon, 07 Sep 2009 20:43:25 +0500 Waqas Hussain MUC: Fixed a variable scoping bug causing problems with presence routing on affiliation/role change.
Mon, 07 Sep 2009 20:41:42 +0500 Waqas Hussain MUC: Fixed: Unavailable presence was being sent for all role and affiliation changes. Now sent only for kicked occupants.
less more (0) -60 tip