Matthew Wild
4c4e764e23
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits
...
c2s/bosh/ws streams will default to 256KB, s2s and components to 512KB.
These values are aligned with ejabberd's default settings, which should reduce
issues related to inconsistent size limits between servers on the XMPP network.
The previous default (10MB) is excessive for any production server, and allows
significant memory usage by even unauthenticated sessions.
2021-05-07 17:03:49 +01:00
Kim Alvefur
62eee94e2b
mod_bosh: Ensure that stream is directed to a VirtualHost ( fixes #425 )
2020-10-03 15:03:09 +02:00
Kim Alvefur
8f2b039615
mod_bosh: Pick out the 'wait' before checking it instead of earlier
...
Going to add more host related checks, so to keep the wait variable
closer to the related checks
2020-10-03 14:59:11 +02:00
Kim Alvefur
5cd064035a
mod_bosh: Handle missing wait attribute ( fixes #1288 )
...
250855633092 did not fix this completely.
2019-01-10 13:07:22 +01:00
Kim Alvefur
b532d20ef3
mod_bosh: Fire stream feature event on hosts (thanks gerald)
...
Since the module is now global, this event was also fired in a global
context by default.
2018-09-24 17:46:51 +02:00
Kim Alvefur
c2562cb468
mod_bosh: Make BOSH global again!
2018-09-22 00:01:21 +02:00
Kim Alvefur
a346709487
mod_bosh: Add extra debug logging to help with #1134
2018-05-15 01:22:35 +02:00
Kim Alvefur
1277677cc4
mod_bosh: Fix inconsistent whitespace [luacheck]
2018-05-01 18:21:57 +02:00
Matthew Wild
d62d872cd3
mod_bosh: Fix for 7be8f649d97d to skip error handling and allow other modules to handle the request
2018-04-29 22:15:44 +01:00
Matthew Wild
1325ac697f
mod_bosh: Increase number of stored responses to ensure we always keep responses within the rid window available
2018-04-11 13:24:37 +01:00
Matthew Wild
4ff9afe599
mod_bosh: Improve connection robustness with better handling of unexpected rids
2018-04-10 20:34:29 +01:00
Matthew Wild
6b94760640
mod_bosh: Some additonal comments to improve code readability
2018-04-10 20:30:20 +01:00
Matthew Wild
5d631871e6
mod_bosh: Whitespace
2018-04-10 20:29:46 +01:00
Matthew Wild
f40a467d0c
mod_bosh: Improve logging - parse errors will now log through the session logger if possible
2018-04-10 20:28:59 +01:00
Matthew Wild
f537f1572c
mod_bosh: Improve logging on session close (reason may be a table with params)
2018-04-10 20:25:12 +01:00
Kim Alvefur
4cdc813fed
mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) ( fixes #540 )
2018-03-15 17:22:49 +01:00
Kim Alvefur
d0c3e64ff9
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing
2017-12-27 01:00:34 +01:00
Kim Alvefur
69f252bebf
mod_bosh: Limit stream to current host ( fixes #371 )
2017-12-13 15:34:53 +01:00
Kim Alvefur
c468196063
mod_bosh: Make into a normal module ( fixes #402 )
2017-12-13 15:24:02 +01:00
Kim Alvefur
330a365ca8
mod_bosh: Use module API to fire events
2017-12-13 17:31:31 +01:00
Kim Alvefur
a8c7b08aac
mod_bosh: Use moduleapi logger
2017-12-13 15:23:29 +01:00
Kim Alvefur
ccbc346900
mod_bosh: Rename variable to avoid name clash [luacheck]
2017-12-13 15:31:21 +01:00
Kim Alvefur
94c9012f75
mod_bosh: Ignore unused argument [luacheck]
2017-12-13 15:30:37 +01:00
Kim Alvefur
0114f1dd6a
mod_bosh: Remove unused variable [luacheck]
2017-12-13 15:30:11 +01:00
Matthew Wild
e9d37d780b
Merge 0.10 -> trunk
2017-07-28 23:47:38 +01:00
Emmanuel Gil Peyrot
974866de52
mod_bosh: Add ::1 to the default trusted_proxies.
2017-07-16 19:25:15 +01:00
Kim Alvefur
a7b9c6de42
Merge 0.10->trunk
2017-04-20 00:41:49 +02:00
Kim Alvefur
71582ed712
Merge 0.9->0.10
2017-04-19 20:02:58 +02:00
Kim Alvefur
02fb1f6f66
mod_bosh: Update session.conn to point to the current connection ( fixes #890 )
2017-04-17 21:40:06 +02:00
Matthew Wild
9bc81d00a5
Merge 0.10->trunk
2016-09-07 19:33:14 +01:00
Sam Whited
582a2180f2
mod_bosh: Save last response in case retransmission is required
2016-09-07 19:32:29 +01:00
Matthew Wild
7793746f3e
mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests
2016-09-02 23:25:11 +01:00
Matthew Wild
96e00dbde1
mod_bosh: Fix typo
2016-09-02 23:24:40 +01:00
Matthew Wild
68c140c7b4
Merge 0.10->trunk
2016-09-02 23:00:43 +01:00
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