aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-12-30 18:51:53 -0600
committerMatt Rude <[email protected]>2016-12-30 18:51:53 -0600
commitabee666066ed5cd57fd4b22f533e1bc89b2e4d84 (patch)
treef3681e7f136b56301ffdc44ec40dc0476b8c0e1d
parent7b7ef1233a59b8310142ed3829f132f97fce3e66 (diff)
downloadxmpp-site-builder-abee666066ed5cd57fd4b22f533e1bc89b2e4d84.tar.gz
xmpp-site-builder-abee666066ed5cd57fd4b22f533e1bc89b2e4d84.tar.bz2
xmpp-site-builder-abee666066ed5cd57fd4b22f533e1bc89b2e4d84.zip
Index updates
-rw-r--r--index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.md b/index.md
index 0a2f4e4..e73f392 100644
--- a/index.md
+++ b/index.md
@@ -14,7 +14,7 @@ This service requires the use of a client to connect to the server with. Please
* Hostname: <b>{{ site.xmpp-url }}</b>
* Port: <b>5222</b>{% if site.xmpp-conference-url and site.xep-0045 == 1 %}
-* Conference Rooms: <b>{{ site.xmpp-conference-url }}</b>{% endif %}{% if site.xmpp-proxy-url %}
+* Conference Rooms: <b>{{ site.xmpp-conference-url }}</b>{% endif %}{% if site.xmpp-proxy-url and site.xep-0065 == 1 %}
* Socks 5 Proxy: <b>{{ site.xmpp-proxy-url }}</b>{% endif %}
## Services Provided
@@ -104,7 +104,7 @@ One of the benefits of communicating via XMPP is the level of security involved.
<pre>{{ site.fingerprint-sha256 }}</pre>
</div>
{% endif %}
-{% if site.fingerprint-conference-sha1 %}
+{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %}
<div class="cert-title">
<b>{{ site.xmpp-conference-url }}<small> - SHA1 Fingerprint</small></b>
</div>
@@ -112,7 +112,7 @@ One of the benefits of communicating via XMPP is the level of security involved.
<pre>{{ site.fingerprint-conference-sha1 }}</pre>
</div>
{% endif %}
-{% if site.fingerprint-conference-sha256 %}
+{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha256 %}
<div class="cert-title">
<b>{{ site.xmpp-conference-url }}<small> - SHA256 Fingerprint</small></b>
</div>
@@ -120,7 +120,7 @@ One of the benefits of communicating via XMPP is the level of security involved.
<pre>{{ site.fingerprint-conference-sha256 }}</pre>
</div>
{% endif %}
-{% if site.fingerprint-proxy-sha1 %}
+{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha1 %}
<div class="cert-title">
<b>{{ site.xmpp-proxy-url }}<small> - SHA1 Fingerprint</small></b>
</div>
@@ -128,7 +128,7 @@ One of the benefits of communicating via XMPP is the level of security involved.
<pre>{{ site.fingerprint-proxy-sha1 }}</pre>
</div>
{% endif %}
-{% if site.fingerprint-proxy-sha256 %}
+{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha256 %}
<div class="cert-title">
<b>{{ site.xmpp-proxy-url }}<small> - SHA256 Fingerprint</small></b>
</div>