Age | Commit message (Collapse) | Author |
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
https://xmpp.org/extensions/xep-0384.html
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
|
|
|
|
|
|
|
|
dunno how I could miss it
|
|
|
|
|
|
|
|
|
|
used newest xep-0384 (https://xmpp.org/extensions/xep-0384.html) instead of https://conversations.im/xeps/multi-end.html (they are incompatible)
|
|
|
|
not support XEP-0115
|
|
|
|
|
|
dialog service to fill dialog fields"
This reverts commit fbe8725b4f270dbd5981b0ed642fc52da4405cea.
|
|
service to fill dialog fields
|
|
properly refresh used prekeys and reannounce bundle
|
|
|
|
|
|
|
|
|
|
|
|
aes_128_gcm: disabled any aad/tag related cals as it's not described at all in omemo xep
|
|
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix for partially supported XEP-0115;
- unused methods removed
|
|
|
|
- more fixes for XEP-115 support;
- obsolete code removed;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|