diff --git a/pp_draft.md b/pp_draft.md index f96b1a5..3110922 100644 --- a/pp_draft.md +++ b/pp_draft.md @@ -139,7 +139,7 @@ We store all data in our own servers located in the Netherlands. ## 4.3 - **Disroot XMPP Chat** (https://webchat.disroot.org) - Roster (your XMPP contact list) is stored on the server's database. - - Chat history is stored on the server in the same form as on the chat itself, meaning unencrypted chat is stored in plain-text and encrypted chat is stored encrypted. Additionaly, the chat history, if specified by user on per chatroom basis, is stored on the server for a period of 6 months. + - Chat history is stored on the server in the same form as on the chat itself, meaning unencrypted chat is stored in plain-text and encrypted chat is stored encrypted. Additionally, the chat history, if specified by user on per chatroom basis, is stored on the server for a period of 6 months. - Server logs, which store information such as, but not limited to, your IP address and your username are stored for a period of 24 hours after which they are deleted from the server. No backup of logfiles are created. Logs are kept mainly to prevent brute-force attacks on accounts as well as provide quick insight when debugging issues. - Given the XMPP is a **federated** chat protocol, when interacting with users or chat-rooms hosted on third party servers, data is sent to other independently operated and owned servers in the network over which we have no control. - Files uploaded to the server are stored as is for a period of 6 months.