[Standards] Discovering components and component features

2012-05-08 Thread Todd Herman
I have read over XEP-0030 (Service Discovery) several times. I may be missing something but I wanted to confirm that to use Service Discovery you need to know the other entity before-hand in order to ask it what features it has. If this is accurate, I want to ask if there is a way for

Re: [Standards] Discovering components and component features

2012-05-08 Thread Kim Alvefur
Hello! On Tue, 2012-05-08 at 14:16 +, Todd Herman wrote: Technically, I need a way to discover components in order to then discover there features because I need this operation to be dynamic (I don't want to hard code the components into our logic). This is usually accomplished by sending

Re: [Standards] Discovering components and component features

2012-05-08 Thread Kevin Smith
On Tue, May 8, 2012 at 3:24 PM, Kim Alvefur z...@zash.se wrote: Hello! On Tue, 2012-05-08 at 14:16 +, Todd Herman wrote: Technically, I need a way to discover components in order to then discover there features because I need this operation to be dynamic (I don't want to hard code the

Re: [Standards] Discovering components and component features

2012-05-08 Thread Todd Herman
Works perfectly. I am not sure how I missed that. I didn't see that sending a disco#items query to the server gave you back the components currently running. I knew I could use disco#info to get the details. I just needed that first part. Thanks a bunch -Original Message- From: