| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
mod_register, mod_vcard, mod_muc: Use module:open_store()
|
|
|
|
| |
Remove unused imports
|
| |
|
|
|
|
| |
deleting
|
| |
|
|
|
|
| |
mod_welcome: Use module:send() instead of core_*_stanza()
|
| |
|
|
|
|
| |
false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file.
|
|
|
|
| |
(now it is being checked on every new c2s stream)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement optional registration support advertisement according to
XEP-0077 sec8:
<features>
<register xmlns='http://jabber.org/features/iq-register'/>
</features>
---
plugins/mod_register.lua | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
|
| |
|
| |
|
|
|
|
| |
requests addressed to='host' (defaults to true)
|
| |
|
| |
|
| |
|
|
|
|
| |
but missed in a merge)
|
|\ |
|
| | |
|
| |
| |
| |
| | |
cause problems).
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Neustradamus).
|
|
|
|
| |
deletion.
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
'cancel' to 'wait'.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of issue #57)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|