aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-e2e.h
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2017-04-11 00:34:16 +0100
committerDr. David Alan Gilbert <dave@treblig.org>2018-02-25 02:08:49 +0000
commit2c0d80615662d0459ac9d46eb87060e969271d3b (patch)
tree1e6180dc4ccf8dc96f7a54bfa1d1953393fc9201 /matrix-e2e.h
parent1527d398362c082c7b2fabefb4d2446e1567b522 (diff)
downloadpurple-matrix-2c0d80615662d0459ac9d46eb87060e969271d3b.tar.gz
e2e: Parse received d2d m.room.encrypted messages
Parse the top level of m.room.encrypted messages. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Diffstat (limited to 'matrix-e2e.h')
-rw-r--r--matrix-e2e.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h
index d2f0f4b..1c5332f 100644
--- a/matrix-e2e.h
+++ b/matrix-e2e.h
@@ -26,6 +26,7 @@ typedef struct _MatrixE2EData MatrixE2EData;
int matrix_e2e_get_device_keys(MatrixConnectionData *conn, const gchar *device_id);
void matrix_e2e_cleanup_connection(MatrixConnectionData *conn);
+void matrix_e2e_decrypt_d2d(struct _PurpleConnection *pc, struct _JsonObject *event);
void matrix_e2e_handle_sync_key_counts(struct _PurpleConnection *pc, struct _JsonObject *count_object, gboolean force_send);
#endif