Skip to content

Releases: nioc/xmpp-bot

2.2.0

27 Sep 23:42
Compare
Choose a tag to compare

Technical

  • Update dependencies (security fix)
  • Fix logging multi-line message
  • Increase log level for some XMPP events
  • Fix lint errors

2.1.0

24 Nov 21:14
Compare
Choose a tag to compare

Features

  • Add timeout to outgoing webhooks (default: 5000 ms)
  • Reply with error to incoming webhook when XMPP fails
  • Reply to XMPP when outgoing webhook fails

Technical

  • Outgoing webhook become asynchronous
  • Better handling XMPP start error
  • Output webhook endpoints and application version at startup
  • Refactoring XMPP test

2.0.0

21 Nov 23:36
Compare
Choose a tag to compare

Features

  • Add message delivery receipts

Technical

  • Structure app by self-contained components
  • Migrate from outdated simple-xmpp to xmpp/client
  • Set config file as parameter

Bug fixes

  • Service was not closed when receiving XMPP error

1.0.0

13 Oct 01:59
Compare
Choose a tag to compare

Features

  • XMPP messages (chat and groupchat) listener(execute outgoing webhook)
  • Webhooks listener (send XMPP message)