Ramkrishna vals 2.Sep.03 01:42 AM a Web browser Sametime Developers Toolkit2.0Windows NT/2000
Hi All
I am integrating the sametime tool with my web site.for the I need to add a default user list to the awarenesslist.I am trying it with a string for now
the string looks like this
Tom;CN=Tom/0=Pall;raju;CN=raju/0=Pal1;
first one represents the name and the second represents the id.
I used string tokenizer and added this to list using
awareneslist.addUser();
it is being added successefully but the problem is the list is not showing the online status of the users added(i can not chat with them) and the users are not resolved with the sametime user list.
Will this be solved with Resolvelistener.if so how? pls help.