aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_muc.lua
Commit message (Expand)AuthorAgeFilesLines
* 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