Re: Issue 8 in joscar: ICQ nicknames/display names of the user logged in as well as the buddy nicknames

5 views
Skip to first unread message

jos...@googlecode.com

unread,
Dec 2, 2010, 11:27:02 PM12/2/10
to joscar-...@googlegroups.com

Comment #6 on issue 8 by newbeibet: ICQ nicknames/display names of the user
logged in as well as the buddy nicknames
http://code.google.com/p/joscar/issues/detail?id=8

I did like

int requestId = nextSeqId();
int buddyUIN = Integer.parseInt(buddy.getScreenName());
int ownerUIN = Integer.parseInt(owner.getScreenName());
MetaShortInfoRequest req = new
MetaShortInfoRequest(ownerUIN,requestId,
buddyUIN);
request(req,new SnacRequestAdapter(){
public void handleResponse(SnacResponseEvent e) {
MetaShortInfoCmd cmd = (MetaShortInfoCmd)
snacCmdFactory.genSnacCommand(e.getSnacPacket());
fireMetaShortDataReceived(cmd,getScreenName());
}
});

It's OK.

Reply all
Reply to author
Forward
0 new messages