Log

mod_invite/mod_invite.lua @ 5920:5b95e06d75d5

description author age
various: Improve error reporting if missing file server module on 0.12 Kim Alvefur Mon, 18 Jul 2022 22:47:54 +0200
mod_invite: Update to use local_user ad-hoc permission (thanks Martin) Matthew Wild Fri, 27 Dec 2019 11:03:29 +0000
mod_invite: Show a different error if no token has been given Kim Alvefur Fri, 05 Apr 2019 19:12:13 +0200
mod_invite: Remove unused local variable [luacheck] Kim Alvefur Fri, 05 Apr 2019 19:10:59 +0200
mod_invite: Use path passed by http stack instead of pattern matching Kim Alvefur Fri, 05 Apr 2019 19:06:20 +0200
Update modules using mod_http_files to serve files for change in Prosody trunk Kim Alvefur Fri, 05 Apr 2019 18:57:51 +0200
mod_invite: Fire event that signals that an user has registered (thanks jeybe) Kim Alvefur Thu, 07 Mar 2019 22:36:30 +0100
mod_invite: Split long line [luacheck] Kim Alvefur Tue, 14 Mar 2017 04:20:02 +0100
mod_invite: Trim trailing whitespace [luacheck] Kim Alvefur Tue, 14 Mar 2017 04:19:51 +0100
mod_invite: Remove unused arguments [luacheck] Kim Alvefur Tue, 14 Mar 2017 04:19:26 +0100
mod_invite: Remove unused inport [luacheck] Kim Alvefur Tue, 14 Mar 2017 04:19:06 +0100
mod_invite: Serve CSS correctly Kim Alvefur Fri, 08 Jul 2016 23:58:10 +0200
mod_invite: Add explicit dependency on mod_adhoc to make sure it is loaded Kim Alvefur Fri, 08 Jul 2016 23:57:20 +0200
mod_invite: Use XML/HTML entity escaping from util.stanza Kim Alvefur Fri, 08 Jul 2016 23:56:42 +0200
mod_invite: Allows existing users to generate URLs that can be used to invite new users. Mutual presence subscriptions are automatically created when the creation succeeds. Thijs Alkemade Wed, 02 Mar 2016 18:12:34 +0100