Mercurial > libervia-backend
comparison sat/plugins/plugin_xep_0060.py @ 3590:1269c2d788be
plugin XEP-0060: fix notification handling in `retractItems`
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 29 Jul 2021 17:28:02 +0200 |
parents | ed037c98df37 |
children | d830c11eeef3 |
comparison
equal
deleted
inserted
replaced
3589:ed037c98df37 | 3590:1269c2d788be |
---|---|
1067 nodeIdentifier, | 1067 nodeIdentifier, |
1068 itemIdentifiers, | 1068 itemIdentifiers, |
1069 notify=True, | 1069 notify=True, |
1070 ): | 1070 ): |
1071 return client.pubsub_client.retractItems( | 1071 return client.pubsub_client.retractItems( |
1072 service, nodeIdentifier, itemIdentifiers, notify=True | 1072 service, nodeIdentifier, itemIdentifiers, notify=notify |
1073 ) | 1073 ) |
1074 | 1074 |
1075 def _renameItem( | 1075 def _renameItem( |
1076 self, | 1076 self, |
1077 service, | 1077 service, |