| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
| |
'presence' and 'roster' makes more sense for PEP
'auithorize' needs additional code for authorization flow
|
|
|
|
| |
Like aefb96a52f5f
|
| |
|
| |
|
| |
|
|
|
|
| |
extensibility
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
configuration format
|
|
|
|
| |
https://xmpp.org/extensions/xep-0060.html#owner-subscriptions-modify
|
|
|
|
| |
https://xmpp.org/extensions/xep-0060.html#owner-subscriptions-retrieve
|
| |
|
|
|
|
|
|
| |
outdated config
Only max_items is used anyways
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
now persistent
|
| |
|
|
|
|
|
| |
The ‘item’ argument is optional, so it needs to handle it not being
included, or util.stanza will throw an error in add_child
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
supported yet)
This was actually to silence luacheck warnings options andoptions_tag
variables.
|
| |
|
| |
|
|
|
|
| |
See https://xmpp.org/extensions/xep-0060.html#impl-body
|
|
|
|
|
| |
This adds support for the pubsub#notification_type field in the node
config form.
|
|
|
|
|
|
|
| |
https://xmpp.org/extensions/xep-0060.html#impl-bounce
> a pubsub service SHOULD ensure that the <message/> stanza for each
> event notification it generates possesses an 'id' attribute with a
> value
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(thanks lovetox)
|