aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_invites_register.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_invites_register: Push invitee contact entry to inviterKim Alvefur2022-03-151-0/+1
| | | | | | | | | Invitee would not show up in the roster of the invite creator unless they fetch their roster afterwards. Fixes #1715 Thanks gerald
* mod_invites_register: Default to require encryptionMatthew Wild2022-02-101-1/+1
| | | | In line with the Prosody-wide default change for 0.12.
* mod_invites_register: Load mod_register_ibr in invite only modeKim Alvefur2022-02-101-0/+4
| | | | | This ensures that registration actually works even if allow_registration is not enabled.
* mod_invites_register: Replace COMPAT hackKim Alvefur2022-02-101-1/+1
| | | | | This hack is not needed since a9c975a0f113 so can be removed when included with Prosody.
* mod_invites_register: Import from prosody-modules@797b51043767Kim Alvefur2021-12-291-0/+160