Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
4244:05f01ac1d5b2 | 4245:a7d4007a8fa5 |
---|---|
352 ## action constants ## | 352 ## action constants ## |
353 #: simple confirmation dialog | 353 #: simple confirmation dialog |
354 META_TYPE_CONFIRM = "confirm" | 354 META_TYPE_CONFIRM = "confirm" |
355 META_TYPE_FILE = "file" | 355 META_TYPE_FILE = "file" |
356 META_TYPE_CALL = "call" | 356 META_TYPE_CALL = "call" |
357 META_TYPE_GROUP_CALL = "group-call" | |
357 META_TYPE_REMOTE_CONTROL = "remote-control" | 358 META_TYPE_REMOTE_CONTROL = "remote-control" |
359 META_TYPE_MUC_INVIRATION = "muc-invitation" | |
358 META_TYPE_OVERWRITE = "overwrite" | 360 META_TYPE_OVERWRITE = "overwrite" |
359 META_TYPE_NOT_IN_ROSTER_LEAK = "not_in_roster_leak" | 361 META_TYPE_NOT_IN_ROSTER_LEAK = "not_in_roster_leak" |
360 META_SUBTYPE_CALL_AUDIO = "audio" | 362 META_SUBTYPE_CALL_AUDIO = "audio" |
361 META_SUBTYPE_CALL_VIDEO = "video" | 363 META_SUBTYPE_CALL_VIDEO = "video" |
362 META_SUBTYPE_CALL_REMOTE_CONTROL = "remote-control" | 364 META_SUBTYPE_CALL_REMOTE_CONTROL = "remote-control" |