Mercurial > libervia-backend
annotate docker/libervia-web-dev-demo/certificates/server1.test/cert.pem @ 4231:e11b13418ba6
plugin XEP-0353, XEP-0234, jingle: WebRTC data channel signaling implementation:
Implement XEP-0343: Signaling WebRTC Data Channels in Jingle. The current version of the
XEP (0.3.1) has no implementation and contains some flaws. After discussing this on xsf@,
Daniel (from Conversations) mentioned that they had a sprint with Larma (from Dino) to
work on another version and provided me with this link:
https://gist.github.com/iNPUTmice/6c56f3e948cca517c5fb129016d99e74 . I have used it for my
implementation.
This implementation reuses work done on Jingle A/V call (notably XEP-0176 and XEP-0167
plugins), with adaptations. When used, XEP-0234 will not handle the file itself as it
normally does. This is because WebRTC has several implementations (browser for web
interface, GStreamer for others), and file/data must be handled directly by the frontend.
This is particularly important for web frontends, as the file is not sent from the backend
but from the end-user's browser device.
Among the changes, there are:
- XEP-0343 implementation.
- `file_send` bridge method now use serialised dict as output.
- New `BaseTransportHandler.is_usable` method which get content data and returns a boolean
(default to `True`) to tell if this transport can actually be used in this context (when
we are initiator). Used in webRTC case to see if call data are available.
- Support of `application` media type, and everything necessary to handle data channels.
- Better confirmation message, with file name, size and description when available.
- When file is accepted in preflight, it is specified in following `action_new` signal for
actual file transfer. This way, frontend can avoid the display or 2 confirmation
messages.
- XEP-0166: when not specified, default `content` name is now its index number instead of
a UUID. This follows the behaviour of browsers.
- XEP-0353: better handling of events such as call taken by another device.
- various other updates.
rel 441
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 06 Apr 2024 12:57:23 +0200 |
parents | 3b64b503f250 |
children |
rev | line source |
---|---|
3511
db0f4d419448
docker: add demo images and compose file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 -----BEGIN CERTIFICATE----- |
4187 | 2 MIIDijCCAnKgAwIBAgIIDeCLzDPl9XswDQYJKoZIhvcNAQELBQAwIDEeMBwGA1UE |
3 AxMVbWluaWNhIHJvb3QgY2EgNTE2NDdkMB4XDTIzMTIxMDIxMzUzMloXDTI2MDEw | |
4 OTIxMzUzMlowFzEVMBMGA1UEAxMMc2VydmVyMS50ZXN0MIIBIjANBgkqhkiG9w0B | |
5 AQEFAAOCAQ8AMIIBCgKCAQEA0n+pYi3xo4QkG0RutafvGBRBJgMo6AEm4YhsWVhB | |
6 GxEaJIqcPlhn0m1ADHeVFhz9jK75UoxOGOA2ru3TVuIclHi7084m3bO4gS7toOcY | |
7 Q2ODOLdgfvs8ubwqZL+WIwRuUkawGdk3RjSbVi4co66TiVf+Z+h2n9A8fg6xHYMm | |
8 c5VqlM7YCfKdu3p4CGFn1a2G8GCIMq1YZXHHDaJj1MosHO2BlExVdumEnJODBJan | |
9 h/AVba+qotRAqUEOs9+cp75GsZSwVfdxzgGBUbJFJebVHLGmprztO6N2repiOSB8 | |
10 r/ULBHkuu7OfEcA4392iWOBcOyihAKOSmY8rbg/Honb4rwIDAQABo4HQMIHNMA4G | |
3511
db0f4d419448
docker: add demo images and compose file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
11 A1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD |
4187 | 12 VR0TAQH/BAIwADAfBgNVHSMEGDAWgBQn64ZnjZJ98LYUuQRuFPA2PU8VETBtBgNV |
3511
db0f4d419448
docker: add demo images and compose file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
13 HREEZjBkggxzZXJ2ZXIxLnRlc3SCDiouc2VydmVyMS50ZXN0ggxzZXJ2ZXIyLnRl |
db0f4d419448
docker: add demo images and compose file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
14 c3SCDHNlcnZlcjMudGVzdIIVbGliZXJ2aWEtYmFja2VuZC50ZXN0ghFsaWJlcnZp |
4187 | 15 YS13ZWIudGVzdDANBgkqhkiG9w0BAQsFAAOCAQEAJJxot+yYt+AApxR7Y6J7WRdU |
16 HVdDE2oVKp/ArC024M+FIGDXzbiGWb1BMw4Hv9Ivdb4WLMzZzKDhei5RF9acvMaS | |
17 eubWpFumTyOqPJw8Z8eccOFN9uSEC4PhjoimVBRriuuF6Xtmwx/jga6VA4Rsn7t2 | |
18 6YwwgNJxuGfyku2g4Shdfa21WEANSJElvWgD5ng/OPmhlpnBYJj++2BJcT6kW/Po | |
19 M4lD8ocFwyVPnkNihbnM6rWUs9OZfhwQ1wWymuSdLihQEB7XrQ/fh8isMaVk8J7e | |
20 3HL4T0+AzVMLFfvrqGm2QfZ/ioy8TvWbH1ns5q4ugR1mmzb2T8o3lCqcZ4RCLQ== | |
3511
db0f4d419448
docker: add demo images and compose file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
21 -----END CERTIFICATE----- |