diff libervia/backend/plugins/plugin_xep_0167/constants.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 4b842c1fb686
children
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_xep_0167/constants.py	Sun Jul 14 17:42:53 2024 +0200
+++ b/libervia/backend/plugins/plugin_xep_0167/constants.py	Mon Jul 29 03:29:14 2024 +0200
@@ -25,3 +25,4 @@
 NS_JINGLE_RTP_VIDEO: Final = f"{NS_JINGLE_RTP_BASE}:video"
 NS_JINGLE_RTP_ERRORS: Final = f"{NS_JINGLE_RTP_BASE}:errors:1"
 NS_JINGLE_RTP_INFO: Final = f"{NS_JINGLE_RTP_BASE}:info:1"
+NS_AV_CONFERENCES: Final = "urn:xmpp:jingle:av-conferences:0"