1
votes

I'm very new to XMPP. I wrote a program that creates a client account in openfire. Now I want to turn that program into a Java EE Servlet.

When I use the same code I got an error.

Please tell me how to use Smack in a Java EE Servlet and also tell me how to install xmppjca to a GlassFish server using binaries.

1
Please start by including the details of the error your received.Joe Hildebrand

1 Answers

2
votes

You could try installing User Service plugin and then create users using a small webservice. Examples here: http://www.igniterealtime.org/projects/openfire/plugins/userservice/readme.html