mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
posts: encrypted_XMPP: update draft
This commit is contained in:
parent
4d0d451e12
commit
0fb1721e2a
1 changed files with 11 additions and 11 deletions
|
|
@ -336,14 +336,14 @@ I recommend disabling this feature.
|
||||||
|
|
||||||
### Profanity
|
### Profanity
|
||||||
|
|
||||||
Это могучий TUI-клиент,
|
Profanity is a powerful TUI client
|
||||||
где всё-всё-всё реализовано через встроенную систему команд.
|
where everything is controlled through a built-in command system.
|
||||||
|
|
||||||
Если вы зачем-то намерены им пользоваться,
|
If you somehow intend to use it,
|
||||||
то ниже вас ожидает небольшой читшит по использованию OMEMO,
|
below you will find a small cheat sheet for using OMEMO.
|
||||||
но я настойчиво рекомендую ознакомиться с полной документацией самостоятельно.
|
However, I strongly recommend reading the full documentation.
|
||||||
|
|
||||||
- Генерация ключа и добавление своих устройств:
|
- Generate a key and add your other clients:
|
||||||
```text
|
```text
|
||||||
/omemo gen
|
/omemo gen
|
||||||
/omemo trust me@some.server some-cool-fingerprint-01
|
/omemo trust me@some.server some-cool-fingerprint-01
|
||||||
|
|
@ -351,26 +351,26 @@ I recommend disabling this feature.
|
||||||
/omemo qrcode
|
/omemo qrcode
|
||||||
```
|
```
|
||||||
|
|
||||||
- Увидеть список своих или чужих fingerprint'ов:
|
- View the list of your own or someone else’s fingerprints:
|
||||||
```text
|
```text
|
||||||
/omemo fingerprint me@some.server
|
/omemo fingerprint me@some.server
|
||||||
/omemo fingerprint alice@another.server
|
/omemo fingerprint alice@another.server
|
||||||
```
|
```
|
||||||
Доверенные будут помечены как `trusted`.
|
Trusted ones will be marked as `trusted`.
|
||||||
|
|
||||||
- Начать зашифрованный диалог:
|
- Start an encrypted conversation:
|
||||||
```text
|
```text
|
||||||
/omemo start alice@another.server
|
/omemo start alice@another.server
|
||||||
```
|
```
|
||||||
|
|
||||||
- Добавить чужой фингерпринт в список доверенных:
|
- Add fingerprints to the trusted list:
|
||||||
```text
|
```text
|
||||||
/omemo trust alice@another.server some-cool-fingerprint-02
|
/omemo trust alice@another.server some-cool-fingerprint-02
|
||||||
/omemo trust alice@another.server some-cool-fingerprint-03
|
/omemo trust alice@another.server some-cool-fingerprint-03
|
||||||
/omemo trust bob@another.server some-cool-fingerprint-04
|
/omemo trust bob@another.server some-cool-fingerprint-04
|
||||||
```
|
```
|
||||||
|
|
||||||
- Перестать доверять кокретному клиенту:
|
- Revoke trust for a specific client:
|
||||||
```text
|
```text
|
||||||
/omemo untrust alice@another.server some-cool-fingerprint-02
|
/omemo untrust alice@another.server some-cool-fingerprint-02
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue