dojo-ping.html
672 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Strophe.js Dojo Ping Example</title>
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js"></script>
<script src='../strophe.js'></script>
<script src='dojo-ping.js'></script>
</head>
<body>
<div id='login' style='text-align: center'>
<form>
<div>
<label for='jid'>JID:</label>
<input type='text' id='jid'>
<label for='pass'>Password:</label>
<input type='password' id='pass'>
<input type='button' id='connect' value='connect'>
</div>
</form>
</div>
<hr>
<div id='log'></div>
</body>
</html>