posts: encrypted_XMPP: update draft

This commit is contained in:
He4eT 2026-04-14 15:03:34 +02:00 committed by Alexey
commit 73ae752260

View file

@ -15,7 +15,7 @@ description: 'Secure and private messaging with XMPP and OMEMO encryption.'
I find it funny that twenty years ago I was already trying I find it funny that twenty years ago I was already trying
to promote XMPP over ICQ to my classmates. to promote XMPP over ICQ to my classmates.
At that time, the proprietary messenger once again made life harder At the time, the proprietary messenger kept making life harder
for users of alternative clients. for users of alternative clients.
Thats when I realized that I prefer protocols over services. Thats when I realized that I prefer protocols over services.
@ -50,21 +50,21 @@ it on a&nbsp;<a
href='https://contrapunctus.codeberg.page/the-quick-and-easy-guide-to-xmpp.html' href='https://contrapunctus.codeberg.page/the-quick-and-easy-guide-to-xmpp.html'
target='_blank'>dedicated page by Daniel Gultsch</a>. target='_blank'>dedicated page by Daniel Gultsch</a>.
Хочу также отметить, **Client**, in this post,
что я буду использовать слово Client для обозначения конкретных инстансов means a specific instance of an XMPP application on a user device.
приложений на пользовательских устройствах. В документации, связанной с OMEMO <br>OMEMO-related documentation uses the term Device,
для этого использвется термин Device, но мне он кажется запутывающим: but I find it potentially confusing:
в реальности на одном устройстве может быть несколько независимых клиентов. in practice, a single physical device can run multiple independent clients.
## Basic Concepts ## Basic Concepts
Here I'm going to explain some basic ideas behind e2e. This section introduces some basic ideas behind end-to-end encryption.
Если основные концепции и терминология вам знакомы, If you're already familiar with the concepts and terminology,
то можете смело пропустить этот раздел you can skip ahead to&nbsp;<a
и перейти к особенностям их практического применения касательно XMPP. href='#'>how end-to-end encryption affects the XMPP user experience</a>
or jump straight to the <a
Или даже сразу перейти к описанию workflow, которого я придерживаюсь сам. href='#'>step-by-step workflow</a>&nbsp;I personally use.
### Trade-offs Between Safety and Convenience ### Trade-offs Between Safety and Convenience