forked from moneya/siacs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
46 lines (42 loc) · 2.19 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta property="og:description" content="">
<meta name="description" content="">
<title>Conversations Privacy Policy</title>
<link href="https://conversations.im/css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
table.pricing td {
text-align: center;
}
</style>
</head>
<body style="padding-top: 20px">
<div class="container">
<h2>Conversations Privacy Policy</h2>
<p>
Conversations is an XMPP client that connects to an XMPP server. Conversations will never upload data to the developer. The only execption to this rule is data collected after a crash. This data will be send via your own XMPP account but never without your explicit consent.
</p>
<p>Conversations or its developers don’t have control over the data you send through the app. However the following data might get uploaded to your XMPP provider:</p>
<h4>Data uploaded to your XMPP provider</h4>
<ul>
<li>Messages. This includes text messages, images and other files</li>
<li>Your avatar / profile picture</li>
<li>Your public keys for the OMEMO encryption</li>
</ul>
<h4>What does not get uploaded</h4>
<ul>
<li>Your contacts. Conversations only asks permissions to read your contact to show the profile pictures and names of the corresponding XMPP contacts. Your contacts are never published anywhere. <strong>If you opt-out of this permission Conversations will work just fine.</strong></li>
</ul>
<h4>Using the conversations.im provider</h4>
<p>If you use the <em>conversations.im</em> please refer to their <a href="https://account.conversations.im/privacy/">privacy policy</a>.</p>
<p><strong>Using the conversations.im XMPP provider is optional. Conversations will connect to almost any other XMPP provider.</strong></p>
</div>
</body>