Changeset 324
- Timestamp:
- 07/03/08 05:48:17 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/daemon/orbited/static/protocols/stomp/stomp.js
r318 r324 110 110 self.user = user 111 111 var onsockopen = function() { 112 send_frame("CONNECT", { "login": user})112 send_frame("CONNECT", {'login': user, 'passcode':password}) 113 113 } 114 114 conn = new BinaryTCPSocket(domain, port)