aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/occupant.lib.lua
Commit message (Collapse)AuthorAgeFilesLines
* MUC: Rename variables to please luacheckKim Alvefur2016-01-201-1/+0
|
* plugins/muc: Move 'x' filtering from occupant to utildaurnimator2014-06-051-14/+3
|
* plugins/muc/occupant: Check for type == nil rather than type ~= unavailabledaurnimator2014-05-191-1/+1
|
* plugins/muc/occupant.lib: Don't allow an unavailable session to be the ↵daurnimator2014-04-021-5/+17
| | | | primary jid
* plugins/muc: Massive refactordaurnimator2014-03-271-0/+85
We now have occupant objects; you grab them, modify them, save them. New presence handling code. Modify all presence sending to go via new functions.