Metadata-Version: 2.1
Name: pyams-chat
Version: 1.1.9
Summary: PyAMS chat and notifications management package
Home-page: https://pyams.readthedocs.io
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Keywords: Pyramid PyAMS
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test
License-File: LICENSE

==================
PyAMS chat package
==================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS chat?
===================

PyAMS_chat is a small package used to communicate with PyAMS_chat_ws package, which can be used
to send notifications to connected users using websockets.

PyAMS_chat relies on a Redis server on which notifications are published; a *pubsub* listener is
then used by PyAMS_chat_ws server to receive published messages and dispatch them on connected
users.


Changelog
=========

1.1.9
-----
 - updated Colander API schemas for better OpenAPI specifications
 - added support for Python 3.11

1.1.8
-----
 - added CORS validators and OPTIONS handler to REST services

1.1.7
-----
 - PyAMS_security interfaces refactoring
 - added support for Python 3.10

1.1.6
-----
 - Pypi upload error!

1.1.5
-----
 - version mismatch

1.1.4
-----
 - updated service worker notifications handler

1.1.3
-----
 - doctest correction

1.1.2
-----
 - updated PyAMS_chat module registration
 - added image support to notifications

1.1.1
-----
 - doctests updates

1.1.0
-----
 - added service worker to handle websockets messages and notifications
 - updated messages filtering in notifications getter

1.0.3
-----
 - use all request effective principals instead of only main principal ID to filter
   notifications
 - remove interval before restarting websocket connection check

1.0.2
-----
 - added exception handler in Javascript chat package

1.0.1
-----
 - added missing translations
 - updated doctests

1.0.0
-----
 - initial release
