Add /join command support
This commit is contained in:
parent
ac525970b0
commit
76ddfb792b
9 changed files with 61 additions and 12 deletions
|
|
@ -93,6 +93,7 @@ signals:
|
|||
void initialSyncCompleted(const SyncResponse &response);
|
||||
void syncCompleted(const SyncResponse &response);
|
||||
void syncFailed(const QString &msg);
|
||||
void joinFailed(const QString &msg);
|
||||
void messageSent(const QString &event_id, const QString &roomid, const int txn_id);
|
||||
void emoteSent(const QString &event_id, const QString &roomid, const int txn_id);
|
||||
void messagesRetrieved(const QString &room_id, const RoomMessages &msgs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue