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: [email protected] [mailto:[email protected]] On Behalf Of Kevin Smith Sent: Tuesday, May 08, 2012 10:32 AM To: XMPP Standards Cc: Todd Herman Subject: Re: [Standards] Discovering components and component features On Tue, May 8, 2012 at 3:24 PM, Kim Alvefur <[email protected]> wrote: > Hello! > > On Tue, 2012-05-08 at 14:16 +0000, 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 a disco#items query to your > own server, then sending disco#info to each of the returned items. And, depending on the type of the results, then disco#items to them, etc. /K
