log plugins/mod_iq.lua @ 14229:ce31fdde0ad1 default tip

age author description
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Sun, 04 Feb 2018 01:51:25 +0100 Kim Alvefur Fix spelling throughout the codebase [codespell]
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
Sun, 22 Jul 2012 17:01:52 +0100 Matthew Wild mod_iq: Don't treat an iq as handled if session.send() returns false
Sat, 12 May 2012 21:39:30 +0500 Waqas Hussain mod_iq: Use "jabber:client" when the stanza payload namespace is nil.
Sat, 28 Apr 2012 03:39:12 +0100 Matthew Wild mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas.