Added asserts

This commit is contained in:
James Booth
2013-02-03 23:46:20 +00:00
parent 3c9155be2c
commit 2cea263917
6 changed files with 17 additions and 10 deletions

View File

@@ -154,8 +154,8 @@ parse_room_jid(const char * const full_room_jid, char **room, char **nick)
}
/*
* Given a room name, and a nick name create and return a full JID of the form
* room@server/nick
* Given a barejid, and resourcepart, create and return a full JID of the form
* barejid/resourcepart
* Will return a newly created string that must be freed by the caller
*/
char *