| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This is defined by XEP-0045 section 9.3 "Granting Membership"
|
| |
|
| |
|
| |
|
|
|
|
| |
Otherwise it is not possible to remove avatars
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The :data method returns the table holding parsed values always. The
second return value is a table in case some fields had problems.
|
| |
|
| |
|
|
|
|
| |
as per XEP-0045
|
| |
|
|
|
|
| |
Reserved nickname discovery uses this
|
|
|
|
|
|
| |
XEP-0045 registration provides examples of registering a nickname
and various other details. This also allows modules to store arbitrary
private data about an affiliated entity.
|
| |
|
| |
|
|
|
|
| |
What else would @to be in a iq/host event?
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Initial support was added in d614003a82c1
|
|
|
|
| |
Node metadata in disco initially added in b6cb0a8f75b1
|
|
|
|
| |
This is added in pubsub.lib
|
|
|
|
| |
access-* is added in pubsub.lib based on node defaults
|
|
|
|
|
| |
This allows accessing PEP nodes of participants without knowing their
real JIDs.
|
|
|
|
|
| |
When a room exists in the DB but cannot be loaded (e.g. due to max_rooms
or a pre-restore handler) restore_room()/get_room_from_jid() returns false.
|
| |
|
| |
|