Fixes #496. Bind converse to this in callback.

This commit is contained in:
JC Brand 2015-10-07 08:07:05 +00:00
parent 795d5fb6fd
commit eeb8210ff6
2 changed files with 2 additions and 1 deletions

View File

@ -822,7 +822,7 @@
return this.ping(); return this.ping();
} }
return true; return true;
}); }.bind(converse));
} }
}; };

View File

@ -7,6 +7,7 @@ Changelog
* #462 Fix MUC rooms with names containing special characters not working [1st8] * #462 Fix MUC rooms with names containing special characters not working [1st8]
* #468 Fix [object Object] being sometimes shown as status [1st8] * #468 Fix [object Object] being sometimes shown as status [1st8]
* #493 Roster wasn't being updated after a Roster push update [teseo, jcbrand] * #493 Roster wasn't being updated after a Roster push update [teseo, jcbrand]
* #496 Bugfix. Pings weren't being sent out. [teseo, jcbrand]
0.9.5 (2015-08-24) 0.9.5 (2015-08-24)
------------------ ------------------