aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Waqas Hussain2009-06-021-1/+5
| | | | unavailable presence
* 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
| | | | through eventmanager2
* 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
| | | | to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase!
* 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' ↵Waqas Hussain2009-04-241-1/+1
| | | | resources
* 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