Subject: Roster and Presence Info
Hi Alex,
how can i get the name and the presence info (online/offline) of all my added contacts immediately after login. i tried using the code below to check if it was actually returning any value but it wasnt, please what am i doing wrong.
Thank you,
JohnPaul
how can i get the name and the presence info (online/offline) of all my added contacts immediately after login. i tried using the code below to check if it was actually returning any value but it wasnt, please what am i doing wrong.
- private void Client_OnPresence(object sender, PresenceEventArgs e)
- {
- MessageBox.Show(e.Presence.From.User +" "+e.Presence.Type);
- }
Thank you,
JohnPaul
This post was edited on 2016-09-30, 19:36 by Alex.