Create random-bytes file

So far only with dummy value.
We will need an identifier that we can hash together with a message ID
and put in as the origin-id.
So when we receive message we can unsplit it and see if it was sent from
this client.

Regards https://github.com/profanity-im/profanity/issues/1207
This commit is contained in:
Michael Vetter
2019-10-16 10:17:34 +02:00
parent d0c3d3fd6b
commit 1e09a055ca
2 changed files with 54 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
#define FILE_PLUGIN_SETTINGS "plugin_settings"
#define FILE_PLUGIN_THEMES "plugin_themes"
#define FILE_CAPSCACHE "capscache"
#define FILE_RND_INST_BYTES "randbytes"
#define DIR_THEMES "themes"
#define DIR_ICONS "icons"