Mercurial > libervia-backend
annotate doc/index.rst @ 4240:79c8a70e1813
backend, frontend: prepare remote control:
This is a series of changes necessary to prepare the implementation of remote control
feature:
- XEP-0166: add a `priority` attribute to `ApplicationData`: this is needed when several
applications are working in a same session, to know which one must be handled first.
Will be used to make Remote Control have precedence over Call content.
- XEP-0166: `_call_plugins` is now async and is not used with `DeferredList` anymore: the
benefit to have methods called in parallels is very low, and it cause a lot of trouble
as we can't predict order. Methods are now called sequentially so workflow can be
predicted.
- XEP-0167: fix `senders` XMPP attribute <=> SDP mapping
- XEP-0234: preflight acceptance key is now `pre-accepted` instead of `file-accepted`, so
the same key can be used with other jingle applications.
- XEP-0167, XEP-0343: move some method to XEP-0167
- XEP-0353: use new `priority` feature to call preflight methods of applications according
to it.
- frontend (webrtc): refactor the sources/sink handling with a more flexible mechanism
based on Pydantic models. It is now possible to have has many Data Channel as necessary,
to have them in addition to A/V streams, to specify manually GStreamer sources and
sinks, etc.
- frontend (webrtc): rework of the pipeline to reduce latency.
- frontend: new `portal_desktop` method. Screenshare portal handling has been moved there,
and RemoteDesktop portal has been added.
- frontend (webrtc): fix `extract_ufrag_pwd` method.
rel 436
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 11 May 2024 13:52:41 +0200 |
parents | d6837db456fd |
children |
rev | line source |
---|---|
3505 | 1 ====================== |
2 Libervia documentation | |
3 ====================== | |
2946 | 4 |
3505 | 5 Welcome to Libervia's documentation. You'll find here both end-user and developer documentations. |
2946 | 6 |
3505 | 7 Libervia is a Libre communication ecosystem based on XMPP standard. It allows you to do many things such as: |
2946 | 8 |
9 - instant messaging | |
10 - (micro)blogging | |
11 - file sharing | |
12 - managing photo albums | |
13 - organizing/managing events | |
14 - handling tasks | |
15 - etc. | |
16 | |
17 It features many interfaces (desktop, mobile, web, command line, console), and is multi-platforms. | |
18 | |
4077
d6837db456fd
refactoring: fix names in doc following modules hierarchy refactoring
Goffi <goffi@goffi.org>
parents:
3950
diff
changeset
|
19 You can follow this documentation to learn more on it, or join our official XMPP room at `libervia@chat.jabberfr.org <xmpp:libervia@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/libervia@chat.jabberfr.org>`_) |
2946 | 20 |
21 | |
22 .. toctree:: | |
23 :caption: Contents: | |
24 :maxdepth: 3 | |
25 | |
26 installation.rst | |
3021
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
27 overview.rst |
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
28 configuration.rst |
3950
8f87ff449a34
doc: new doc giving an overview on how e2ee is working in Libervia/XMPP:
Goffi <goffi@goffi.org>
parents:
3681
diff
changeset
|
29 encryption.rst |
3678 | 30 components.rst |
3606
25d3677701e7
doc: developer documentation explaining storage and pubsub cache
Goffi <goffi@goffi.org>
parents:
3505
diff
changeset
|
31 developer.rst |
3488
c80a0f864b5d
doc: updated doc following global renaming
Goffi <goffi@goffi.org>
parents:
3430
diff
changeset
|
32 /libervia-cli/index.rst |
c80a0f864b5d
doc: updated doc following global renaming
Goffi <goffi@goffi.org>
parents:
3430
diff
changeset
|
33 /libervia-tui/index.rst |
3645 | 34 /contributing/index.rst |
2946 | 35 |
36 | |
37 Indices and tables | |
38 ================== | |
39 | |
40 * :ref:`genindex` | |
41 * :ref:`search` |