prosody
log
graph
tags
bookmarks
branches
5a60b4705bc3
browse
changeset
plugins/mod_bosh.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
plugins/mod_bosh.lua @ 6906:
5a60b4705bc3
less
more
|
(0)
-100
-50
-28
tip
description
author
age
mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s).
Matthew Wild
2013-07-08
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters
Matthew Wild
2013-07-08
Merge 0.9->trunk
Matthew Wild
2013-06-11
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)
Matthew Wild
2013-06-07
mod_bosh: Fix global write
Matthew Wild
2013-06-07
mod_bosh: Reduce a little code.
Waqas Hussain
2013-06-11
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads
Matthew Wild
2013-06-08
mod_bosh: Don't tostring() stream:features when passing to session.send().
Waqas Hussain
2013-06-07
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.
Waqas Hussain
2013-06-07
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.
Waqas Hussain
2013-06-07
mod_bosh: Rename event handler argument to event, not request.
Waqas Hussain
2013-06-07
Merge 0.9->trunk
Matthew Wild
2013-06-07
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)
Matthew Wild
2013-06-07
mod_bosh: Remove another place we set headers, fixes #348
Matthew Wild
2013-06-06
mod_bosh: Clean up handling of response headers, set them only in one place
Matthew Wild
2013-06-05
mod_bosh: Return errors when appropriate (invalid XML, missing sid)
Matthew Wild
2013-06-05
mod_bosh: Remove some very verbose logging
Matthew Wild
2013-06-05
Merge 0.9->trunk
Matthew Wild
2013-06-05
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response
Matthew Wild
2013-06-05
Merge 0.9->trunk
Kim Alvefur
2013-06-02
mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik)
Kim Alvefur
2013-06-02
mod_bosh: rename variable for clarity
Matthew Wild
2013-05-24
mod_bosh: Some very minor whitespace/layout fixes
Matthew Wild
2013-05-24
mod_bosh: Add 'Connection: keep-alive' header
Matthew Wild
2012-11-22
mod_bosh: Add support for stanza filters to BOSH sessions (needed by some plugins)
Matthew Wild
2012-11-22
mod_bosh: Add bosh_max_wait config option, to limit the amount of time a client can request for the server to hold open requests
Matthew Wild
2012-11-22
mod_bosh: Share sessions and inactive_sessions tables
Matthew Wild
2012-11-15
mod_bosh: Remove redundant code (send stream features in only one place) (thanks Zash)
Matthew Wild
2012-08-01
less
more
|
(0)
-100
-50
-28
tip