-------------------- * Prepare XMPP messages linked to client stream. * Added CLI support for in-memory database in the XMPP server. * Added CLI support for custom connection timeout. * Fixed bug in XMPP sending method.
4.0.2
-------------------- * Fixed bug sending messages to external agents.
4.0.1
--------------------
* Fixed minor bugs. * Agents are now stopped when Ctrl+C is pressed. * Added --debug flag to the CLI. * Updated documentation config file. * Lint examples.
4.0.0
--------------------
* Added custom XMPP server as cli. * Migrated to pyproject. * Migrated linter to ruff. * Improved presence management API. * Agents can now select the XMPP port. * Use uvloop or winloop if available.
3.3.3
------------------
* Added support to Python 3.11 and 3.12 * Upgraded aiohttp to 3.10.5. * Fixed viz.js CDN
3.3.2
------------------
* Added add_template_path function to the web component.