github jabberd2/jabberd2 jabberd-2.2.9
jabberd 2.2.9

latest releases: jabberd-2.7.0, jabberd-2.6.1, jabberd-2.6.0...
10 years ago

This release brings MANY new features among MANY bugfixes.
Main changes are:

  • Component clustering
  • Many virtual hosts in one SM process
  • FreeBSD kqueue support
  • PBX integration interface
  • Memory usage improvements
  • XML serializer fixes
  • 64 bit platform fixes
  • SQLite is a default storage backend

You may read about the clustering and virtual hosts in my blog posts:

ChangeLog:

  • Enable experimental features by default
  • Added external to authentication mechanisms examples
  • change the definition of xhash_walker, in case that somebody
    zaps items of the hash table while walking.
  • Merged a patch for size_t related GSASL crash on 64bit platform
  • VERY crude test infrastructure added
  • Fixed S2S incoming packet beeing damaged while mangling. When
    there are already 'jabber:client' elements move them to next
    namespace before cutting uri_CLIENT chain.
  • should put method:xhash_free to pool_cleanup instead of
    method:pool_free.
  • should use method:pmalloco to allocate memory for xhash→stat.
  • Removed check of multiple names from legacy components
    connections
  • Inform about select() FD_SETSIZE overrun
  • Gracefully abort when MIO was not allocated
  • Do not throw stream errors on SSL wrapper sockets when
    pre-stream
  • Gracefully abort when MIO was not created
  • SSL errors are undefined-condition not internal errors
  • Do not send invalid XML down the outgoing stream
  • Correctly iterate streams while shutdown
  • Proper checks for serviced domains in SM
  • Do not crash on shutdown with pending streams
  • Get outgoing packets to/from addresses from the packet data
  • Do not disable superseeded request yet
  • Return feature-not-implemented when user client requested not
    implemented feature
  • Proper Makefile dependencies for etc/ files
  • Remove presence routing optimisations. We now do not have
    authoritative domain information. There may be other SM
    servicing the domain.
  • Implemented component clustering. You may now connect many SM
    instances and external components servicing the same domain. The
    routing is based on user JID, which (after hashing) selects the
    component to deliver packet to.
  • Split shahash to shahas_raw() and shahash_r()
  • Attach element in root namespace
  • Use SM id as a response packet source
  • Process disco results to sm id also
  • Better error packet generation
  • Use router.lost setting after router disconnection.
  • Minor ns check fix
  • Added preliminary support for multiple component routes for one
    domain name.
  • Fixed some signedness compilation warnings
  • Defaulting to SQLite storage
  • Implemented virtual hosts support in SM. Session Manager is now able to handle more
    than one domain. This means that you do not need to launch more
    than one sm process instance for many domains with same
    configuration.
  • Drop IQ result packet before delivering them to the router. User
    client is generating IQ result packet for every server generated
    IQ set. If we do not process them in SM module, we should not
    deliver them back to the client.
  • Fixed mutual subscription flow
  • Fixed xhash freeing related crash
  • Implemented correct disco#info for 'sessions' node
  • Merged xhash optimisations by Eric Liang
  • Merged crypt() password support for LDAP backend by Dan
    Fandrich
  • Do not null first bytes of just freed memory
  • Do not close already closed sockets
  • Give hint on user.auto-create when user not found in storage
  • Removed unneded C++ compiler check from configure
  • Merged patch for problem with os_copy() compilation in
    ldap_vcard backend
  • Merged patch for problem with crypt() support compilation in
    MySQL backend
  • Merged patch fixing Cyrus SASL decode calls
  • Merged patch to not link PAM to every lib. Fies Bug #383506
  • Implemented PBX integration interface. You may now start/stop
    “fake” sessions in SM with a pipe interface commands.
  • Merged patch with kqueue support by jh
  • Mark user table as freed on free

Don't miss a new jabberd2 release

NewReleases is sending notifications on new releases.