summaryrefslogtreecommitdiffstats
path: root/blog/2014/01-02-jabber-s2s.html
blob: 6a36d48b41cce302211a7d0ef7cc3d1a0037435f (plain)
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
{% meta %}
  title: jabber.spline.de s2s encryption
  tags: [jabber, security]
{% endmeta %}

{% mark body %}
{% filter markdown %}

Spline schaltet am Wochenende s2s encryption an, das kann und wird Probleme mit google erzeugen.

---

There has been a long discussion about how to handle server to server
encryption or the lack of it on the [xmpp operators mailing
list](http://mail.jabber.org/mailman/listinfo/operators). Admins would like to
switch it on of course but the biggest player in the federation network,
Google, is blocking this.
However, both admins and developers have created and signed a manifesto on how
to deal with this issue that puts pressure on Google and might in the worst
case result in a federation split and the loss of a huge user base:

<br>
[https://github.com/stpeter/manifesto/blob/master/manifesto.txt](https://github.com/stpeter/manifesto/blob/master/manifesto.txt)
<br>

I, personally, fully support this manifesto and hence decided to play along and switch to:

    -{s2s_use_starttls, optional}.
    +{s2s_use_starttls, required_trusted}.

on Saturday, January 4th. Let's see how it goes :)

{% endfilter %}
{% endmark %}