Since version 1.1.0, ejabberd supports Stream Compression as defined on JEP-0138: Stream Compression. Please note that ejabberd allows a client to connect using either STARTTLS or stream compression, but not both methods simultaneously.
Configuration
To enable stream compression on C2S connections, edit ejabberd.cfg and add 'zlib' as shown on this example:
{5222, ejabberd_c2s, [{access, c2s},
{shaper, c2s_shaper},
starttls,
zlib,
{certfile, "../ssl.pem"}]},
Then restart ejabberd and the feature will be available.



Recent comments
12 hours 10 min ago
13 hours 40 min ago
15 hours 17 min ago
16 hours 4 min ago
20 hours 50 min ago
1 day 1 min ago
1 day 15 min ago
1 day 27 min ago
1 day 37 min ago
1 day 41 min ago