vanitasvitae / Smack

A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs
https://igniterealtime.org/projects/smack/
Apache License 2.0
16 stars 3 forks source link

OmemoService.registerOmemoStanzaListener gets called to late #31

Closed vanitasvitae closed 6 years ago

vanitasvitae commented 7 years ago

According to this bug report there might be offline messages lost, since the stanzalistener for OMEMO messages gets registered after authentication, while it probably should be registered after connection.

vanitasvitae commented 6 years ago

fixed