Example #1
0
 private static void XmppClientOnRosterItem(object sender, RosterItem item)
 {
     BuddyList.AddBuddyIfNotExists(item);
 }