yui-ping.html 660 Bytes
<!DOCTYPE html>
<html>
  <head>
    <title>Strophe.js YUI3 Ping Example</title>
    <script src='http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js'></script>
    <script src='../strophe.js'></script>
    <script src='yui-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>