comparison plugins/presence.js @ 84:7f4e43d6cb15

My mistake.
author Sonny Piers <sonny.piers@gmail.com>
date Wed, 08 Feb 2012 15:56:52 +0100
parents bfa3c003fc1d
children c06ec02217ee
comparison
equal deleted inserted replaced
83:bfa3c003fc1d 84:7f4e43d6cb15
57 send: function(aObject) { 57 send: function(aObject) {
58 this.send(Lightstring.stanzas.presence.out(aObject)); 58 this.send(Lightstring.stanzas.presence.out(aObject));
59 } 59 }
60 } 60 }
61 }; 61 };
62 }); 62 })();