Add chatstates module to zeroconf

Fixes #9503
This commit is contained in:
Philipp Hörist 2018-12-23 14:08:07 +01:00
parent fd60c2fcf7
commit d1bad01256
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ from gajim.common.types import ConnectionT
log = logging.getLogger('gajim.c.m')
ZEROCONF_MODULES = ['adhoc_commands', 'receipts', 'discovery']
ZEROCONF_MODULES = ['adhoc_commands',
'receipts',
'discovery',
'chatstates']
_imported_modules = [] # type: List[tuple]
_modules = {} # type: Dict[str, Dict[str, Any]]