Dear all,
There is a need to develop a instant chat tool (client). For doing, i started to look into the xmpp. Last, I found the ejabberd server infos.
so, I installed the ejabberd windows based into my local machine.
Ex:
For testing purpose, i downloaded pidgin client and started to communicate between two user accounts in same machine. I found it is working.
But, how could i communicate with other persons in different machines.
Please let me know.
Thanks and Regards,
newbie
Some general comments
so, I installed the ejabberd windows based into my local machine.http://localhost:5280/admin/server/localhost/users/
Ex:
For testing purpose, i downloaded pidgin client and started to communicate between two user accounts in same machine. I found it is working.
But, how could i communicate with other persons in different machines.
You need a Jabber server with a name known by all those machines. This can be configured in ejabberd.cfg:
Some possible names:
You may need to open some TCP ports in some firewall in your network. As said inFirewall Settings , you may need to open port 5222. Maybe also 5269.