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

Hint elements can be shortened #18

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

can be <element/> instead of <element></element>

vanitasvitae commented 7 years ago

This is about OmemoManager.addMamStorageHint and OmemoManager.addExplicitMessageEncryptionHint. Should be done by creating own classes for those elements.