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

@@ -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