aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-07-07 18:51:20 -0500
committerMatt Rude <[email protected]>2016-07-07 18:51:20 -0500
commite7d5db13a5fa1addf191fa80892507f5e9222d2f (patch)
tree87c241671034edd8dae4d41ba39c34438a00cf3f
parent6ece9f27ec363e6acc9b2dbee9c9527de02984fc (diff)
downloadxmpp-site-e7d5db13a5fa1addf191fa80892507f5e9222d2f.tar.gz
xmpp-site-e7d5db13a5fa1addf191fa80892507f5e9222d2f.tar.bz2
xmpp-site-e7d5db13a5fa1addf191fa80892507f5e9222d2f.zip
updates
-rw-r--r--css/site.less12
-rw-r--r--help/definitions.md4
-rw-r--r--help/using-conferences.md25
-rw-r--r--index.md2
4 files changed, 42 insertions, 1 deletions
diff --git a/css/site.less b/css/site.less
index e5c5dcb..d1265e5 100644
--- a/css/site.less
+++ b/css/site.less
@@ -61,6 +61,18 @@ h3 {
}
}
+td {
+ padding: 5px;
+ &.PASSED {
+ background-color: green;
+ color: white;
+ }
+ &.FAILED {
+ background-color: red;
+ color: white;
+ }
+}
+
a {
text-decoration: none;
color: #0078e7;
diff --git a/help/definitions.md b/help/definitions.md
index 3d0c80b..9e24cc0 100644
--- a/help/definitions.md
+++ b/help/definitions.md
@@ -7,6 +7,8 @@ permalink: /help/definitions/
## BOSH
<b>B</b>idirectional-streams <b>O</b>ver <b>S</b>ynchronous <b>H</b>TTP (BOSH) used to transport XMPP [stanzas](#stanza). The result is an HTTP binding for XMPP communications that is useful in situations where a device or client is unable to maintain a long-lived [TCP](#tcp) connection to an XMPP server.
+## Dialback
+
## Domain
## DNS
@@ -35,6 +37,8 @@ A group of lines forming the basic recurring metrical unit in [XML](#xml); like
## TCP
+## TLS
+
## Transports
One of the original design goals of the early Jabber open-source community was enabling users to connect to multiple non-XMPP messaging systems. This was done through *transports* or *gateways*.
diff --git a/help/using-conferences.md b/help/using-conferences.md
index e73e3e7..21076e7 100644
--- a/help/using-conferences.md
+++ b/help/using-conferences.md
@@ -4,4 +4,29 @@ title: Using Conferences
permalink: /help/using-conferences/
---
+## Connecting from a federated XMPP server
+By default the server will try to use [TLS]({{ site.url }}/help/definitions/#tls) if the other side supports it, and fall back to [dialback]({{ site.url }}/help/definitions/#dialback) if it does not or if the certificate is incorrect or not trusted.
+
+## Certificate Fingerprints
+
+One of the benefits of communicating via XMPP is the level of security involved. To allow users to validate the servers they are connecting to, below is the current fingerprints for each domain name.
+
+<table style="width:100%;">
+ <thead>
+ <tr>
+ <th>conference.therudes.com <small> - SHA1 Fingerprint</small></th>
+ </tr>
+ </thead>
+ <tr>
+ <td><code>35:3E:7B:63:89:B3:C6:6D:D7:32:70:C6:8B:27:92:A6:74:1C:98:96</code></td>
+ </tr>
+ <thead>
+ <tr>
+ <th>conference.therudes.com <small> - SHA256 Fingerprint</small></th>
+ </tr>
+ </thead>
+ <tr>
+ <td><code>8F:54:F8:8B:C1:52:C3:40:E6:47:94:9D:DA:1E:1E:51:E5:92:FC:9F:79:A8:E3:2D:2E:84:1D:FC:F2:8B:7A:AD</code></td>
+ </tr>
+</table>
diff --git a/index.md b/index.md
index 24d33c7..6197bcd 100644
--- a/index.md
+++ b/index.md
@@ -16,7 +16,7 @@ This service requires the use of a client to connect to the server with. Please
This service provides confrence rooms via the mulit-user chats (MUC) interface documented in [XEP-0045](http://xmpp.org/extensions/xep-0045.html). The confrence room service allows multiple users to join the same chat room or session at once and enabling all users in that room to comunicate freely. Users may connect to these chat rooms via other [federated]({{ site.url }}/help/definitions/#federation) XMPP servers, but only members of this server may create new rooms.
-The confrence services URL is `{{ site.xmpp-conference-url }}`, the fingerprints are listed below.
+The confrence services URL is `{{ site.xmpp-conference-url }}`, the fingerprints are [listed below]({{ site.url }}/#certificates-fingerprints).
Please see the page [Using Conferences]({{ site.url }}/help/using-conferences/) for more infromation on how to connect and use the confrencing service.