Changeset 339

Show
Ignore:
Timestamp:
07/10/08 16:14:42 (6 months ago)
Author:
mario
Message:

minor bug found by p3sho

Files:
1 modified

Legend:

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

    r308 r339  
    6666    self.onSocketConnect = function() {} 
    6767    self.sendSubscribed = function(jid, me_return) { 
    68         self.send(construct(PRESENCE, [me_return, from, "subscribed"])); 
     68        self.send(construct(PRESENCE, [me_return, jid, "subscribed"])); 
    6969    } 
    7070    self.connect = function(h, p) {