]> cgit.babelmonkeys.de Git - socialXMPP.git/blob - scripts/buddy.js
Basic vCard support
[socialXMPP.git] / scripts / buddy.js
1 Buddy = function(name, jid) {
2     this.name = name;
3     this.jid = jid;
4     this.vCard = "";
5 };