comparison doc/components.rst @ 4077:d6837db456fd

refactoring: fix names in doc following modules hierarchy refactoring
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 17:38:37 +0200
parents 524856bd7b19
children 57ff857bf96e
comparison
equal deleted inserted replaced
4076:b620a8e882e1 4077:d6837db456fd
382 - if you need to use special characters, then you'll have to use ``___`` followed by the 382 - if you need to use special characters, then you'll have to use ``___`` followed by the
383 special encoding (see below). 383 special encoding (see below).
384 384
385 The encoding is explained in the documentation of the following method: 385 The encoding is explained in the documentation of the following method:
386 386
387 .. automethod:: sat.plugins.plugin_comp_ap_gateway.APGateway.get_jid_and_node 387 .. automethod:: libervia.backend.plugins.plugin_comp_ap_gateway.APGateway.get_jid_and_node
388 388
389 389
390 .. [#AP_chars] Most if not all AP implementations use webfinger `acct` URI as a de-facto 390 .. [#AP_chars] Most if not all AP implementations use webfinger `acct` URI as a de-facto
391 standard to manage user-friendly handles (something like ``user@example.org``). Those 391 standard to manage user-friendly handles (something like ``user@example.org``). Those
392 handles, according to `RFC7565`_, should 392 handles, according to `RFC7565`_, should
860 860
861 Publication of AP items can be tested using the following method (with can be accessed 861 Publication of AP items can be tested using the following method (with can be accessed
862 through the ``ap_send`` bridge method, client is then replaced by the ``profile`` name, as 862 through the ``ap_send`` bridge method, client is then replaced by the ``profile`` name, as
863 last argument): 863 last argument):
864 864
865 .. automethod:: sat.plugins.plugin_comp_ap_gateway.APGateway.publish_message 865 .. automethod:: libervia.backend.plugins.plugin_comp_ap_gateway.APGateway.publish_message
866 866
867 The method can be used either with CLI's :ref:`debug bridge method 867 The method can be used either with CLI's :ref:`debug bridge method
868 <li_debug_bridge_method>` or with any D-Bus tool like ``qdbus`` or ``d-feet`` (only if you 868 <li_debug_bridge_method>` or with any D-Bus tool like ``qdbus`` or ``d-feet`` (only if you
869 use the D-Bus bridge). 869 use the D-Bus bridge).
870 870