Subject: Login to EJabberd Issue
I have an eJabberd server running with 3 users (admin configured) and rosters created for each.
I have a small winform app (c#) attempting to login into the server using the agsXMPP libs. I have basically
cut and pasted the code from the console app sample in the SDK. The OnLogin event never fires which
means I think that I am not logged in.
Also, the server seems never to have gotten the Logon message......at least no log messages are written. Also,
I have had the server running in "Live" mode and nothing was written to the console.
For my test, the client application is running on the same machine as xmpp server.
Also, I tried just running the consoleclient app and the same behaviour was seen.
I am assuming port 5222 is the working port since this is C2S connection. The listener on the server
is setup to be port 5222. I've tried assigning the port and not assigning it with the same results.
I see the open() call is a return of void which tells me I don't really know what the status of my open/login
attempt is.
Any help would be greatly appreciated....thanks
TRW
I have a small winform app (c#) attempting to login into the server using the agsXMPP libs. I have basically
cut and pasted the code from the console app sample in the SDK. The OnLogin event never fires which
means I think that I am not logged in.
Also, the server seems never to have gotten the Logon message......at least no log messages are written. Also,
I have had the server running in "Live" mode and nothing was written to the console.
For my test, the client application is running on the same machine as xmpp server.
Also, I tried just running the consoleclient app and the same behaviour was seen.
I am assuming port 5222 is the working port since this is C2S connection. The listener on the server
is setup to be port 5222. I've tried assigning the port and not assigning it with the same results.
I see the open() call is a return of void which tells me I don't really know what the status of my open/login
attempt is.
Any help would be greatly appreciated....thanks
TRW