How do I install my Openfire XMPP server with chat?

I downloaded the code for the XMPP Android chat client from here .

I want to set up my own OpenFire XMPP server with this code, I can't find any config file there, can anyone tell me how to set up my own XMPP server with this app, or maybe I have something- missed something?

+3


source to share


2 answers


I just read that Conversations will automatically look for SRV records for your domain name, which can point to any combination of hostname ports.



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

+1


source


Download openfire from this and install it on the server, you can also install it on your local machine, this requires Java runtime The environment will already be installed on your system. There are many tutorials / tutorials already available for installing openfire.

Once you've installed openfire, you can run it alongside any XMPP client. These can be Pidgin, Gajim, PSI, or Android talk-based Yaxim clients.



I suggest you write your own client, because if you are new to android, you may not be able to fully understand how XMPP works on the client side. I hope this helps a little

+2


source







All Articles