Mercurial > libervia-backend
changeset 3553:01c23359b915
core (xmpp): show "Libervia" without the "(backend)" component in version
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Jun 2021 11:27:22 +0200 |
parents | cc3d00d07c34 |
children | 184c66256bbc |
files | sat/core/xmpp.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()