changeset 458:bc2e04a4d3c1

version handler name updated following global renaming
author Goffi <goffi@goffi.org>
date Thu, 14 Oct 2021 21:30:33 +0200
parents 7c9792f934a2
children cebcb7f56889
files twisted/plugins/pubsub.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/twisted/plugins/pubsub.py	Thu Sep 30 18:56:42 2021 +0200
+++ b/twisted/plugins/pubsub.py	Thu Oct 14 21:30:33 2021 +0200
@@ -274,7 +274,7 @@
             cs.logTraffic = True
 
         FallbackHandler().setHandlerParent(cs)
-        VersionHandler('SàT Pubsub', sat_pubsub.__version__).setHandlerParent(cs)
+        VersionHandler('Libervia Pubsub', sat_pubsub.__version__).setHandlerParent(cs)
         DiscoHandler().setHandlerParent(cs)
 
         ph = PrivilegesHandler(config['jid'])