Mercurial > libervia-backend
comparison sat/core/xmpp.py @ 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 | 53c1724a89ea |
children | 813595f88612 a806dcad6bfc |
comparison
equal
deleted
inserted
replaced
3552:cc3d00d07c34 | 3553:01c23359b915 |
---|---|
244 entity._createSubProtocols() | 244 entity._createSubProtocols() |
245 | 245 |
246 entity.fallBack = SatFallbackHandler(host) | 246 entity.fallBack = SatFallbackHandler(host) |
247 entity.fallBack.setHandlerParent(entity) | 247 entity.fallBack.setHandlerParent(entity) |
248 | 248 |
249 entity.versionHandler = SatVersionHandler(C.APP_NAME_FULL, host.full_version) | 249 entity.versionHandler = SatVersionHandler(C.APP_NAME, host.full_version) |
250 entity.versionHandler.setHandlerParent(entity) | 250 entity.versionHandler.setHandlerParent(entity) |
251 | 251 |
252 entity.identityHandler = SatIdentityHandler() | 252 entity.identityHandler = SatIdentityHandler() |
253 entity.identityHandler.setHandlerParent(entity) | 253 entity.identityHandler.setHandlerParent(entity) |
254 | 254 |