Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
[prosody.git] / core / sessionmanager.lua
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-20 Matthew WildLog number of open sessions on session creation
2008-11-19 Matthew WildFix sending of unavailable presence on disconnect
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildRemove useless check for unavailable presence (which...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-18 Matthew WildAllow us to close client connections, with or without...
2008-11-16 Matthew WildMerge with waqas
2008-11-16 Waqas HussainRemoved unused function send_to_session from sessionman...
2008-11-15 Waqas HussainFixed sessionmanager to not send session in place of...
2008-11-15 Waqas HussainFixed sessionmanager to use appropriate method for...
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainCode cleanup for resource binding
2008-10-26 Matthew WildMerge presence/subscription support from waqas
2008-10-25 Waqas HussainOutbound presence subscription
2008-10-25 Waqas HussainRouting code reorganization
2008-10-24 Matthew WildFix for sessionmanager to not throw error when session...
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/
2008-10-24 Matthew Wilddialback keys now verified
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Matthew WildFinal fix for marking user offline when all resources...
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Matthew Wildeven faster checking for other sessions... thank you...
2008-10-23 Matthew Wildfaster checking for other sessions
2008-10-23 Matthew WildFix for not destroying sessions when connection closed.
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-22 Waqas HussainAdded: TODO
2008-10-12 Waqas HussainAdded some roster management functions
2008-10-08 Matthew WildMerge roster fixes from waqas
2008-10-08 Waqas HussainLoad roster on resource bind
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildFix setting resource before we even know what it is
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildSession destruction fixes, some debugging code while...
2008-10-04 Matthew WildNew "import" module to help tidy up all the local decla...
2008-10-04 Matthew WildAdd "uuid" library and make sessionmanager use this.
2008-10-03 Matthew WildAn oops in sessionmanager stream:features code :)
2008-10-03 Matthew WildMove stream opening handling from xmlhandlers to sessio...
2008-10-02 Matthew WildSASL!
2008-09-30 Matthew WildHuge commit to: