mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes ...
[prosody.git] / plugins / mod_presence.lua
2009-07-27 Matthew Wildmod_presence: Tag outgoing unavailables generated by...
2009-07-22 Matthew WildMerge with 0.5
2009-07-22 Matthew Wildmod_presence: Ignore presence sent to host and invalid...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-09 Matthew Wildmod_presence: Convert from Windows line endings
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Waqas Hussainmod_presence: Fixed: Presence probe replies now get...
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Waqas Hussainmod_presence: Send unavailable presence to resources...
2009-07-05 Waqas HussainMoved automatic unavailable presence generation on...
2009-07-05 Waqas Hussainmod_presence: Broadcast presence to resources before...
2009-07-05 Waqas Hussainmod_presence: Prevented normal presence from non-intere...
2009-07-05 Waqas Hussainmod_presence: Changed handle_normal_presence to use...
2009-07-05 Waqas Hussainmod_presence: Simplified roster iteration
2009-07-05 Waqas Hussainmod_presence: Eliminated a jid_split
2009-07-05 Waqas Hussainmod_presence: Removed some unnecessary code
2009-07-03 Matthew Wildmod_presence: Declare t_insert, fixes a potential traceback
2009-07-02 Dwayne BentMerged branches
2009-07-02 Waqas Hussainmod_presence: Removed dead code
2009-06-26 Waqas Hussainmod_message, mod_presence: Maintain list of top resourc...
2009-06-02 Waqas Hussainmod_presence: Fix a global access
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: return true from incoming presence handle...
2009-06-02 Waqas Hussainmod_presence: Handle non-subscription presence and...
2009-06-02 Waqas Hussainmod_presence: Handle subscriptions and probes
2009-06-02 Waqas Hussainmod_presence: Add hooks for inbound presence
2009-06-02 Waqas Hussainmod_presence: Fix a comment
2009-06-02 Waqas Hussainmod_presence: Handle all outbound presence stanzas
2009-06-02 Waqas Hussainmod_presence: A little cleanup
2009-06-02 Waqas Hussainmod_presence: Remove JIDs from directed presence list...
2009-06-02 Waqas Hussainmod_presence: Handle outbound presence to full JIDs
2009-05-30 Waqas Hussainmod_presence: Changed to use the prosody.events object...
2009-05-28 Matthew Wildmod_presence: Lower some log levels to their correct...
2009-05-28 Matthew Wildmod_presence: Use logger supplied by modulemanager
2009-05-28 Matthew Wildmod_presence: Leave alone the from attribute of session...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Waqas Hussainmod_presence: Added a FIXME comment about directed...
2009-05-15 Waqas Hussainmod_presence: return true from the presence handler
2009-05-13 Matthew WildMerge with 0.4
2009-05-06 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-04 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew WildMerge with 0.4
2009-05-01 Matthew WildMerge with 0.4
2009-04-30 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Waqas Hussainmod_presence: Broadcast a user's presence to only the...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Waqas Hussainmod_presence: Fix for local presence subscriptions...
2009-04-22 Matthew WildMerge with 0.4.1
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Waqas Hussainmod_presence: Remove some rather drastic debugging...
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Waqas Hussainmod_presence: Fix incorrect internal routing for probes...
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-20 Matthew WildMerge
2009-04-20 Matthew WildMerging stable into unstable
2009-04-14 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-14 Waqas HussainStopped using presencemanager in stanza_router
2009-04-14 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-14 Waqas Hussainmod_presence: initial commit