plugins/muc/muc.lib.lua
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.
Mon, 07 Sep 2009 20:40:11 +0500 Waqas Hussain MUC: Changed a MUC library method into a function.
Mon, 07 Sep 2009 20:36:29 +0500 Waqas Hussain MUC: Workaround for Miranda sending 'nick' instead of 'jid' when changing affiliation.
Mon, 07 Sep 2009 20:35:09 +0500 Waqas Hussain MUC: Some fixes for minor bugs in IQ handling.
Mon, 07 Sep 2009 20:33:24 +0500 Waqas Hussain MUC: Added support for requesting various lists (owner, admin, voice, etc).
Mon, 07 Sep 2009 20:31:35 +0500 Waqas Hussain MUC: An admin or owner MUST NOT be able to revoke moderation privileges from another admin or owner.
Mon, 07 Sep 2009 20:30:16 +0500 Waqas Hussain MUC: Owners can now modify roles and affiliations
Mon, 07 Sep 2009 20:27:52 +0500 Waqas Hussain MUC: Send appropriate error to banned users on join.
Mon, 07 Sep 2009 20:26:26 +0500 Waqas Hussain MUC: Renamed _participants table to _occupants
Mon, 07 Sep 2009 20:13:40 +0500 Waqas Hussain MUC: Initial support for roles and affiliations
Mon, 07 Sep 2009 20:12:14 +0500 Waqas Hussain MUC: Fixed function declarations.
Mon, 07 Sep 2009 20:11:13 +0500 Waqas Hussain MUC: The MUC lib is now metatable based. Cleaned up code, etc.
Mon, 07 Sep 2009 20:07:16 +0500 Waqas Hussain MUC: Added initial MUC lib
less more (0) tip