Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MUC: Rename variables to please luacheck | Kim Alvefur | 2016-01-20 | 1 | -1/+0 |
| | |||||
* | plugins/muc: Move 'x' filtering from occupant to util | daurnimator | 2014-06-05 | 1 | -14/+3 |
| | |||||
* | plugins/muc/occupant: Check for type == nil rather than type ~= unavailable | daurnimator | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | plugins/muc/occupant.lib: Don't allow an unavailable session to be the ↵ | daurnimator | 2014-04-02 | 1 | -5/+17 |
| | | | | primary jid | ||||
* | plugins/muc: Massive refactor | daurnimator | 2014-03-27 | 1 | -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. |