mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 04:36:21 +00:00
Renamed generate_unique_id -> create_unique_id
This commit is contained in:
@@ -401,7 +401,7 @@ _send_bookmarks(void)
|
||||
|
||||
xmpp_stanza_t *iq = xmpp_stanza_new(ctx);
|
||||
xmpp_stanza_set_name(iq, STANZA_NAME_IQ);
|
||||
char *id = generate_unique_id("bookmarks_update");
|
||||
char *id = create_unique_id("bookmarks_update");
|
||||
xmpp_stanza_set_id(iq, id);
|
||||
free(id);
|
||||
xmpp_stanza_set_type(iq, STANZA_TYPE_SET);
|
||||
|
||||
Reference in New Issue
Block a user