9 messages in com.googlegroups.google-talk-openRe: How to get Offline Roster's list ...
FromSent OnAttachments
swapnil kamble13 Sep 2007 00:39 
swapnil kamble15 Sep 2007 00:47 
Prusse04 Oct 2007 15:06 
swapnil kamble06 Oct 2007 01:52 
Prusse06 Oct 2007 12:25 
BHATTAD JEETENDRA06 Oct 2007 12:41 
prit06 Oct 2007 13:58 
Prusse08 Oct 2007 07:04 
arie...@gmail.com10 Oct 2007 13:56 
Subject:Re: How to get Offline Roster's list from google account
From:Prusse (prus@gmail.com)
Date:10/06/2007 12:25:53 PM
List:com.googlegroups.google-talk-open

Hi,

Intantiate RosterSessionClient passing the same client is done on the CALL example, write a method to handle the SignalRosterReceived (to receive the hoster itens) and call connect on it (the same startup done to the phone client, I think), calling RequestRoster should give you the roster. According to the standart this must be done before your initial presence so it should be done before the InitPresence call. The source is at my job and I didn't put it on our version control repository yet so it will be unavailable until moonday, sorry. And RosterSessionClient is not a good name, but it is working :).