Changeset 308 for branches/0.5/daemon/orbited/static/demos/stomp/index.html

Show
Ignore:
Timestamp:
06/24/08 03:05:50 (7 months ago)
Author:
heyadayo
Message:

Moved *TCPConnection -> *TCPSocket

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/daemon/orbited/static/demos/stomp/index.html

    r284 r308  
    55    <link rel="stylesheet" href="style.css"> 
    66    <title>JavaScript Stomp Test</title> 
    7     <script src="/static/BinaryTCPConnection.js"></script> 
     7    <script src="/static/BinaryTCPSocket.js"></script> 
    88    <script src="shell.js"></script> 
    9      <script src="stomp.js"></script> 
     9     <script src="/static/protocols/stomp/stomp.js"></script> 
    1010    <script> 
    1111        onload = function() { 
     
    1515            var s = new Shell(output) 
    1616            print = s.print 
    17             ORBITED_PORT = 7000 
     17//            ORBITED_PORT = 8000 
    1818            stomp = new STOMPClient() 
    1919            stomp.onmessage = function(msg) { print(msg.body) }