conversejs / converse.js

Web-based XMPP/Jabber chat client written in JavaScript
http://conversejs.org
Mozilla Public License 2.0
3.07k stars 770 forks source link

Multiple "groupchat logging is now enabled" messages #1697

Open licaon-kter opened 5 years ago

licaon-kter commented 5 years ago

HEAD (3cc993740ee9b45de13a508b5a3d0362b68a727b), everytime I log in a new message appears, and old ones are kept in memory.

logging

--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/79626242-multiple-groupchat-logging-is-now-enabled-messages?utm_campaign=plugin&utm_content=tracker%2F194169&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F194169&utm_medium=issues&utm_source=github).
licaon-kter commented 5 years ago

While this is as expected, per https://xmpp.org/extensions/xep-0045.html#enter-logging maybe they can be deduplicated.

Since I'm seeing these semeengly even without me doing any logging out/in, could this mean that Converse is disconnecting at random?

jcbrand commented 5 years ago

could this mean that Converse is disconnecting at random

It's not disconnecting at random on purpose, but the connection can drop sometimes and Converse with then reconnect silently.