Commit 14c868f1 authored by JC Brand's avatar JC Brand

With keepalive, don't send out a presence stanza on each page load.

parent 9f7174de
......@@ -4555,10 +4555,6 @@
success: function (collection) {
if (collection.length > 0) {
converse.initial_presence_sent = 1;
// XXX: Should we actually send the presence here?
// This means the presence is sent on every
// page load.
converse.xmppstatus.sendPresence();
} else {
// We don't have any roster contacts stored
// in sessionStorage, so lets fetch the
......
......@@ -30,6 +30,7 @@ Changelog
* Decouple automatic away and XEP-0352 support. [jcbrand]
* CSS: Fonts Path: editabable $font-path via sass/variables.scss [thierrytiti]
* Add offline pretty status to enable translation [thierrytiti]
* With keepalive, don't send out a presence stanza on each page load [jcbrand]
0.9.3 (2015-05-01)
------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment