From 1d3a3b663a72334953e8b1be8ee23483e2f52beb Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 4 Jun 2019 14:02:34 +0200 Subject: [PATCH] Blogpost for thrempp --- content/post/2019-06-01-thrempp.md | 42 ++++++++++++++++++++++++++++++ content/privacy_policy.md | 3 +++ 2 files changed, 45 insertions(+) create mode 100644 content/post/2019-06-01-thrempp.md diff --git a/content/post/2019-06-01-thrempp.md b/content/post/2019-06-01-thrempp.md new file mode 100644 index 0000000..5d8767d --- /dev/null +++ b/content/post/2019-06-01-thrempp.md @@ -0,0 +1,42 @@ +--- +title: "Threema Transports" +date: "2019-06-01T01:52:54+02:00" +type: post +--- + +Hello together,
+we run for [chat.sum7.eu](https://chat.sum7.eu) already an IRC-XMPP-transport.
+So every person is able to join any IRC chat(room) without another IRC client. + +Join a chatroom _#ROOM%irc.freenode.net@irc.chat.sum7.eu/MYNICKNAME_, by replacing _MYNICKNAME_ with your nickname. + +It is only for an IRC server one nickname possible.
+A single person could be contact by using _NICKNAME%irc.freenode.net@irc.chat.sum7.eu_. + +We use the software [biboumi](https://biboumi.louiz.org/) for it. + +**Be careful**, IRC-Transport stores by default logs of the IRC channels to deliver them after you got online again.
+(This could be disabled by changing the default settings persistent and history with your client [see](https://doc.biboumi.louiz.org/user.html#history)) + +By the way _irc.hackint.org_ run his own transport, so you do not have to trust us, to keep the logs safe. + +--- + +Now we start to develop a Threema-XMPP-Transport, it is a really early state.
+The current version is deployed at _threema.chat.sum7.eu_. + +If you like to try it add [threema.chat.sum7.eu](xmpp:threema.chat.sum7.eu) and send him a message `generate`.
+Afterwards, you get could write any person by use _THREEMAID@threema.chat.sum7.eu_ like [ECHOECHO@threema.chat.sum7.eu](xmpp:ECHOECHO@threema.chat.sum7.eu)-Bot. + +So we like persons which test it and help us to improve the software.
+Do not be shy to open an issue under [dev.sum7.eu/genofire/thrempp](https://dev.sum7.eu/genofire/thrempp). + +For **Thrempp** we use the library of [o3ma](https://github.com/o3ma/o3) and [go-xmpp](https://gosrc.io/xmpp) for it.
+The current structure of **Thrempp** makes it possible to add other transports, later. + +We hope to support more functions than Threema's personal text, image and audio messages like group chats soon. + + +**Be careful**: We store your Threema Privatkey and open any encryption to other threema accounts.
+Pictures- and Audio-Files are stored [for 7 days](https://sum7.eu/privacy_policy/) unencrypted as XMPPs HTTP-Upload.
+It is technically necessary, because the end-to-end encryption in threema and xmpp are not interoperable. \ No newline at end of file diff --git a/content/privacy_policy.md b/content/privacy_policy.md index e82684b..e11e9ea 100644 --- a/content/privacy_policy.md +++ b/content/privacy_policy.md @@ -20,5 +20,8 @@ For easy use, there is Message Archiving enabled by default. Hopefully you use OMEMO or you should disable MAM. Otherwise your messages are stored plain on this server for other clients. +HTTP-Uploads are stored for 7 days before it will be deleted automatically. +Accounts after 1 year unused will be deleted. + # Everthing else We delete every week the Logfiles and try to configurate each application log just error messages. \ No newline at end of file