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 %}