aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_muc.lua
Commit message (Expand)AuthorAgeFilesLines
* util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID fro...Waqas Hussain2009-06-141-1/+1
* mod_muc: Don't reply with an error in response to unacceptable result stanzasWaqas Hussain2009-06-141-1/+1
* mod_muc: commented connection replace detection code because google keeps res...Waqas Hussain2009-05-081-6/+6
* mod_muc: s/broadcast_history/send_history/ - since the cast isn't broadWaqas Hussain2009-05-081-2/+2
* mod_muc: Extracted sending of occupant list into its own functionWaqas Hussain2009-05-081-12/+16
* mod_muc: Extracted history broadcast into its own functionWaqas Hussain2009-05-081-11/+14
* mod_muc: The default component name is now 'Chatrooms'Waqas Hussain2009-04-241-1/+1
* mod_muc: The default room name is the room nodeWaqas Hussain2009-04-241-0/+1
* mod_*: Fix a load of global accessesMatthew Wild2009-04-221-0/+2
* mod_muc: Fix malformed presence stanzas (thanks elmex)Matthew Wild2009-04-081-1/+1
* Added: MUC: Room invitesWaqas Hussain2009-03-301-0/+10
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* MUC: Kick participants for error replies only on a selected list of error con...Waqas Hussain2009-03-041-3/+27
* mod_muc: Don't bounce error replies in response to errorsMatthew Wild2009-03-021-1/+1
* MUC: Added copyright noticeWaqas Hussain2009-02-211-0/+7
* MUC: Replaced some duplicate codeWaqas Hussain2009-02-211-19/+4
* MUC: Removed commented and unused codeWaqas Hussain2009-02-211-68/+1
* MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/prot...Waqas Hussain2009-02-201-1/+1
* MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzasWaqas Hussain2009-02-201-5/+5
* MUC: Syntax error in last commit - this is lua :)Waqas Hussain2009-02-201-1/+1
* MUC: Throw an error if we try talking to ourselvesWaqas Hussain2009-02-201-0/+1
* MUC: Bug fixes and workaroundsWaqas Hussain2009-02-191-30/+40
* MUC: Logging - logger doesn't like nilsWaqas Hussain2009-02-191-1/+1
* MUC: Added loggingWaqas Hussain2009-02-191-0/+11
* MUC: Various fixesWaqas Hussain2009-02-181-11/+16
* MUC: Fixed: Presence for user joining the roomi was sent twice to the userWaqas Hussain2009-02-171-1/+1
* MUC: Made vCards work by redirecting vCard requests to bare JIDsWaqas Hussain2009-02-161-1/+3
* MUC: Kick participants sending error messages to other participantsWaqas Hussain2009-02-161-2/+12
* MUC: Private stanzas (private messages, IQs, etc)Waqas Hussain2009-02-161-2/+10
* MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ...Waqas Hussain2009-02-161-24/+133
* mod_muc: Room historyWaqas Hussain2009-02-111-2/+20
* Changed mod_muc to work with changed component managerWaqas Hussain2009-02-111-6/+2
* mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to Asteri...Matthew Wild2009-01-291-7/+12
* mod_muc: Convert to unix line endingsMatthew Wild2009-01-291-295/+295
* mod_muc: Add support for being a componentMatthew Wild2009-01-291-3/+12
* mod_muc: Added unload, save and restore callbacks to allow reloading code whi...Waqas Hussain2009-01-131-2/+8
* mod_muc: deregister component on unloadWaqas Hussain2009-01-131-0/+6
* mod_muc: Room subject should be sent only the newly joined occupantWaqas Hussain2009-01-031-1/+1
* mod_muc: Room subjects stored, and room persistence code in place. First user...Waqas Hussain2008-12-311-3/+59
* Initial mod_muc: XEP-0045: Multi-User ChatWaqas Hussain2008-12-311-0/+218