From fd4959da0cf690caa1cdc5ee02228b988cdc6af8 Mon Sep 17 00:00:00 2001 From: mridulnagpal Date: Wed, 26 Oct 2016 17:05:59 +0530 Subject: [PATCH] xmpp-domain-set --- plinth/modules/xmpp/templates/xmpp.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/modules/xmpp/templates/xmpp.html b/plinth/modules/xmpp/templates/xmpp.html index a44c49bfb..b987335bd 100644 --- a/plinth/modules/xmpp/templates/xmpp.html +++ b/plinth/modules/xmpp/templates/xmpp.html @@ -28,12 +28,17 @@

{% url 'config:index' as index_url %} + {% if domainname %} {% blocktrans trimmed with domainname=domainname %} Your XMPP server domain is set to {{ domainname }}. User IDs will look like username@{{ domainname }}. You can setup your domain on the system Configure page. {% endblocktrans %} + {% else %} + Your XMPP is not set up yet, you can setup your domain on the system + Configure page. + {% endif %}