Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I created my own XMPP server using openfire. When I want to create new user I go to this web page:

enter image description here

Now I want to build Android app like Spark in which I would able to crate new user. Can you guide me or direct me to a code snippet for new user creation?

Thanks.

share|improve this question

1 Answer

up vote 3 down vote accepted

You are looking for the api its called smack and smackx here is the link.

Good tutorial for using smack with android

share|improve this answer
Thanks. Yaxim Project helped me alot. – Bongo Oct 30 '12 at 12:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.