Skip to content

Releases: esl/MongooseIM

MongooseIM 1.3.2

15 Apr 12:58
Compare
Choose a tag to compare
  • 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 values mnesia (default) or odbc):

    • mod_privacy
    • mod_private
    • mod_offline
  • max_connections parameter for ejabberd_cowboy listener

  • improved BOSH implementation

  • improved vCard search mechanism

  • other small fixes/improvements

MongooseIM 1.3.1

21 Feb 12:57
Compare
Choose a tag to compare
  • 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

28 Jan 11:22
Compare
Choose a tag to compare
  • 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, ...}