Subject: GSSAPI is not working for me...
Hello,
I'm trying to evaluate MatriX for our project, and the requirement is to connect to Openfire Server via SSO. I ran sample MiniClient sample, added UseSso=true to the "Connect" button handler - but it does not work. After xmppClient_OnBeforeSasl() nothing happens. I ran Wireshark trace as well, and there is no message coming from my application to the server. Log data is attached.
SEND: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="client-dev" version="1.0" >
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="client-dev" id="b1fb4667" xml:lang="en" version="1.0" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams">
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>GSSAPI</mechanism>
</mechanisms>
<auth xmlns="http://jabber.org/features/iq-auth" />
<register xmlns="http://jabber.org/features/iq-register" />
</stream:features>
What am I doing wrong? I also tried console application & sample code from MatrixSDK from your website - it's not working either.
Thank you.
I'm trying to evaluate MatriX for our project, and the requirement is to connect to Openfire Server via SSO. I ran sample MiniClient sample, added UseSso=true to the "Connect" button handler - but it does not work. After xmppClient_OnBeforeSasl() nothing happens. I ran Wireshark trace as well, and there is no message coming from my application to the server. Log data is attached.
SEND: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="client-dev" version="1.0" >
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="client-dev" id="b1fb4667" xml:lang="en" version="1.0" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams">
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>GSSAPI</mechanism>
</mechanisms>
<auth xmlns="http://jabber.org/features/iq-auth" />
<register xmlns="http://jabber.org/features/iq-register" />
</stream:features>
What am I doing wrong? I also tried console application & sample code from MatrixSDK from your website - it's not working either.
Thank you.