forked from blue/squawk
some work towards encryption
This commit is contained in:
parent
297e08ba41
commit
a7d1a28f29
21 changed files with 129 additions and 81 deletions
|
@ -60,6 +60,7 @@ signals:
|
|||
void setRoomAutoJoin(const QString& account, const QString& jid, bool joined);
|
||||
void subscribeContact(const QString& account, const QString& jid, const QString& reason);
|
||||
void unsubscribeContact(const QString& account, const QString& jid, const QString& reason);
|
||||
void setEncryption(const QString& account, const QString& jid, Shared::EncryptionProtocol value);
|
||||
|
||||
void quitting();
|
||||
void readyToQuit();
|
||||
|
@ -101,6 +102,7 @@ private slots:
|
|||
void onItemExpanded(const QModelIndex& index);
|
||||
void onItemCollapsed(const QModelIndex& index);
|
||||
void onAddedElement(const std::list<QString>& path);
|
||||
void onConversationSetEncryption(Shared::EncryptionProtocol value);
|
||||
|
||||
private:
|
||||
void createMainWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue