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