diff libervia/backend/core/constants.py @ 4245:a7d4007a8fa5

plugin XEP-0272: implement XEP-0272: Multiparty Jingle (Muji) rel 429
author Goffi <goffi@goffi.org>
date Wed, 15 May 2024 17:34:46 +0200
parents 898db6daf0d0
children 9fc3d28bc3f6
line wrap: on
line diff
--- a/libervia/backend/core/constants.py	Sat May 11 13:52:43 2024 +0200
+++ b/libervia/backend/core/constants.py	Wed May 15 17:34:46 2024 +0200
@@ -354,7 +354,9 @@
     META_TYPE_CONFIRM = "confirm"
     META_TYPE_FILE = "file"
     META_TYPE_CALL = "call"
+    META_TYPE_GROUP_CALL = "group-call"
     META_TYPE_REMOTE_CONTROL = "remote-control"
+    META_TYPE_MUC_INVIRATION = "muc-invitation"
     META_TYPE_OVERWRITE = "overwrite"
     META_TYPE_NOT_IN_ROSTER_LEAK = "not_in_roster_leak"
     META_SUBTYPE_CALL_AUDIO = "audio"