Mercurial > libervia-backend
diff libervia/backend/core/constants.py @ 4241:898db6daf0d0
core: Jingle Remote Control implementation:
This is an implementation of the protoXEP that will be submitted to XSF. It handle
establishment of a remote control session, and the management of A/V calls with XEP-0167.
rel 436
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 11 May 2024 13:52:43 +0200 |
parents | dd9bc7d791d7 |
children | a7d4007a8fa5 |
line wrap: on
line diff
--- a/libervia/backend/core/constants.py Sat May 11 13:52:41 2024 +0200 +++ b/libervia/backend/core/constants.py Sat May 11 13:52:43 2024 +0200 @@ -354,10 +354,12 @@ META_TYPE_CONFIRM = "confirm" META_TYPE_FILE = "file" META_TYPE_CALL = "call" + META_TYPE_REMOTE_CONTROL = "remote-control" META_TYPE_OVERWRITE = "overwrite" META_TYPE_NOT_IN_ROSTER_LEAK = "not_in_roster_leak" META_SUBTYPE_CALL_AUDIO = "audio" META_SUBTYPE_CALL_VIDEO = "video" + META_SUBTYPE_CALL_REMOTE_CONTROL = "remote-control" ## HARD-CODED ACTIONS IDS (generated with uuid.uuid4) ## AUTHENTICATE_PROFILE_ID = "b03bbfa8-a4ae-4734-a248-06ce6c7cf562"