Yago Jesus
unread,Mar 4, 2008, 12:48:39 PM3/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to perl-net-...@googlegroups.com, todd.e....@jpmorgan.com
Hi,
Finaly I can solve status/presence issue.
While the development of GetStatus() function I have find a very nasty bug during subscription action, in the process its neded
$jabber_client{$obj_ID}->Subscription(type=>"subscribe", to=>$from); besides $jabber_client{$obj_ID}->Subscription(type=>"subscribed",to=>$from);
If you don't do it presence from users is not sended and you can't get it.
I will submited a new release, it fixes the bug and adds a new function GetStatus.
Cheers