# HG changeset patch # User Goffi # Date 1623230842 -7200 # Node ID 01c23359b91582eb22683be7f5b15846f4d85b3c # Parent cc3d00d07c34abba19bf832a8e5973f42c658fce core (xmpp): show "Libervia" without the "(backend)" component in version diff -r cc3d00d07c34 -r 01c23359b915 sat/core/xmpp.py --- a/sat/core/xmpp.py Wed Jun 09 10:04:10 2021 +0200 +++ b/sat/core/xmpp.py Wed Jun 09 11:27:22 2021 +0200 @@ -246,7 +246,7 @@ entity.fallBack = SatFallbackHandler(host) entity.fallBack.setHandlerParent(entity) - entity.versionHandler = SatVersionHandler(C.APP_NAME_FULL, host.full_version) + entity.versionHandler = SatVersionHandler(C.APP_NAME, host.full_version) entity.versionHandler.setHandlerParent(entity) entity.identityHandler = SatIdentityHandler()