diff twisted/plugins/pubsub.py @ 458:bc2e04a4d3c1

version handler name updated following global renaming
author Goffi <goffi@goffi.org>
date Thu, 14 Oct 2021 21:30:33 +0200
parents 1a179ad10125
children 607616f9ef5b
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'])