comparison libervia/backend/plugins/plugin_xep_0167/__init__.py @ 4286:96fdf4891747

component conferences: fix session management and init: - jingle session management is now correctly handled, with id of the Galène client used as prefix when necessary. - Galène is now run only when component session is started, avoiding systematic run on __init__. - Galène ICE logs are displayed with high verbosity. - Fix disco identity handling rel 447
author Goffi <goffi@goffi.org>
date Mon, 29 Jul 2024 03:29:14 +0200
parents b4b4ea8c5c87
children 39ac821ebbdb
comparison
equal deleted inserted replaced
4285:f1d0cde61af7 4286:96fdf4891747
39 from .constants import ( 39 from .constants import (
40 NS_JINGLE_RTP, 40 NS_JINGLE_RTP,
41 NS_JINGLE_RTP_AUDIO, 41 NS_JINGLE_RTP_AUDIO,
42 NS_JINGLE_RTP_INFO, 42 NS_JINGLE_RTP_INFO,
43 NS_JINGLE_RTP_VIDEO, 43 NS_JINGLE_RTP_VIDEO,
44 NS_AV_CONFERENCES
44 ) 45 )
45 46
46 47
47 log = getLogger(__name__) 48 log = getLogger(__name__)
48 49