2012-10-23 20:48:16 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Converse.js Demo Page</title>
|
|
|
|
<!-- This is a special version of jQuery with RequireJS built-in -->
|
2012-11-20 12:23:03 +01:00
|
|
|
<link rel="stylesheet" href="Libraries/css/jquery-ui-1.9.1.custom/ui-lightness/jquery-ui-1.9.1.custom.css" type="text/css" media="all">
|
2013-03-04 22:04:24 +01:00
|
|
|
<link rel="stylesheet" href="base.css" type="text/css" media="all">
|
2012-10-26 20:47:58 +02:00
|
|
|
<link rel="stylesheet" href="converse.css" type="text/css" media="all">
|
2012-10-23 20:48:16 +02:00
|
|
|
<script data-main="main" src="Libraries/require-jquery.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Converse.js Demo Page</h1>
|
2013-02-22 14:42:35 +01:00
|
|
|
Log in with your Jabber/XMPP ID and password.
|
2012-10-26 20:47:58 +02:00
|
|
|
<!-- login dialog -->
|
|
|
|
<div id='login_dialog' class='hidden'>
|
2012-11-20 12:23:03 +01:00
|
|
|
<label>Login ID:</label>
|
|
|
|
<input type='text' id='jid'>
|
|
|
|
<label>Password:</label>
|
|
|
|
<input type='password' id='password'>
|
|
|
|
<label>BOSH Service URL:</label>
|
|
|
|
<input type='text' id='bosh_service_url'>
|
2012-10-26 20:47:58 +02:00
|
|
|
</div>
|
2012-10-23 20:48:16 +02:00
|
|
|
<div id="collective-xmpp-chat-data"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|