diff doc/components.rst @ 4319:ef29fa1d9d69 default tip @

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
line wrap: on
line diff
--- a/doc/components.rst	Sat Sep 28 15:59:48 2024 +0200
+++ b/doc/components.rst	Sat Sep 28 16:00:16 2024 +0200
@@ -947,12 +947,17 @@
 gateway JID.
 
 Multicast addressing (i.e. the ``To``, ``CC`` and ``BCC`` email headers or their
-`XEP-0033`_ XMPP equivalent) are supported and will be converted from and to XMPP. Other
+`XEP-0033 (Extended Stanza Addressing)`_ XMPP equivalent) are supported and will be converted from and to XMPP. Other
 metadata like ``Reply-To`` are also supported. You can use
 :ref:`libervia-cli_message_send` to specify those metadata when sending a message.
 
+Some headers are converted between XMPP and email, such as the ``Keywords`` or the
+``Importance`` ones. On XMPP side, `XEP-0131 (Stanza Headers and Internet Metadata)`_ is
+used.
 
-.. _XEP-0033: https://xmpp.org/extensions/xep-0033.html
+
+.. _XEP-0033 (Extended Stanza Addressing): https://xmpp.org/extensions/xep-0033.html
 .. _XEP-0100 (Gateway Interaction): https://xmpp.org/extensions/xep-0100.html
 .. _XEP-0106 (JID Escaping): https://xmpp.org/extensions/xep-0106.html
+.. _XEP-0131 (Stanza Headers and Internet Metadata): https://xmpp.org/extensions/xep-0131.html