Changeset 324

Show
Ignore:
Timestamp:
07/03/08 05:48:17 (7 weeks ago)
Author:
jrus
Message:

send password

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/daemon/orbited/static/protocols/stomp/stomp.js

    r318 r324  
    110110        self.user = user 
    111111        var onsockopen = function() { 
    112             send_frame("CONNECT", {"login": user}) 
     112            send_frame("CONNECT", {'login': user, 'passcode':password}) 
    113113        } 
    114114        conn = new BinaryTCPSocket(domain, port)