If this flag is enabled, the library expects bookmarks to be added to the account itself, and when there's no bookmark for a room, the corresponding room is automatically left. This doesn't work in the case where many instances of the bot are on the same account. It may work in the future if support for various sets of rooms/hooks are added, but for the moment it seemed easier (and maybe also more useful for other users of the xmpp-rs lib) to implement this. Signed-off-by: pep <pep@bouah.net>
14 lines
480 B
Text
14 lines
480 B
Text
Version NEXT:
|
|
0000-00-00 RELEASER
|
|
* Changes:
|
|
- Prevent xmpp-rs dep from using `autojoin` flag for bookmarks which was
|
|
preventing from reusing the same account for multiple instances of the
|
|
bot.
|
|
|
|
Version 0.2.0:
|
|
2023-08-23 Maxime “pep” Buquet <pep@bouah.net>
|
|
* Changes:
|
|
- Update xmpp dependency to 0.5. Remove xmpp-parsers dep as it's
|
|
re-exported from xmpp. Rename local “xmpp” module to “bot” to prevent
|
|
conflict.
|
|
- Update gitlab dep to 0.1602.
|