# HG changeset patch # User Goffi # Date 1634239833 -7200 # Node ID bc2e04a4d3c16f98331029c1b5e076fa89473bca # Parent 7c9792f934a226ebc7954bb75eccf5dc03e4ba8f version handler name updated following global renaming diff -r 7c9792f934a2 -r bc2e04a4d3c1 twisted/plugins/pubsub.py --- 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'])