Restriction

Hi how do i implement restriction on openfire–>so client IM on the user cant add user and group, only selected user and group have privilleges to do that…

Anyone have idea or comment…

Look at

org.jivesoftware.openfire.handler.PresenceSubscribeHandler

and

org.jivesoftware.openfire.handler.IQRosterHandler

Here you can implement your constaints.

how do i do it…? how do i configure or set it…?

Please guide me…im new to this…

You are posting in the Openfire Dev (Developement) forum which is supposed for programmers. If you have a question about Openfire administration or settings you have to ask in Openfire Support forum. There is no such setting out of box, so you will have to program such thing as you have been already told. Though i think this is probably has to be done on the client side too.