Discovery info

Hi,

i’m writing a plugin for openfire and i need to know which feature are supported by client. I’ve implemented packetInterceptor to get Message packets. I need to know if sender and receiver of a Message packet have a particular feature. So i need to know by using disco#info request. Is there an API to do this? Do the server cache this information without requesting always? Do you know an example to start from?

Please help!!!