equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-notify |
2 Name: pyams-notify |
3 Version: 0.1.9 |
3 Version: 0.1.10 |
4 Summary: PyAMS notifications management package |
4 Summary: PyAMS notifications management package |
5 Home-page: http://hg.ztfy.org/pyams/pyams_notify |
5 Home-page: http://hg.ztfy.org/pyams/pyams_notify |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
18 which receives users connections and subscriptions and relays server notifications. |
18 which receives users connections and subscriptions and relays server notifications. |
19 |
19 |
20 |
20 |
21 History |
21 History |
22 ======= |
22 ======= |
|
23 |
|
24 0.1.10 |
|
25 ------ |
|
26 - use request's host to filter notifications by server; this can be used when several |
|
27 PyAMS instances are connected to a single websockets server |
23 |
28 |
24 0.1.9 |
29 0.1.9 |
25 ----- |
30 ----- |
26 - handle errors in websockets response |
31 - handle errors in websockets response |
27 |
32 |