comparison mod_http_prebind/README.markdown @ 4229:3943032533a7

mod_http_prebind: New module
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 25 Oct 2020 17:58:02 +0100
parents
children
comparison
equal deleted inserted replaced
4228:3eb595cf847f 4229:3943032533a7
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: Implements BOSH pre-bind
5 ...
6
7 For why this can be useful, see
8 https://metajack.im/2009/12/14/fastest-xmpp-sessions-with-http-prebinding/
9
10 # To enable this module
11
12 Add `"http_prebind"` to `modules_enabled` on an anonymous virtual host.
13
14 This only works on anonymous ones for now.