Subject: MiniClient doesn't login
Greetings,
I'm working with the MiniClient in C# using dev studio 2003. I have gotten everything to comple clean, but when I try to connect to jabber.org, the client doesn't seem to successfully log in. I'm connecting to Jabber.org with no ssl or tls. Here's my debug stream:
SEND: <stream:stream to='jabber.org' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" from="jabber.org" id="4067435098" xml:lang="en" >
SEND: <iq xmlns="jabber:client" id="agsXMPP_2" type="get" to="jabber.org"><query xmlns="jabber:iq:auth"><username>rockorox</username></query></iq>
Nothing else happens, it just sits there.
IM clients (GAIM, GTalk, Pandion) all connect just fine. So, I don't think it's a firewall or internet connect problem. I have also tried connecting to different server and I get the same issue. I figured jabber.org would be a could test.
I have only been looking at the code base for a week now so I'm still getting familiar with it. Is there something that I'm not doing correctly or a library that I should look at? Any help would be greatly appreciated.
Gene
I'm working with the MiniClient in C# using dev studio 2003. I have gotten everything to comple clean, but when I try to connect to jabber.org, the client doesn't seem to successfully log in. I'm connecting to Jabber.org with no ssl or tls. Here's my debug stream:
SEND: <stream:stream to='jabber.org' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" from="jabber.org" id="4067435098" xml:lang="en" >
SEND: <iq xmlns="jabber:client" id="agsXMPP_2" type="get" to="jabber.org"><query xmlns="jabber:iq:auth"><username>rockorox</username></query></iq>
Nothing else happens, it just sits there.
IM clients (GAIM, GTalk, Pandion) all connect just fine. So, I don't think it's a firewall or internet connect problem. I have also tried connecting to different server and I get the same issue. I figured jabber.org would be a could test.
I have only been looking at the code base for a week now so I'm still getting familiar with it. Is there something that I'm not doing correctly or a library that I should look at? Any help would be greatly appreciated.
Gene