comparison doc/libervia-cli/pubsub.rst @ 3966:9f85369294f3

doc (encryption, cli): pubsub signing documentation: - add a `Pubsub Signature` section to `encryption` documentation - document `-X, --sign` flag where it's used - document `pubsub/signature` subcommands fix 381
author Goffi <goffi@goffi.org>
date Sun, 30 Oct 2022 01:06:58 +0200
parents 4b8776eb6826
children c4418949aa37
comparison
equal deleted inserted replaced
3965:2695dafc5c4d 3966:9f85369294f3
24 In the same way as for :ref:`libervia-cli_pubsub_node_create`, ``-F, --full-prefix`` can be used if 24 In the same way as for :ref:`libervia-cli_pubsub_node_create`, ``-F, --full-prefix`` can be used if
25 you need to specify the full option name. 25 you need to specify the full option name.
26 26
27 |e2e_arg| 27 |e2e_arg|
28 28
29 |sign_arg|
30
29 .. _XEP-0060 §7.1.5: https://xmpp.org/extensions/xep-0060.html#publisher-publish-options 31 .. _XEP-0060 §7.1.5: https://xmpp.org/extensions/xep-0060.html#publisher-publish-options
30 32
31 example 33 example
32 ------- 34 -------
33 35
80 If you don't change anything or publish an empty blog post, the edition will be cancelled. 82 If you don't change anything or publish an empty blog post, the edition will be cancelled.
81 83
82 :ref:`draft_common` commands can be used. 84 :ref:`draft_common` commands can be used.
83 85
84 |e2e_arg| 86 |e2e_arg|
87
88 |sign_arg|
85 89
86 example 90 example
87 ------- 91 -------
88 92
89 Edit the last note in our custom node:: 93 Edit the last note in our custom node::
456 =========== 460 ===========
457 461
458 Subcommands to add or remove data attached to pubsub items. Please check 462 Subcommands to add or remove data attached to pubsub items. Please check
459 :ref:`libervia-cli_pubsub_attachments`. 463 :ref:`libervia-cli_pubsub_attachments`.
460 464
465 signature
466 =========
467
468 Subcommands to handle items signature. Please check :ref:`libervia-cli_pubsub_signature`.
469
461 secret 470 secret
462 ====== 471 ======
463 472
464 Subcommands for pubsub node shared secrets management. Please check :ref:`libervia-cli_pubsub_secret`. 473 Subcommands for pubsub node shared secrets management. Please check :ref:`libervia-cli_pubsub_secret`.
465 474