Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
DTTWS #1
Member since May 2014 · 1 post
Group memberships: Members
Show profile · Link to this post
Subject: Empty features from Openfire
Hi,

When using AGS XMPP user is getting successfully authenticated, however my Bind event is not fired since,

<stream:features xmlns:stream="http://etherx.jabber.org/streams"></stream:features>
The below information is missing in the response
•    <compression xmlns="http://jabber.org/features/compress">
•    <method>zlib</method>
•    </compression>
•    <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind" />
•    <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />


Please be kind enough to assist me in this matter. Thank you


<stream:stream to='im.mubashertrade.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
<stream:stream from="im.mubashertrade.com" id="c8006e9e" xml="en" version="1.0" xmlns:stream="http://etherx.jabber.org/streams"></stream:strea>
<stream:features xmlns:stream="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required></required></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>JIVE-SHAREDSECRET</mechanism><mechanism>PLAIN</mechanism><mechanism>CRAM-MD5</mechanism></mechanisms></stream:features>
<auth mechanism="DIGEST-MD5" xmlns="urn:ietf:params:xml:ns:xmpp-sasl"></auth>
<challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09ImltLm11YmFzaGVydHJhZGUuY29tIixub25jZT0iZFBrRFpuNkltT3BUQ3ZWcXo0dExjeEROZUsweEZabGI4M0tsS2ZTdCIscW9wPSJhdXRoIixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
<response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9InRpbnRpbmR0MTEiLHJlYWxtPSJpbS5tdWJhc2hlcnRyYWRlLmNvbSIsbm9uY2U9ImRQa0RabjZJbU9wVEN2VnF6NHRMY3hETmVLMHhGWmxiODNLbEtmU3QiLGNub25jZT0iNjhkOTcyNTAwODNlZDY4MmY5ZmE5MzA0Y2U1NTYzM2M4NTQ5ZDg4OTBmM2YzYjAyZjgyNDQ5ZjgxYjJiYjk3ZiIsbmM9MDAwMDAwMDEscW9wPWF1dGgsZGlnZXN0LXVyaT0ieG1wcC9pbS5tdWJhc2hlcnRyYWRlLmNvbSIsY2hhcnNldD11dGYtOCxyZXNwb25zZT02ZGI0MGUzNWE0MWEwZjRhMDVhM2RmZmM5Yjg4ZjEyZQ==</response>
<success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cnNwYXV0aD1jODUxOGNhMTk5YzE4MjJmMjY3NzdlYzk3MzIyYWI2OA==</success>
<stream:stream to='im.mubashertrade.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
<stream:stream from="im.mubashertrade.com" id="c8006e9e" xml="en" version="1.0" xmlns:stream="http://etherx.jabber.org/streams"></stream:strea>
<stream:features xmlns:stream="http://etherx.jabber.org/streams"></stream:features>
Avatar
Alex #2
Member since Feb 2003 · 4447 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
looks to me like there is a problem on your server.
As you can see the stream features are empty. So agsXMPP cannot do anything after the authentication because its waiting for stream features from your server which are not there.

Alex
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS