What port does the search service listen on?

By default what port does the search service listen on? the _xmpp-server port , the __xmpp-client port or a different one altogether?

Thanks.

the search services runs as a plugin within wildfire so it does not run on a separate port.

if you want to access it programmatically, you would need to establish an xmpp connection to the server and send the appropriate packets which can be accomplished fairly quickly using the smack library.

-chip