Releases: esl/MongooseIM
Releases · esl/MongooseIM
MongooseIM 1.3.2
-
fix for Uncontrolled Resource Consumption with XMPP-Layer Compression
zlib driver configuration (in c2s or s2s section) takes new parameter which is max size of decompressed data
-
unified logic for modules (use option
backend
in module config section with possible valuesmnesia
(default) orodbc
):- mod_privacy
- mod_private
- mod_offline
-
max_connections
parameter forejabberd_cowboy
listener -
improved BOSH implementation
-
improved vCard search mechanism
-
other small fixes/improvements
MongooseIM 1.3.1
- port XEP-0114 (ejabberd_service)
- port LDAP VCard support
- port LDAP Shared Roster support
-finalize project rename to MongooseIM by changing scripts names
MongooseIM 1.3.0
- added XEP-0313: Message Archive Management support (
mod_mam
) - ported LDAP authentication from ejabberd
- added PostgreSQL support
- disabled SSL 2.0 support
- disabled old unsafe ciphers
- made the repo includable as a rebar dependency
- made the whole codebase use
#xmlel{}
instead of{xmlel, ...}