aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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