Add a handler for the roster get

This commit is contained in:
JC Brand 2012-09-28 19:17:16 +02:00
parent ae12760625
commit 1aa8b02f82

View File

@ -1105,7 +1105,7 @@
},
getRoster: function () {
return xmppchat.connection.roster.get();
return xmppchat.connection.roster.get(xmppchat.roster.rosterHandler);
},
getItem: function (id) {