Log

plugins/mod_iq.lua @ 4256:2f1397b7b1d5

description author age
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