Fixes #496. Bind converse to this in callback.
This commit is contained in:
parent
795d5fb6fd
commit
eeb8210ff6
@ -822,7 +822,7 @@
|
|||||||
return this.ping();
|
return this.ping();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
});
|
}.bind(converse));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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)
|
||||||
------------------
|
------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user