aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_presence.lua
Commit message (Collapse)AuthorAgeFilesLines
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-18/+18
|
* Don't send offline messages to resource with negative prioritiesRobert Hoelz2010-10-151-16/+19
|
* mod_presence: Fixed a traceback on outgoing subscriptions from offline users.Waqas Hussain2010-06-111-1/+1
|
* mod_presence: Fixed a traceback.Waqas Hussain2010-06-091-1/+2
|
* mod_presence: Enable firing of pre-events for all outbound stanzas, and ↵Waqas Hussain2010-06-081-33/+19
| | | | switching completely to core_post_stanza.
* mod_presence: Enable firing of pre-events for probes.Waqas Hussain2010-06-041-1/+1
|
* mod_presence: Don't stop pre-event for outgoing probes.Waqas Hussain2010-06-041-1/+4
|
* mod_presence: Small refactoring.Waqas Hussain2010-06-041-6/+5
|
* mod_presence: Send unavailable presence in response to probes to the ↵Waqas Hussain2010-06-031-1/+1
| | | | sender's full JID, not bare JID.
* mod_presence: Removed unnecessary parameter 'core_route_stanza' from various ↵Waqas Hussain2010-06-031-12/+12
| | | | functions.
* mod_presence: Don't send 'unsubscribed' in response to probes when roster ↵Waqas Hussain2010-05-241-2/+3
| | | | loading fails.
* mod_presence: Removed a useless check when handling incoming presence probes ↵Waqas Hussain2010-05-241-4/+0
| | | | and subscriptions.
* mod_presence: Added option 'ignore_presence_priority'.Waqas Hussain2010-05-221-0/+10
|
* Merge with backoutMatthew Wild2010-05-211-30/+11
|\
| * Backed out changeset c75c22c316d6 (the XMPP spec now gives a better way to ↵Matthew Wild2010-05-211-30/+11
| | | | | | | | do this)
* | Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\ \ | |/ |/|
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
| * mod_presence: Reflect the user's own presence back to them.Waqas Hussain2010-02-151-0/+3
| |
| * mod_presence: Don't depend on user being online when calculating top resources.Waqas Hussain2010-02-121-6/+7
| |
| * mod_presence: Don't depend on sessions array existing for a user when ↵Waqas Hussain2010-02-121-2/+4
| | | | | | | | handling outgoing presence broadcast.
| * mod_presence: Quick fix to make probes from local users to local hosts work.Waqas Hussain2010-01-291-0/+1
| |
| * mod_presence: Added handler for presence subscriptions and probes to local ↵Waqas Hussain2010-01-291-7/+14
| | | | | | | | hosts.
| * mod_presence: Respond with an unavailable presence when subscribers probe ↵Waqas Hussain2010-01-291-2/+2
| | | | | | | | and no resources are available.
| * mod_presence: Automatically deny presence requests for hosts, fixes ↵Matthew Wild2010-01-181-0/+7
| | | | | | | | traceback in #153
* | mod_presence: Added config option 'bare_message_delivery_policy'. Allowed ↵Waqas Hussain2010-02-151-11/+30
| | | | | | | | values are 'priority' (default) and 'broadcast'.
* | mod_presence: Reflect the user's own presence back to them.Waqas Hussain2010-02-151-0/+3
| |
* | mod_presence: Don't depend on user being online when calculating top resources.Waqas Hussain2010-02-121-6/+7
| |
* | mod_presence: Don't depend on sessions array existing for a user when ↵Waqas Hussain2010-02-121-2/+4
| | | | | | | | handling outgoing presence broadcast.
* | mod_presence: Quick fix to make probes from local users to local hosts work.Waqas Hussain2010-01-291-0/+1
| |
* | mod_presence: Added handler for presence subscriptions and probes to local ↵Waqas Hussain2010-01-291-7/+14
| | | | | | | | hosts.
* | mod_presence: Respond with an unavailable presence when subscribers probe ↵Waqas Hussain2010-01-291-2/+2
| | | | | | | | and no resources are available.
* | mod_presence: Automatically deny presence requests for hosts, fixes ↵Matthew Wild2010-01-181-0/+7
|/ | | | traceback in #153
* mod_presence: Use the local host object as the origin for auto-generated ↵Waqas Hussain2009-11-261-2/+2
| | | | subscription approvals and cancellations.
* mod_presence: Use the local host as origin for subscription request acks.Waqas Hussain2009-11-261-1/+1
|
* mod_presence: Removed an unnecessary compatibility workaround which was ↵Waqas Hussain2009-11-261-3/+0
| | | | causing issues with unavailable presence exchange after subscription removal.
* mod_presence: Route incoming presence subscription stanzas (types ↵Waqas Hussain2009-11-221-0/+3
| | | | unsubscribe, subscribed and unsubscribed) to the user before roster pushes.
* mod_presence: Acknowledge subscription requests by responding with an ↵Waqas Hussain2009-11-221-0/+1
| | | | unavailable presence.
* mod_presence: Send unavailable presence when sending unsubscribed presence ↵Waqas Hussain2009-10-211-1/+5
| | | | stanzas (some legacy clients continue to display unsubscribed contacts as available).
* mod_presence: Fixed: Don't recursively handle inbound presence directed at ↵Waqas Hussain2009-09-061-1/+1
| | | | local host
* Fixed: Outbound subscription requests silently dropped (regression in ↵Waqas Hussain2009-08-071-1/+1
| | | | hg:7f17d0d00fbb)
* Fixed: Self-references could be added to rosters via presence subscriptionsWaqas Hussain2009-08-031-0/+1
|
* mod_presence: Tag outgoing unavailables generated by a disconnect with a ↵Matthew Wild2009-07-271-1/+1
| | | | from attribute
* mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ↵Matthew Wild2009-07-221-0/+5
| | | | (thanks Deepspawn)
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* mod_presence: Convert from Windows line endingsMatthew Wild2009-07-091-337/+337
|
* mod_presence: Fixed: Presence probe replies now get sent to the full JID of ↵Waqas Hussain2009-07-061-1/+1
| | | | the probe sender
* mod_presence: Send unavailable presence to resources from non-available ↵Waqas Hussain2009-07-051-0/+9
| | | | resources on disconnect
* Moved automatic unavailable presence generation on disconnect from ↵Waqas Hussain2009-07-051-0/+11
| | | | sessionmanager to mod_presence
* mod_presence: Broadcast presence to resources before contactsWaqas Hussain2009-07-051-6/+6
|
* mod_presence: Prevented normal presence from non-interested resources from ↵Waqas Hussain2009-07-051-70/+66
| | | | being dropped