3
votes

I have downloaded a code for XMPP Android chat client from here.

I want to setup my own XMPP Openfire server with this code, I cant find any config file there, can anyone tell me how to setup my own XMPP server with this application, or maybe I am missing something?

2

2 Answers

2
votes

Download openfire from this link and install it on server, you can also install in on your local machine as well , it require Java Run Time Environment to be already installed on your system. There are already lots of tutorials/guides available for openfire installation.

Once you have installed openfire then you can run it alongside any XMPP client. It could be Pidgin, Gajim, PSI or Android based Conversation, Yaxim clients.

I would suggest you to write your own client because if you are new to android you might not be able to grasp completely How XMPP works at client side. I hope it help a little

1
votes

I have just read that Conversations will automatically look up the SRV records for your domain name which can point to any hostname port combination.

So my problem is solved now. Just read the README.MD.