I seem to have my server up and running. I have added 3 users with admin rights as well as created rosters for each so I can send messages to and from each of them.
I am writing a Winform Client in C# that is trying to login and then communicate to other clients
using the ejabberd server.
I attempt to login into the server from my client but I do not get a message back from the server indicating success.
I guess I have a few questions. At the moment, I really don't care about security.
What port should I use? I was using 5222 which is C2s......OK?
How can tell if the server got a message? Nothing shows up in logs (log level 5) or console when
I run in "live" mode. According the stats in the web admin nothing was received.
I'm sure this is some configuration issue on my part. I used the config file right out of the box making
only a few changes such as adding my new users to the ACL.
Any idea why my messages are not getting to the server?
Thanks for any ideas!
TRW
> What port should I use? I
> What port should I use? I was using 5222 which is C2s......OK?
Yes, 5222 is the standard port number for XMPP client connections.
> I used the config file right out of the box making only a few changes such as adding my new users to the ACL.
If you use default config with just added ACLs, then what you attempt should work.
Try to connect with a popular Jabber client like Psi, Gajim, Jabbim... Then you can install in your client or server machine a network traffic sniffer (like Wireshark) to see all the network traffic to/from port 5222. This way you can see who is acting badly.