Skip to content

Releases: immanuelfodor/xmpp-muc-message-gateway

v1.2.0

30 Dec 16:09
c4ee27c
Compare
Choose a tag to compare

Improvements 🚀

  • Fix the unexpected wait kw argument error (#3)

Compatibility 🛡️

The API hasn't changed, it's only an internal update to fix an unexpected error because of an upstream library change.

Update guide ⏫

docker-compose down
#docker image rm xmpp-msg-gw:latest
git pull
docker-compose up -d --build

v1.1.0

11 Apr 06:55
Compare
Choose a tag to compare

Improvements 🚀

  • Now the project uses the SliXMPP library (successor of SleekXMPP), fixes #1

Compatibility 🛡️

The API hasn't changed, only the library and its dependencies are updated.

Update guide ⏫

docker-compose down
#docker image rm xmpp-msg-gw:latest
git pull
docker-compose up -d --build

v1.0.0

11 Apr 06:48
Compare
Choose a tag to compare

New features 🎉

  • The last stable version that uses the (deprecated and now archived) SleekXMPP library.