{% extends "jqchat/base.html" %} {# An example chat window #} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

Test Chat Client

This is a demo of the django-jqchat chat client.

This page shows how the basic chat client can be extended: the extra field room description can be updated from the client window and sent as part of the chat client messages. Likewise, updates to the room description elsewhere are piggybacked on to the ajax messages received from the server.

For the basic client, see here.

There are 2 rooms in this demo, here and here.

Room name: {{ room }}

Room description:

{% include 'jqchat/_chat_form.html' %}
{% endblock %}