| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
- Allow `nick` to be passed to `publicise_occupant_status`.
- Moves multi-session handling to a more 'edge-case' area of code
|
|
|
|
|
| |
- adds functions `can_see_real_jids` and `get_base_presence`
- In `publicise_occupant_status`, we don't generate each type of presence until it's used
|
| |
|
| |
|