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
a52760e71c
commit
1c6a769e66
1 changed files with 8 additions and 15 deletions
|
|
@ -36,26 +36,19 @@ and the practical aspects of using it.
|
||||||
|
|
||||||
## Short Glossary
|
## Short Glossary
|
||||||
|
|
||||||
**End-to-end encryption** is a way to keep your chats truly private.
|
**End-to-end encryption** is a way to keep your chats truly private.<br>
|
||||||
|
|
||||||
Only you and the person you’re messaging can read the messages.
|
Only you and the person you’re messaging can read the messages.
|
||||||
Not even the server owner or your carrier has the keys
|
Not even the server owner or your carrier has the keys
|
||||||
needed to decrypt or modify them.
|
needed to decrypt or modify them.
|
||||||
|
|
||||||
**XMPP** is a protocol made for instant messaging.
|
**XMPP** is an extensible protocol for instant messaging.
|
||||||
|
|
||||||
The cool thing? The X stands for Extensible,
|
**OMEMO** is a widely supported XMPP Extension Protocol (XEP)
|
||||||
which basically means you can add almost any feature through XEPs:
|
for secure multi-client end-to-end encryption.
|
||||||
audio and video calls,
|
You can read more about
|
||||||
encryption,
|
it on a <a
|
||||||
file transfer,
|
href='https://contrapunctus.codeberg.page/the-quick-and-easy-guide-to-xmpp.html'
|
||||||
sync across devices,
|
target='_blank'>dedicated page by Daniel Gultsch</a>.
|
||||||
text markup,
|
|
||||||
and even stories!
|
|
||||||
|
|
||||||
The ugly thing? The X stands for Extensible,
|
|
||||||
which means it’s pretty hard to find two applications
|
|
||||||
that support the same subset of XEPs.
|
|
||||||
|
|
||||||
## Trade-offs Between Safety and Convenience
|
## Trade-offs Between Safety and Convenience
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue