plugins/mod_presence.lua
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 15 Feb 2010 08:04:25 +0500 Waqas Hussain mod_presence: Added config option 'bare_message_delivery_policy'. Allowed values are 'priority' (default) and 'broadcast'.
Mon, 15 Feb 2010 04:15:37 +0500 Waqas Hussain mod_presence: Reflect the user's own presence back to them.
Fri, 12 Feb 2010 00:55:06 +0500 Waqas Hussain mod_presence: Don't depend on user being online when calculating top resources.
Fri, 12 Feb 2010 00:54:14 +0500 Waqas Hussain mod_presence: Don't depend on sessions array existing for a user when handling outgoing presence broadcast.
Fri, 29 Jan 2010 21:08:18 +0500 Waqas Hussain mod_presence: Quick fix to make probes from local users to local hosts work.
Fri, 29 Jan 2010 21:06:51 +0500 Waqas Hussain mod_presence: Added handler for presence subscriptions and probes to local hosts.
Fri, 29 Jan 2010 18:16:39 +0500 Waqas Hussain mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available.
Mon, 18 Jan 2010 17:14:41 +0000 Matthew Wild mod_presence: Automatically deny presence requests for hosts, fixes traceback in #153
Thu, 26 Nov 2009 15:19:59 +0500 Waqas Hussain mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.
Thu, 26 Nov 2009 13:02:10 +0500 Waqas Hussain mod_presence: Use the local host as origin for subscription request acks.
Thu, 26 Nov 2009 13:00:11 +0500 Waqas Hussain mod_presence: Removed an unnecessary compatibility workaround which was causing issues with unavailable presence exchange after subscription removal.
Sun, 22 Nov 2009 21:47:54 +0500 Waqas Hussain mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes.
Sun, 22 Nov 2009 21:45:31 +0500 Waqas Hussain mod_presence: Acknowledge subscription requests by responding with an unavailable presence.
Wed, 21 Oct 2009 19:01:02 +0500 Waqas Hussain mod_presence: Send unavailable presence when sending unsubscribed presence stanzas (some legacy clients continue to display unsubscribed contacts as available).
Sun, 06 Sep 2009 01:32:36 +0500 Waqas Hussain mod_presence: Fixed: Don't recursively handle inbound presence directed at local host
Fri, 07 Aug 2009 15:30:47 +0500 Waqas Hussain Fixed: Outbound subscription requests silently dropped (regression in hg:7f17d0d00fbb)
Mon, 03 Aug 2009 21:48:51 +0500 Waqas Hussain Fixed: Self-references could be added to rosters via presence subscriptions
Mon, 27 Jul 2009 01:27:51 +0100 Matthew Wild mod_presence: Tag outgoing unavailables generated by a disconnect with a from attribute
Wed, 22 Jul 2009 21:35:41 +0100 Matthew Wild mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback (thanks Deepspawn)
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Thu, 09 Jul 2009 22:57:59 +0100 Matthew Wild mod_presence: Convert from Windows line endings
Mon, 06 Jul 2009 01:37:57 +0500 Waqas Hussain mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender
Sun, 05 Jul 2009 20:40:31 +0500 Waqas Hussain mod_presence: Send unavailable presence to resources from non-available resources on disconnect
Sun, 05 Jul 2009 17:45:44 +0500 Waqas Hussain Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence
Sun, 05 Jul 2009 12:43:25 +0500 Waqas Hussain mod_presence: Broadcast presence to resources before contacts
Sun, 05 Jul 2009 12:40:18 +0500 Waqas Hussain mod_presence: Prevented normal presence from non-interested resources from being dropped
Sun, 05 Jul 2009 12:25:15 +0500 Waqas Hussain mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster
Sun, 05 Jul 2009 12:17:22 +0500 Waqas Hussain mod_presence: Simplified roster iteration
less more (0) -50 -30 tip