fix friend lookup method and update ms2

This commit is contained in:
Simon Morlat 2011-09-28 13:33:38 +02:00
parent b6ff59a32e
commit 589903008b
2 changed files with 2 additions and 1 deletions

View file

@ -186,6 +186,7 @@ void linphone_core_interpret_friend_uri(LinphoneCore *lc, const char *uri, char
/*try adding domain part from default current proxy*/
LinphoneAddress * id=linphone_address_new(linphone_core_get_identity(lc));
if (id!=NULL){
linphone_address_set_display_name(id,NULL);
linphone_address_set_username(id,uri);
*result=linphone_address_as_string(id);
linphone_address_destroy(id);

@ -1 +1 @@
Subproject commit aadeaaa8b2de3b1e0cb9ffd5a0a22a85335e7951
Subproject commit 7b23259ecbe24579e7c30709763713d63be3aafa