changeset 4312:e39c8e805488

doc (components): update doc to indicate support of addressing metadata. fix 450
author Goffi <goffi@goffi.org>
date Thu, 26 Sep 2024 16:12:01 +0200
parents 073bb1d1a7f8
children 530f86f078cc
files doc/components.rst
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/components.rst	Thu Sep 26 16:12:01 2024 +0200
+++ b/doc/components.rst	Thu Sep 26 16:12:01 2024 +0200
@@ -946,6 +946,13 @@
 using `XEP-0106 (JID Escaping)`_: the email is escaped and used as the user-part of the
 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
+metadata like ``Reply-To`` are also supported. You can use
+:ref:`libervia-cli_message_send` to specify those metadata when sending a message.
+
+
+.. _XEP-0033: 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