Move uuid functions

This commit is contained in:
James Booth
2016-05-06 01:16:13 +01:00
parent d1c71e98f4
commit 31b0f0b0c8
5 changed files with 20 additions and 20 deletions

View File

@@ -317,20 +317,6 @@ session_get_account_name(void)
return saved_account.name;
}
char*
session_create_uuid(void)
{
return xmpp_uuid_gen(connection_get_ctx());
}
void
session_free_uuid(char *uuid)
{
if (uuid) {
xmpp_free(connection_get_ctx(), uuid);
}
}
void
session_add_available_resource(Resource *resource)
{