Log

plugins/mod_muc.lua @ 965:8bc06338aac3

description author age
mod_muc: Fix malformed presence stanzas (thanks elmex) Matthew Wild 2009-04-08
Added: MUC: Room invites Waqas Hussain 2009-03-29
0.3->0.4 Matthew Wild 2009-03-20
MUC: Kick participants for error replies only on a selected list of error conditions Waqas Hussain 2009-03-04
mod_muc: Don't bounce error replies in response to errors Matthew Wild 2009-03-02
MUC: Added copyright notice Waqas Hussain 2009-02-20
MUC: Replaced some duplicate code Waqas Hussain 2009-02-20
MUC: Removed commented and unused code Waqas Hussain 2009-02-20
MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/protocol/muc'/> in nick change presences) Waqas Hussain 2009-02-19
MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas Waqas Hussain 2009-02-19
MUC: Syntax error in last commit - this is lua :) Waqas Hussain 2009-02-19
MUC: Throw an error if we try talking to ourselves Waqas Hussain 2009-02-19
MUC: Bug fixes and workarounds Waqas Hussain 2009-02-19
MUC: Logging - logger doesn't like nils Waqas Hussain 2009-02-19
MUC: Added logging Waqas Hussain 2009-02-18
MUC: Various fixes Waqas Hussain 2009-02-18
MUC: Fixed: Presence for user joining the roomi was sent twice to the user Waqas Hussain 2009-02-16
MUC: Made vCards work by redirecting vCard requests to bare JIDs Waqas Hussain 2009-02-16
MUC: Kick participants sending error messages to other participants Waqas Hussain 2009-02-16
MUC: Private stanzas (private messages, IQs, etc) Waqas Hussain 2009-02-16
MUC: Presence and message stanzas now fully work (status messages, xhtml-im, etc) Waqas Hussain 2009-02-16
mod_muc: Room history Waqas Hussain 2009-02-11
Changed mod_muc to work with changed component manager Waqas Hussain 2009-02-11
mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to Asterix for spotting :) Matthew Wild 2009-01-29
mod_muc: Convert to unix line endings Matthew Wild 2009-01-29
mod_muc: Add support for being a component Matthew Wild 2009-01-29
mod_muc: Added unload, save and restore callbacks to allow reloading code while preserving state Waqas Hussain 2009-01-13
mod_muc: deregister component on unload Waqas Hussain 2009-01-13
mod_muc: Room subject should be sent only the newly joined occupant Waqas Hussain 2009-01-03
mod_muc: Room subjects stored, and room persistence code in place. First user now the owner. Waqas Hussain 2008-12-31
Initial mod_muc: XEP-0045: Multi-User Chat Waqas Hussain 2008-12-31