A resources list

I did a little searching on the forum and did find the question asked here:

http://www.jivesoftware.org/forums/thread.jspa?messageID=70341&#70341

but as far as I can tell from browsing around the API, there is currently no way to get all of a user’'s resources currently logged on, or even any of them for that matter. The reason i need them is for service discovery purposes. Because, if I am attempting to discover what services a RosterEntry offers i need their resource. Am I missing a way at getting their resources?

Thanks in advance for any help.

Hey Alex,

I’'m not sure if you are trying to get all the resources of a contact in your roster or all your resources where you have connected. Anyway, have you checked the message Roster#getPresences(String)? Moreover, you can trying doing a service discovery on the bare JID of the user and the server MAY return all the resources where the user is connected.

Regards,

– Gato

Hey,

That’'ll work, thanks!

Alex