Getting online/offline status without authorization. (actionscript 3)

Hi, i am trying to use openfire and xiff for my project mix of chat and a game, and i need to get online status of a player via openfire and xiff. And i faced such problem as getting current user’s online/offline status without authorization request.The only algorithm i decided to explore is to put all connected users into one common chat room, because i think that if users are in the same room they dont need to authorize each other. But i still dont know how to get this online/offline status =\

If you know a solution please share you thoughts.

maybe it is better to use Presence Service plugin http://www.igniterealtime.org/projects/openfire/plugins.jsp

Hi

I am also having the same issue. Is this issue got resolved.

I would like to know how to use the Presence service plugin through Actionscript. If there any sample please share with me.