forked from blue/squawk
some initial work and thoughts about encryption
This commit is contained in:
parent
758a9d95f3
commit
b45a73b723
12 changed files with 342 additions and 18 deletions
|
@ -50,6 +50,7 @@ int main(int argc, char *argv[])
|
|||
qRegisterMetaType<QSet<QString>>("QSet<QString>");
|
||||
qRegisterMetaType<Shared::ConnectionState>("Shared::ConnectionState");
|
||||
qRegisterMetaType<Shared::Availability>("Shared::Availability");
|
||||
qRegisterMetaType<Shared::KeyInfo>("Shared::KeyInfo");
|
||||
#ifdef WITH_OMEMO
|
||||
qRegisterMetaType<QXmppOmemoStorage::OwnDevice>("QXmppOmemoStorage::OwnDevice");
|
||||
qRegisterMetaTypeStreamOperators<QXmppOmemoStorage::OwnDevice>("QXmppOmemoStorage::OwnDevice");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue