~jamestait/ejabberd/+git/snap-packaging:snap-packaging

Last commit made on 2017-08-21
Get this branch:
git clone -b snap-packaging https://git.launchpad.net/~jamestait/ejabberd/+git/snap-packaging

Branch merges

Branch information

Name:
snap-packaging
Repository:
lp:~jamestait/ejabberd/+git/snap-packaging

Recent commits

a247a27... by James Tait

Merge branch 'master' into snap-packaging

05c2995... by Badlop <email address hidden>

When creating room, set option to ensure config is set in muc_room table (#1954)

2fa6e2f... by Badlop <email address hidden>

Fix crash when destroying room without providing reason (#1954)

ba9a79c... by Holger Weiß

Apply cosmetic changes to previous commit

13ad754... by Holger Weiß

Suppress push notifications for online clients

When a client enabled push notifications during the current session,
notifications should be suppressed as long as the client is online.
Suppressing the notification didn't work for the case where the
notification was triggered by MAM, but this is now fixed.

0b02d42... by Badlop <email address hidden>

Fix mod_multicast start and reading of configured limits (#1949)

ee0a8d2... by Evgeniy Khramtsov <email address hidden>

Preserve correct order of deserialized XML elements

Fixes #1939

793ca45... by Evgeniy Khramtsov <email address hidden>

Add OTP 20.0 to Travis testsing platforms

6e20e9b... by Evgeniy Khramtsov <email address hidden>

Get rid of deprecated crypto functions

b8d2a72... by Holger Weiß

mod_stream_mgmt: Delete 'c2s_init' hook

Delete the 'c2s_init' hook when the last 'mod_stream_mgmt' instance is
stopped.