comparison doc/jp/message.rst @ 3454:ddff0ade14d6

doc (jp/message): typo
author Goffi <goffi@goffi.org>
date Sat, 02 Jan 2021 17:08:11 +0100
parents 790489521b15
children
comparison
equal deleted inserted replaced
3453:864485605d12 3454:ddff0ade14d6
23 23
24 $ echo 'Salut à Toi!' | jp message send louise@example.net 24 $ echo 'Salut à Toi!' | jp message send louise@example.net
25 25
26 Send a message encrypted with OMEMO:: 26 Send a message encrypted with OMEMO::
27 27
28 $ echo 'pssst, this message is encrypted' | jp message send -o omemo louise@example.net 28 $ echo 'pssst, this message is encrypted' | jp message send -e omemo louise@example.net
29 29
30 .. note:: 30 .. note::
31 31
32 Fingerprints of your destinee must have been accepted before using OMEMO, else message can't be encrypted 32 Fingerprints of your destinee must have been accepted before using OMEMO, else message can't be encrypted
33 33