aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_iq.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-1/+1
|
* Fix spelling throughout the codebase [codespell]Kim Alvefur2018-02-041-4/+4
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, ↵Kim Alvefur2013-03-231-1/+1
| | | | mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
* mod_iq: Don't treat an iq as handled if session.send() returns falseMatthew Wild2012-07-221-4/+1
|
* mod_iq: Use "jabber:client" when the stanza payload namespace is nil.Waqas Hussain2012-05-121-6/+9
|
* mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack ↵Matthew Wild2012-04-281-5/+3
| | | | event.origin when it isn't used. Waqas.
* mod_iq: Fix an extra character in previous commit...Waqas Hussain2010-12-021-1/+1
|
* mod_iq: Don't hook 'iq/full' on components.Waqas Hussain2010-12-021-13/+15
|
* mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this ↵Waqas Hussain2010-12-021-6/+3
| | | | lets negative priority handlers intercept the events).
* mod_iq: Optimized a bit more (fewer table accesses).Waqas Hussain2010-11-281-6/+9
|
* mod_iq: Optimized a bit (fewer table accesses).Waqas Hussain2010-11-281-9/+12
|
* mod_iq: Extra IQ get and set sub-events are now fired: ↵Waqas Hussain2010-11-281-4/+10
| | | | "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled).
* mod_iq: IQ error and result sub-events are now ↵Waqas Hussain2010-11-281-3/+3
| | | | "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id").
* mod_iq: Removed a check for user existance when firing iq/bare/* sub-events.Waqas Hussain2010-05-301-11/+0
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
* | mod_iq: Fire sub-events for iq/self events.Waqas Hussain2010-02-211-0/+12
|/
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* mod_iq: Change sub-event names for IQ errors and results to use stanza IDsWaqas Hussain2009-06-261-2/+2
|
* mod_iq: Fire sub-events for IQ results and errorsWaqas Hussain2009-06-241-2/+4
|
* mod_iq: Limit sub-events to get and set IQsWaqas Hussain2009-06-021-2/+2
|
* mod_iq: Correctly handle the lack of 'to' on IQsWaqas Hussain2009-06-011-2/+3
|
* mod_iq: Immediately return an error for IQs to non-existing bare JIDsWaqas Hussain2009-06-011-1/+11
|
* mod_iq: Include event data in sub-eventsWaqas Hussain2009-06-011-2/+2
|
* mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all ↵Waqas Hussain2009-06-011-2/+6
| | | | 'iq/full' cases
* mod_iq: Fire sub-events for IQs directed at bare JIDs and hostsWaqas Hussain2009-06-011-2/+10
|
* mod_message, mod_iq: A little cleanupWaqas Hussain2009-05-301-0/+3
|
* mod_iq: Initial commitWaqas Hussain2009-05-301-0/+30