| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
nick, actor, reason
|
|
|
|
|
| |
* * *
plugins/muc/muc.lib: Allow event listeners to modify actor
|
| |
|
| |
|
| |
|
|
|
|
| |
may leave the room
|
| |
|
| |
|
| |
|
|
|
|
| |
daurnimator/fippo)
|
|
|
|
|
|
|
|
| |
- Plugins can cancel messages before they are broadcast; and while they still have real from jid
- Use it for subject changes
- Allows for custom roles (via role_rank)
- Roles are now checked before subject
- Removed muc-subject-change event
|
|
|
|
| |
in-room jid (thanks Lance)
|
|
|
|
| |
muc-broadcast-message event.
|
| |
|
| |
|
|
|
|
| |
that the override in mod_muc works
|
| |
|
| |
|
|
|
|
| |
be required to use room:build_item_list() - useful for plugins
|
|
|
|
| |
presences
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
original invite instead of new object
|
| |
|
| |
|
| |
|
|
|
|
| |
(e.g. their own leave)
|
| |
|
| |
|
| |
|
|
|
|
| |
mod_muc into history lib; remove from muclib exports
|
| |
|
|
|
|
| |
hook, and into main flow: It has to occur before publication of their status
|
| |
|
| |
|
|
|
|
| |
"muc-get-default-role" behaviour
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
presences instead of items inside an iq)
|
|
|
|
| |
new muc/util module
|
| |
|
|
|
|
| |
`deconstruct_stanza_id`: As vcards are from the bare jid, you need to use the `from_jid` out of the encoded `id`
|
|
|
|
| |
This resulted in the split up of the main muc-occupant-joined event handler into 3 seperate ones, handling occupant list, history and subject
|
| |
|