Log

plugins/mod_iq.lua @ 12149:bbbf0dd90b6d

description author age
Fix spelling throughout the codebase [codespell] Kim Alvefur 2018-02-04
Remove all trailing whitespace Florian Zeitz 2013-08-09
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 2013-03-23
mod_iq: Don't treat an iq as handled if session.send() returns false Matthew Wild 2012-07-22
mod_iq: Use "jabber:client" when the stanza payload namespace is nil. Waqas Hussain 2012-05-12
mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas. Matthew Wild 2012-04-28
mod_iq: Fix an extra character in previous commit... Waqas Hussain 2010-12-02
mod_iq: Don't hook 'iq/full' on components. Waqas Hussain 2010-12-02
mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events). Waqas Hussain 2010-12-02
mod_iq: Optimized a bit more (fewer table accesses). Waqas Hussain 2010-11-27
mod_iq: Optimized a bit (fewer table accesses). Waqas Hussain 2010-11-27
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 2010-11-27
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 2010-11-27
mod_iq: Removed a check for user existance when firing iq/bare/* sub-events. Waqas Hussain 2010-05-30
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
mod_iq: Fire sub-events for iq/self events. Waqas Hussain 2010-02-21
Add copyright header to those files missing one Matthew Wild 2009-07-10
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs Waqas Hussain 2009-06-26
mod_iq: Fire sub-events for IQ results and errors Waqas Hussain 2009-06-24
mod_iq: Limit sub-events to get and set IQs Waqas Hussain 2009-06-02
mod_iq: Correctly handle the lack of 'to' on IQs Waqas Hussain 2009-06-01
mod_iq: Immediately return an error for IQs to non-existing bare JIDs Waqas Hussain 2009-06-01
mod_iq: Include event data in sub-events Waqas Hussain 2009-06-01
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases Waqas Hussain 2009-06-01
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts Waqas Hussain 2009-06-01
mod_message, mod_iq: A little cleanup Waqas Hussain 2009-05-30
mod_iq: Initial commit Waqas Hussain 2009-05-30