Download

{{title}}

{% if note %}

{{note}}

{% endif %} {% if services %}
{% for category in services %} {% if services[category] %}

Services ({{category}})

{% for service in services[category] %} {% if service['info']['text'] %}

{{service['jid']}}

{{service['info']['condition']}}
{{service['info']['text']}}
{% else %}

{% if service['identity'] and service['identity'][3] %} {{service['identity'][3]}} {% else %} {{service['name']}} {% endif %}

Jabber ID: {{service['jid']}}
{% if service['node'] %}
Node Name: {{service['node']}}
{% endif %}
{% if service['kind'] %}
     Kind: {{service['kind']}}
{% endif %} {% if service['identity'] %}
 Category: {{service['identity'][0]}}
     Type: {{service['identity'][1]}}
{% endif %} {% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endif %}
{{xmpp_uri}}
{% if exception %}
{{exception}}
{% endif %} {% if link_href %} {% endif %}
{% if message %}
{{message}}
{% endif %}