{% extends "base.html" %} {% block title %}{{ application_name }} Development Console - XMPP{% endblock %} {% block breadcrumbs %} XMPP {% endblock %} {% block head %} {% endblock %} {% block body %}

XMPP

{% if xmpp_configured %}{% else %}
XMPP is not yet configured properly in your app.yaml, in the services section.
{% endif %}
Message Type:
Status:
Notification Type:
{% endblock %} {% block final %} {% endblock %}