Log

plugins/mod_iq.lua @ 5148:a0b8e5d03de2

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