Merge with 0.6
[prosody.git] / plugins / mod_bosh.lua
2010-02-25 Matthew WildMerge with 0.6
2010-02-11 Waqas Hussainmod_bosh: Fire stream-features event using new events...
2010-02-05 Matthew WildMerge with backout
2010-01-22 Matthew Wildmod_bosh: I == fail.
2010-01-22 Matthew Wildmod_bosh: Simplify cross-domain support, and make it...
2010-01-21 Matthew Wildmod_bosh: Support for cross-domain access control using...
2010-01-21 Matthew Wildmod_bosh: Trailing whitespace
2010-01-19 Matthew Wildmod_bosh: Update for new xmlhandlers syntax
2009-12-17 Matthew Wildmod_bosh: Update for new connection API
2009-12-10 Waqas Hussainmod_bosh: Delay setup until after server is started.
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-18 Waqas Hussainmod_bosh: Set session.ip for BOSH sessions.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-10-02 Matthew Wildmod_bosh: Update to use new httpserver.new_from_config...
2009-10-02 Matthew WildMerge with 0.5
2009-10-02 Matthew Wildmod_bosh: Fix for 'invalid key to next' error when...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-11 Matthew Wildmod_bosh: Strip BOSH namespace from stanzas to allow...
2009-08-11 Matthew Wildmod_bosh: Calculate rid difference just once
2009-08-11 Matthew Wildmod_bosh: Basic handling of rids (more to come)
2009-08-11 Matthew Wildmod_bosh: Correct reply when closing sessions
2009-08-10 Matthew WildMerge with Tobias
2009-08-09 Waqas Hussainmod_bosh: Updated to use module:get_option instead...
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew Wildmod_bosh: Fix error reply for host-unknown errors
2009-07-14 Matthew WildMerge with 0.5
2009-07-14 Matthew Wildmod_bosh: Update to use new new_from_config()
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildmod_bosh: Mark a session as secure if it is created...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildmod_bosh: Use new httpserver helper to initialise ports
2009-07-10 Matthew WildAdd copyright header to those files missing one
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-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 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