annotate mod_manifesto.wiki @ 511:9cf5a22e30a1

allow_unencrypted_plain_auth is not required
author MWild1@gmail.com
date Fri, 03 Apr 2015 00:57:11 +0000
parents 4d6899e760f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
425
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 #summary Module for raising awareness about the Security Test Days
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 = Introduction =
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 This module informs users about the XMPP Test day and whether their contacts are affected. For mor info about the test day, see https://stpeter.im/journal/1496.html
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 = Configuration =
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9 {{{
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 manifesto_contact_encryption_warning = [[
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
11 Your rant about security here
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
12 ]]
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
13 admin_contact_address = "mailto:xmpp@example.com"
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
14 }}}
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
15
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
16 `admin_contact_address` can be a JID or a `mailto:` URI.
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
17
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
18 The default for `manifesto_contact_encryption_warning` is the following:
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
19
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
20 {{{
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
21 Hello there.
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
22
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
23 This is a brief system message to let you know about some upcoming changes to the $HOST service.
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
24
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
25 Some of your contacts are on other Jabber/XMPP services that do not support encryption. As part of an initiative to increase the security of the Jabber/XMPP network, this service ($HOST) will be participating in a series of tests to discover the impact of our planned changes, and you may lose the ability to communicate with some of your contacts.
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
26
429
4d6899e760f7 fix typo
Kim Alvefur <zash@zash.se>
parents: 425
diff changeset
27 The test days will be on the following dates: January 4, February 22, March 22 and April 19. On these days we will require that all client and server connections are encrypted. Unless they enable encryption before that, you will be unable to communicate with your contacts that use these services:
425
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
28
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
29 $SERVICES
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
30
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
31 Your affected contacts are:
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
32
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
33 $CONTACTS
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
34
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
35 What can you do? You may tell your contacts to inform their service administrator about their lack of encryption. Your contacts may also switch to a more secure service. A list of public services can be found at https://xmpp.net/directory.php
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
36
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
37 For more information about the Jabber/XMPP security initiative that we are participating in, please read the announcement at https://stpeter.im/journal/1496.html
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
38
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
39 If you have any questions or concerns, you may contact us via $CONTACTVIA at $CONTACT
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
40 }}}
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
41
39acae387be7 Add page about mod_manifesto
Kim Alvefur <zash@zash.se>
parents:
diff changeset
42 Translations would be appreciated. There is currently a Swedish translation residing in a text file in the same directory as the module.