Change nick to name in api to match convention
Change all instances of *get_nick_from_roster to *get_name_from_roster to match the convention of names in the roster itself.
This commit is contained in:
@@ -241,7 +241,7 @@ api_get_current_nick(void)
|
||||
}
|
||||
|
||||
char*
|
||||
api_get_nick_from_roster(const char* barejid)
|
||||
api_get_name_from_roster(const char* barejid)
|
||||
{
|
||||
return roster_get_display_name(barejid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user