Matthew Wild
|
24ffa3ba68
|
mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as this is what all implementations realistically use
|
2016-09-02 22:13:54 +01:00 |
|
Matthew Wild
|
4bb29b79ea
|
mod_bosh: Log when a stanza isn't handled because we can't find a session for it
|
2016-09-02 21:57:40 +01:00 |
|
Matthew Wild
|
c61ca6d7d0
|
mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!)
|
2016-09-02 21:57:22 +01:00 |
|
Kim Alvefur
|
6fe51ecd17
|
mod_bosh: Fix merge mistakes from c8923f882274
|
2016-07-14 18:57:30 +02:00 |
|
Kim Alvefur
|
ac987c6332
|
mod_bosh: Add annotations to ignore unused arguments [luacheck]
|
2016-04-19 18:00:04 +02:00 |
|
Kim Alvefur
|
56574de036
|
mod_bosh: Remove unused imports (also mistake in merge)
|
2016-04-19 17:59:49 +02:00 |
|
Kim Alvefur
|
5de738348c
|
mod_bosh: Fix imports that got lost in merge
|
2016-04-19 17:59:22 +02:00 |
|
Kim Alvefur
|
1792951a48
|
Merge 0.10->trunk
|
2016-04-19 17:44:11 +02:00 |
|
Kim Alvefur
|
7ec3aac1af
|
mod_bosh: Don't decrement rid twice (thanks av6)
|
2016-04-19 17:44:04 +02:00 |
|
Kim Alvefur
|
fff25bc9b5
|
Merge 0.10->trunk
|
2016-04-19 17:10:42 +02:00 |
|
Kim Alvefur
|
acd12fcc61
|
mod_bosh: Reject fractional 'wait' (See #343)
|
2016-04-19 12:33:58 +02:00 |
|
Kim Alvefur
|
a0757fdf85
|
mod_bosh: Return a proper BOSH error response from XML parse error callback (see #343)
|
2016-04-19 12:19:15 +02:00 |
|
Kim Alvefur
|
cee9ce09a0
|
mod_bosh: Validate that 'sid' and 'wait' have sane values (fixes #475, also see #343)
|
2016-04-19 12:18:19 +02:00 |
|
Kim Alvefur
|
772dcf4e2b
|
mod_bosh: Validate 'to' host (see #343)
|
2016-04-19 12:17:00 +02:00 |
|
Kim Alvefur
|
6b36fac8a3
|
mod_bosh: Return a proper BOSH error response instead of deprecated(?) status code (See #343)
|
2016-04-19 12:16:17 +02:00 |
|
Kim Alvefur
|
fe7c4f17dd
|
mod_bosh: Log error returned from stream:feed()
|
2016-04-19 12:15:20 +02:00 |
|
Kim Alvefur
|
525d4c2dd9
|
mod_bosh: Return if a response has been sent already (See #343)
|
2016-04-19 12:14:07 +02:00 |
|
Kim Alvefur
|
f6c73521ec
|
mod_bosh: Remove unused import
|
2016-04-19 12:13:03 +02:00 |
|
Emmanuel Gil Peyrot
|
c6048a7cb4
|
Update every link to the documentation to use HTTPS
|
2016-04-16 21:08:05 +01:00 |
|
Kim Alvefur
|
d5c31923e6
|
Merge 0.10->trunk
|
2016-04-02 17:13:12 +02:00 |
|
Kim Alvefur
|
5db607f37e
|
mod_bosh: Skip sending stanzas removed out by filters (fixes #657)
|
2016-04-01 18:56:26 +02:00 |
|
Matthew Wild
|
3d0f3a9db0
|
Merge 0.10->trunk
|
2016-01-04 09:14:57 +00:00 |
|
Matthew Wild
|
3937d88358
|
mod_bosh: Fire event when BOSH session is created
|
2016-01-04 09:14:30 +00:00 |
|
Kim Alvefur
|
3918569c79
|
mod_bosh: Instead of a global once-per-second timer add a timer for each session when needed
|
2015-12-07 19:44:08 +01:00 |
|
Kim Alvefur
|
4f0eecb472
|
Backed out BOSH use of util.async (changeset f0687c313cf1)
|
2016-03-17 12:46:52 +01:00 |
|
Kim Alvefur
|
5e9f6df1ba
|
mod_bosh: Use util.async
|
2014-12-07 17:56:25 +01:00 |
|
Florian Zeitz
|
1d833bb807
|
Remove all trailing whitespace
|
2013-08-09 17:48:21 +02:00 |
|
Matthew Wild
|
cab180216b
|
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now)
|
2013-07-15 11:44:49 +01:00 |
|
Matthew Wild
|
b5ccfb0d78
|
Merge 0.9->trunk
|
2013-07-09 00:04:30 +01:00 |
|
Matthew Wild
|
b4da24a9cb
|
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).
|
2013-07-08 23:59:27 +01:00 |
|
Matthew Wild
|
28d174b045
|
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters
|
2013-07-08 23:42:54 +01:00 |
|
Waqas Hussain
|
87170a4fde
|
mod_bosh: Reduce a little code.
|
2013-06-11 12:55:47 -04:00 |
|
Matthew Wild
|
38e6533cbd
|
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads
|
2013-06-08 18:08:18 +01:00 |
|
Waqas Hussain
|
6716198660
|
mod_bosh: Don't tostring() stream:features when passing to session.send().
|
2013-06-07 16:26:08 -04:00 |
|
Waqas Hussain
|
8e44ad94a9
|
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.
|
2013-06-07 14:20:13 -04:00 |
|
Waqas Hussain
|
a22bd3606b
|
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.
|
2013-06-07 13:24:56 -04:00 |
|
Waqas Hussain
|
e3784f09b9
|
mod_bosh: Rename event handler argument to event, not request.
|
2013-06-07 13:21:38 -04:00 |
|
Matthew Wild
|
19c28421ef
|
Merge 0.9->trunk
|
2013-06-07 13:23:04 +01:00 |
|
Matthew Wild
|
d06cad4628
|
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)
|
2013-06-07 13:22:13 +01:00 |
|
Matthew Wild
|
2d2b6df7cb
|
mod_bosh: Remove another place we set headers, fixes #348
|
2013-06-06 14:48:41 +01:00 |
|
Matthew Wild
|
70b2041049
|
mod_bosh: Clean up handling of response headers, set them only in one place
|
2013-06-05 21:41:27 +01:00 |
|
Matthew Wild
|
b174c0dba2
|
mod_bosh: Return errors when appropriate (invalid XML, missing sid)
|
2013-06-05 21:39:56 +01:00 |
|
Matthew Wild
|
885b4a7e2a
|
mod_bosh: Remove some very verbose logging
|
2013-06-05 21:37:33 +01:00 |
|
Matthew Wild
|
a4eb37148c
|
Merge 0.9->trunk
|
2013-06-05 21:36:29 +01:00 |
|
Matthew Wild
|
9c877dbe93
|
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response
|
2013-06-05 21:35:50 +01:00 |
|
Kim Alvefur
|
906209db71
|
Merge 0.9->trunk
|
2013-06-02 19:27:45 +02:00 |
|
Kim Alvefur
|
280227fdb2
|
mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik)
|
2013-06-02 19:25:53 +02:00 |
|
Matthew Wild
|
de91cf38b1
|
mod_bosh: rename variable for clarity
|
2013-05-24 18:38:36 +01:00 |
|
Matthew Wild
|
aa2c7c578a
|
mod_bosh: Some very minor whitespace/layout fixes
|
2013-05-24 18:37:07 +01:00 |
|
Matthew Wild
|
ed5d3365b4
|
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)
|
2013-06-07 17:47:49 +01:00 |
|