Log

plugins/mod_iq.lua @ 13269:d50bee584969

description author age
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
Fix spelling throughout the codebase [codespell] Kim Alvefur Sun, 04 Feb 2018 01:51:25 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
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 Kim Alvefur Sat, 23 Mar 2013 01:27:16 +0100
mod_iq: Don't treat an iq as handled if session.send() returns false Matthew Wild Sun, 22 Jul 2012 17:01:52 +0100
mod_iq: Use "jabber:client" when the stanza payload namespace is nil. Waqas Hussain Sat, 12 May 2012 21:39:30 +0500
mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas. Matthew Wild Sat, 28 Apr 2012 03:39:12 +0100
mod_iq: Fix an extra character in previous commit... Waqas Hussain Thu, 02 Dec 2010 16:58:24 +0500
mod_iq: Don't hook 'iq/full' on components. Waqas Hussain Thu, 02 Dec 2010 16:56:30 +0500
mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events). Waqas Hussain Thu, 02 Dec 2010 16:04:42 +0500
mod_iq: Optimized a bit more (fewer table accesses). Waqas Hussain Sun, 28 Nov 2010 02:42:02 +0500
mod_iq: Optimized a bit (fewer table accesses). Waqas Hussain Sun, 28 Nov 2010 02:37:18 +0500
mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled). Waqas Hussain Sun, 28 Nov 2010 02:24:26 +0500
mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id"). Waqas Hussain Sun, 28 Nov 2010 02:03:59 +0500
mod_iq: Removed a check for user existance when firing iq/bare/* sub-events. Waqas Hussain Sun, 30 May 2010 23:01:34 +0500
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
mod_iq: Fire sub-events for iq/self events. Waqas Hussain Sun, 21 Feb 2010 17:43:39 +0500
Add copyright header to those files missing one Matthew Wild Fri, 10 Jul 2009 03:08:38 +0100
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs Waqas Hussain Fri, 26 Jun 2009 10:02:46 +0500
mod_iq: Fire sub-events for IQ results and errors Waqas Hussain Wed, 24 Jun 2009 20:05:17 +0500
mod_iq: Limit sub-events to get and set IQs Waqas Hussain Tue, 02 Jun 2009 20:18:02 +0500
mod_iq: Correctly handle the lack of 'to' on IQs Waqas Hussain Mon, 01 Jun 2009 11:16:48 +0500
mod_iq: Immediately return an error for IQs to non-existing bare JIDs Waqas Hussain Mon, 01 Jun 2009 10:44:05 +0500
mod_iq: Include event data in sub-events Waqas Hussain Mon, 01 Jun 2009 10:27:47 +0500
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases Waqas Hussain Mon, 01 Jun 2009 09:49:37 +0500
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts Waqas Hussain Mon, 01 Jun 2009 05:35:32 +0500
mod_message, mod_iq: A little cleanup Waqas Hussain Sat, 30 May 2009 17:48:12 +0500
mod_iq: Initial commit Waqas Hussain Sat, 30 May 2009 17:38:53 +0500