Add privacy policy (#14)
Co-authored-by: James Mills <prologic@shortcircuit.net.au> Reviewed-on: #14 Reviewed-by: mearaj <mearaj@noreply@mills.io> Co-authored-by: James Mills <james@mills.io> Co-committed-by: James Mills <james@mills.io>pull/16/head
parent
b4447bf61d
commit
b53d2bbe85
@ -0,0 +1,39 @@ |
||||
--- |
||||
title: Salty.im Privacy Policy |
||||
keywords: salty, im, instant, messaging, chat, protocol, secure, encrypted, e2e |
||||
--- |
||||
|
||||
# Privacy Policy |
||||
|
||||
This is aimed to be the world's simplest privacy policy. |
||||
This document should explain to you why the app collects some |
||||
information, what happens when your account is deleted and some other |
||||
frequently asked questions answered regarding your privacy. |
||||
|
||||
If you have any more questions, please raise an issue regarding |
||||
the same on our [Issue Tracker](https://git.mills.io/saltyim/saltyim/issues/new) |
||||
and I'll answer as honest and quickly as possible :) |
||||
|
||||
<details> |
||||
<summary>What identifiable information is stored about me?</summary> |
||||
<p> |
||||
Your desired username or alias and your domain name. This information is stored |
||||
in your Salty.im client aid in identifying who you are and to indicate to |
||||
peers whom they are communicating with. Your `<username>@<domain>` is known |
||||
as your Salty Address and is also published to a broker by taking a SHA256 |
||||
hash of the address and using this hash to publish your public keys for |
||||
discovery purposes. |
||||
</p> |
||||
</details> |
||||
|
||||
<details> |
||||
<summary>How is this all free? There must be a catch!</summary> |
||||
<p> |
||||
Absolutely no catch to this freebie. This project is just my way of |
||||
giving back to the community that I've learned so much from. If you'd |
||||
like to show your appreciation however, you can follow me on my social |
||||
media and let me know how much it helped you, or donate to help pay |
||||
the cloud bills, or if you are a fellow developer, you can head to |
||||
git.mills.io and contribute to the code by raising a PR. |
||||
</p> |
||||
</details> |
Loading…
Reference in new issue