Create openfire xmpp user through php script

Hi,

Can any one please tell me how can I create Openfire xmpp users though PHP script and directly insert the required fileds to create openfire xmpp users? If there is any dev-documention is there please refere me.

Thank you!

Muhammad

In general, you don’t want to write to the openfire data directly. The problem is that openfire caches data and so it may not see changes you make. For this task, use the UserService plugin and then make a web call to it from PHP supplying the necessary CGI parameters.

daryl

1 Like