aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_iq.lua
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* 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 'i...Waqas Hussain2009-06-011-2/+6
* 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