Skip to content

How to check friends current status ? #201

Answered by Terrance
kingprapop asked this question in Q&A
Discussion options

You must be logged in to vote

You'll have to keep track of presence events yourself (by recording the last-seen SkypePresenceEvent for each contact), as Skype doesn't provide a direct API for reading a user's status.

If you have contacts that are persistently idle, they're probably mobile clients that advertise themselves as always-available (receiving push notifications even if the app isn't open), so you'll probably want to require an online status.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Terrance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants