Log

plugins/mod_presence.lua @ 2643:21eb99b06f4d

description author age
mod_presence: Reflect the user's own presence back to them. Waqas Hussain 2010-02-14
mod_presence: Don't depend on user being online when calculating top resources. Waqas Hussain 2010-02-11
mod_presence: Don't depend on sessions array existing for a user when handling outgoing presence broadcast. Waqas Hussain 2010-02-11
mod_presence: Quick fix to make probes from local users to local hosts work. Waqas Hussain 2010-01-29
mod_presence: Added handler for presence subscriptions and probes to local hosts. Waqas Hussain 2010-01-29
mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available. Waqas Hussain 2010-01-29
mod_presence: Automatically deny presence requests for hosts, fixes traceback in #153 Matthew Wild 2010-01-18
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations. Waqas Hussain 2009-11-26
mod_presence: Use the local host as origin for subscription request acks. Waqas Hussain 2009-11-26
mod_presence: Removed an unnecessary compatibility workaround which was causing issues with unavailable presence exchange after subscription removal. Waqas Hussain 2009-11-26
mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes. Waqas Hussain 2009-11-22
mod_presence: Acknowledge subscription requests by responding with an unavailable presence. Waqas Hussain 2009-11-22
mod_presence: Send unavailable presence when sending unsubscribed presence stanzas (some legacy clients continue to display unsubscribed contacts as available). Waqas Hussain 2009-10-21
mod_presence: Fixed: Don't recursively handle inbound presence directed at local host Waqas Hussain 2009-09-05
Fixed: Outbound subscription requests silently dropped (regression in hg:7f17d0d00fbb) Waqas Hussain 2009-08-07
Fixed: Self-references could be added to rosters via presence subscriptions Waqas Hussain 2009-08-03
mod_presence: Tag outgoing unavailables generated by a disconnect with a from attribute Matthew Wild 2009-07-27
mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback (thanks Deepspawn) Matthew Wild 2009-07-22
Remove version number from copyright headers Matthew Wild 2009-07-10
mod_presence: Convert from Windows line endings Matthew Wild 2009-07-09
mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender Waqas Hussain 2009-07-05
mod_presence: Send unavailable presence to resources from non-available resources on disconnect Waqas Hussain 2009-07-05
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence Waqas Hussain 2009-07-05
mod_presence: Broadcast presence to resources before contacts Waqas Hussain 2009-07-05
mod_presence: Prevented normal presence from non-interested resources from being dropped Waqas Hussain 2009-07-05
mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster Waqas Hussain 2009-07-05
mod_presence: Simplified roster iteration Waqas Hussain 2009-07-05
mod_presence: Eliminated a jid_split Waqas Hussain 2009-07-05
mod_presence: Removed some unnecessary code Waqas Hussain 2009-07-05
mod_presence: Declare t_insert, fixes a potential traceback Matthew Wild 2009-07-03