diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-10-18 16:12:26 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-10-18 16:12:26 +0200 |
commit | 4d7a496ae2dff956d473b2951f4232b45cbf6d1a (patch) | |
tree | 5753c2fb0e6998944203d442d14ab08b51b23dca /src/xmpp | |
parent | 72bdae1014b0835adfa9f0d40ab8a469031ed135 (diff) | |
download | profani-tty-4d7a496ae2dff956d473b2951f4232b45cbf6d1a.tar.gz |
Change origin-id/id algo
Hash twice. Use HMAC SHA256 from glib.
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/connection.c | 20 | ||||
-rw-r--r-- | src/xmpp/message.c | 23 |
2 files changed, 29 insertions, 14 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index cfa9db21..e35f19ff 100644
--- a/src/xmpp/connection.c |