aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0380_explicit_encryption.vala
Commit message (Collapse)AuthorAgeFilesLines
* Check for eme tag before adding fallback text for empty-body OMEMO messagesfiaxh2019-02-201-0/+8
|
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-281-0/+14
* Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala