Custom UserProvider, howto config openfire.xml?

Where colud I find info on how to configure openfire.xml to add a custom UserProvider? (this is the way, isn’t it?

Add following line to openfire to use ur custom user provider

<provider>

<user>

<class> fully qualified class name of your user provider</class>

</user>

</provider>

Thanks! I figured something like that, but could be trying for ages! (By the way, you could add that line to your article about custom UserProvider…).

ok I will add in it in my Article