immanuelfodor / xmpp-muc-message-gateway

A multipurpose JSON forwarder microservice from HTTP POST to XMPP MUC room over TLSv1.2 with SliXMPP
Do What The F*ck You Want To Public License
10 stars 0 forks source link

Can you change SleekXMPP (dead project) to Slixmpp (Successor) #1

Closed Neustradamus closed 4 years ago

Neustradamus commented 4 years ago

Can you update the code for compatibility with the successor of SleekXMPP?

immanuelfodor commented 4 years ago

Thanks for the heads-up, I was not aware of the archival of SleekXMPP.

The new release is switched to the new SliXMPP, however, it should be working just as before, no other changes to functionality: https://github.com/immanuelfodor/xmpp-muc-message-gateway/releases/tag/v1.1.0

Neustradamus commented 4 years ago

@immanuelfodor: Thanks a lot!