Merge 0.8->trunk
[prosody.git] / plugins / mod_bosh.lua
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 WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew Wildmod_bosh: Put dummy authid in session creation response...
2009-04-23 Matthew Wildmod_bosh: Add log message for clients connecting to...
2009-04-23 Matthew Wildmod_bosh: Fix nil indexing when client connects to...
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-05-04 Matthew Wildmod_bosh: Give BOSH sessions a logger (thanks Florob)
2009-03-31 Matthew Wildmod_bosh: Fix to correctly timeout idle sessions
2009-03-03 Matthew Wildmod_bosh: Set Content-Type in response headers
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew Wildmod_bosh: Possible fix for invalid key to next crash
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-09 Matthew Wildmod_bosh: Fix for 'invalid key to next' error when...
2009-02-09 Matthew WildRemove redundant logging and debug printing from mod_bosh
2009-02-01 Matthew Wildmod_bosh: No need to tostring() uuids now
2009-01-16 Matthew WildReplacing pretty_print() with top_tag() for logging
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Matthew WildBOSH: Allow BOSH servers to be configured through confi...
2009-01-12 Matthew WildBOSH: Make previous fix a bit more efficient
2009-01-12 Matthew WildBOSH: Fix for error when closed session was in inactive...
2009-01-09 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-09 Matthew WildImplement session:close() for BOSH, and add checking...
2009-01-09 Matthew WildChange default maximum inactivity period to 60s from 30s
2009-01-09 Matthew WildNumerous BOSH improvements... handle client disconnects...
2008-12-27 Matthew WildRemove some old debugging code from mod_bosh
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildInitial mod_bosh, works, kind of, but quite incomplete