linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] linphonec friend status


From: Jonathan Rosser
Subject: [Linphone-developers] linphonec friend status
Date: Wed, 09 Nov 2011 12:41:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

>From console/TODO "Extract Presence info in friends list"

I had a go at this, with a quick mod inside the loop in
linphonec_get_friend_list along these lines:

LinphoneOnlineStatus status =
linphone_friend_get_status((LinphoneFriend*)friend);

linphonec_out("Status is %d\n", (int)status);


This always prints a status of 0 even though I see presence information
received and printed through the callback in linphonec. Have I missed
something obvious here?

Thanks,
Jonathan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]