Skip to content

MongooseIM 1.3.2

Compare
Choose a tag to compare
@michalwski michalwski released this 15 Apr 12:58
· 15932 commits to master since this release
  • 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