Subject: Cannot login to openfire 4.1.3 xmpp server using mini client
Hi! I tried to login to my xmpp account using Miniclient from the samples of agsxmpp. The xmpp server is using openfire version 4.0.3 and I can log in to my account. But, after I upgrade the openfire to 4.1.3 I cannot login using Miniclient, but when I use another IM application I can log in. It seems that the login process is not finished.
This is the debug log in mini client:
SEND:
any solution please?
This is the debug log in mini client:
SEND:
<stream:stream to='chat.abc.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" from="chat.abc.com" version="1.0" xml:lang="en" id="2ca753kt01" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>EXTERNAL</mechanism><mechanism>CRAM-MD5</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></stream:features>
SEND: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" />
RECV: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09ImNoYXQudGlnYXB1dHJpLmFzaWEiLG5vbmNlPSJBOGU2aERHVWlyWk9XL0xZTGxjTUNET2oyZHdVbkZhWXhHckZncUZ2IixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
any solution please?