Mercurial > libervia-pubsub
comparison CHANGELOG @ 422:c21f31355ab9
configuration: "max_items" option:
"max_items" is implemented using a text-single field, as it is done in the XEP-0060
example (there is no real formal description). When changing the node configuration, the
max_items can't be set to a number lower than the total number of items in the node (the
configuration will then be rejected), this is to avoid accidental deletion of items.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 10 Mar 2020 11:11:38 +0100 |
parents | 7a43c039c261 |
children | d9745fe5db46 |
comparison
equal
deleted
inserted
replaced
421:f124ed5ea78b | 422:c21f31355ab9 |
---|---|
1 v 0.4.0 (NOT RELEASED YET): | 1 v 0.4.0 (NOT RELEASED YET): |
2 - Python 3 port | 2 - Python 3 port |
3 - publish-options implementation | 3 - publish-options implementation |
4 - max_items configuration option | |
4 - bug fixes | 5 - bug fixes |
5 | 6 |
6 v 0.3.0 (16/08/2019) | 7 v 0.3.0 (16/08/2019) |
7 - PEP: presence and +notify initial support | 8 - PEP: presence and +notify initial support |
8 - PEP: notifications for auto subscribers | 9 - PEP: notifications for auto subscribers |