mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 05:06:21 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user