aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_presence: Fix a global accessWaqas Hussain2009-06-021-1/+1
* mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzasWaqas Hussain2009-06-021-14/+16
* mod_presence: Check for nil 'to' attribute in all cases for incoming stanzasWaqas Hussain2009-06-021-7/+7
* mod_presence: return true from incoming presence handlers to prevent further ...Waqas Hussain2009-06-021-0/+2
* mod_presence: Handle non-subscription presence and routingWaqas Hussain2009-06-021-0/+20
* mod_presence: Handle subscriptions and probesWaqas Hussain2009-06-021-2/+14
* mod_presence: Add hooks for inbound presenceWaqas Hussain2009-06-021-0/+9
* mod_presence: Fix a commentWaqas Hussain2009-06-021-1/+1
* mod_presence: Handle all outbound presence stanzasWaqas Hussain2009-06-021-2/+6
* mod_presence: A little cleanupWaqas Hussain2009-06-021-4/+5
* mod_presence: Remove JIDs from directed presence list on sending error or una...Waqas Hussain2009-06-021-1/+5
* mod_presence: Handle outbound presence to full JIDsWaqas Hussain2009-06-021-0/+17
* mod_presence: Changed to use the prosody.events object directly, rather than ...Waqas Hussain2009-05-311-5/+2
* mod_presence: Lower some log levels to their correct valuesMatthew Wild2009-05-281-2/+2
* mod_presence: Use logger supplied by modulemanagerMatthew Wild2009-05-281-3/+1
* mod_presence: Leave alone the from attribute of session.presence. Big thanks ...Matthew Wild2009-05-281-2/+0
* mod_presence: Added a FIXME comment about directed presenceWaqas Hussain2009-05-151-1/+1
* mod_presence: return true from the presence handlerWaqas Hussain2009-05-151-0/+1
* mod_presence: Broadcast a user's presence to only the user's 'available' reso...Waqas Hussain2009-04-241-1/+1
* mod_presence: Fix for local presence subscriptions and probesWaqas Hussain2009-04-231-0/+14
* mod_presence: Remove some rather drastic debugging codeWaqas Hussain2009-04-221-1/+0
* mod_presence: Fix incorrect internal routing for probes and subscriptionsWaqas Hussain2009-04-211-2/+3
* Stopped using presencemanager in stanza_routerWaqas Hussain2009-04-151-3/+1
* mod_presence: initial commitWaqas Hussain2009-04-151-0/+267