Software /
code /
prosody
Log
plugins/mod_iq.lua @ 3799:6a6a39b90cc0
description | author | age |
---|---|---|
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 |