Changeset 339
- Timestamp:
- 07/10/08 16:14:42 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/daemon/orbited/static/protocols/xmpp/xmpp.js
r308 r339 66 66 self.onSocketConnect = function() {} 67 67 self.sendSubscribed = function(jid, me_return) { 68 self.send(construct(PRESENCE, [me_return, from, "subscribed"]));68 self.send(construct(PRESENCE, [me_return, jid, "subscribed"])); 69 69 } 70 70 self.connect = function(h, p) {