Remove prefix from stanza id

We sent `prof_prefix_uuid` as id. Where the prefix was also optional.
We don't need this at all.
This commit is contained in:
Michael Vetter
2019-10-17 15:40:40 +02:00
parent 827af999b7
commit 53640f6e97
10 changed files with 64 additions and 64 deletions

View File

@@ -456,7 +456,7 @@ connection_free_uuid(char *uuid)
}
char*
connection_create_stanza_id(char *prefix)
connection_create_stanza_id(void)
{
unsigned char *digest = (unsigned char*)malloc(XMPP_SHA1_DIGEST_SIZE);
char *msgid = get_random_string(10);