ConverseJS: document title set to the room name.

This commit is contained in:
John Livingston
2021-11-26 17:33:55 +01:00
parent 8f12ca0c45
commit 7f6a2cd7ee
2 changed files with 26 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<title>Converse</title>
<title>Peertube LiveChat Plugin</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Converse XMPP/Jabber Chat"/>
<meta name="description" content="Peertube LiveChat Plugin"/>
<link type="text/css" rel="stylesheet" media="screen" href="{{BASE_STATIC_URL}}conversejs/converse.min.css" />
<script type="text/javaScript" src="{{BASE_STATIC_URL}}conversejs/converse.min.js"></script>
<script type="text/javascript" src="{{BASE_STATIC_URL}}static/builtin.js"></script>