mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 16:26: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:
@@ -62,6 +62,6 @@ void connection_clear_data(void);
|
||||
void connection_add_available_resource(Resource *resource);
|
||||
void connection_remove_available_resource(const char *const resource);
|
||||
|
||||
char* connection_create_stanza_id(char *prefix);
|
||||
char* connection_create_stanza_id(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user