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

Replace OmemoManager.encrypt(MulitUserChat muc, String msg) with OmemoManager.encrypt(EntityBareJid muc, String message) #30

Closed vanitasvitae closed 6 years ago

vanitasvitae commented 7 years ago

It leads to confusion, that you cannot send a message to a muc by using its barejid by now. This should get simplyfied by checking, if the provided jid is from a muc. In that case all members shall be added to the list of recipients.