Mercurial > libervia-backend
comparison doc/components.rst @ 4319:ef29fa1d9d69
doc (components): update doc to show headers support:
fix 451
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 28 Sep 2024 16:00:16 +0200 |
parents | e39c8e805488 |
children | ea72364131d5 |
comparison
equal
deleted
inserted
replaced
4318:27bb22eace65 | 4319:ef29fa1d9d69 |
---|---|
945 To send a message, just write to the corresponding JID. Email addresses are mapped to JIDs | 945 To send a message, just write to the corresponding JID. Email addresses are mapped to JIDs |
946 using `XEP-0106 (JID Escaping)`_: the email is escaped and used as the user-part of the | 946 using `XEP-0106 (JID Escaping)`_: the email is escaped and used as the user-part of the |
947 gateway JID. | 947 gateway JID. |
948 | 948 |
949 Multicast addressing (i.e. the ``To``, ``CC`` and ``BCC`` email headers or their | 949 Multicast addressing (i.e. the ``To``, ``CC`` and ``BCC`` email headers or their |
950 `XEP-0033`_ XMPP equivalent) are supported and will be converted from and to XMPP. Other | 950 `XEP-0033 (Extended Stanza Addressing)`_ XMPP equivalent) are supported and will be converted from and to XMPP. Other |
951 metadata like ``Reply-To`` are also supported. You can use | 951 metadata like ``Reply-To`` are also supported. You can use |
952 :ref:`libervia-cli_message_send` to specify those metadata when sending a message. | 952 :ref:`libervia-cli_message_send` to specify those metadata when sending a message. |
953 | 953 |
954 | 954 Some headers are converted between XMPP and email, such as the ``Keywords`` or the |
955 .. _XEP-0033: https://xmpp.org/extensions/xep-0033.html | 955 ``Importance`` ones. On XMPP side, `XEP-0131 (Stanza Headers and Internet Metadata)`_ is |
956 used. | |
957 | |
958 | |
959 .. _XEP-0033 (Extended Stanza Addressing): https://xmpp.org/extensions/xep-0033.html | |
956 .. _XEP-0100 (Gateway Interaction): https://xmpp.org/extensions/xep-0100.html | 960 .. _XEP-0100 (Gateway Interaction): https://xmpp.org/extensions/xep-0100.html |
957 .. _XEP-0106 (JID Escaping): https://xmpp.org/extensions/xep-0106.html | 961 .. _XEP-0106 (JID Escaping): https://xmpp.org/extensions/xep-0106.html |
958 | 962 .. _XEP-0131 (Stanza Headers and Internet Metadata): https://xmpp.org/extensions/xep-0131.html |
963 |