Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grigoryfedorov/9bb8370794f5bf8a24410a0cc563fb9d to your computer and use it in GitHub Desktop.
Save grigoryfedorov/9bb8370794f5bf8a24410a0cc563fb9d to your computer and use it in GitHub Desktop.
SCRAM-SHA-1 malformed-request prosody boese-ban.de
SENT : <stream:stream xmlns='jabber:client' to='boese-ban.de' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' from='grigory.fedorov2@boese-ban.de' xml:lang='en'>
RECV : <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xml:lang='en' from='boese-ban.de' id='80839c36-d1df-40e4-a8d2-94175930e899' version='1.0' xmlns='jabber:client'><stream:features><c hash='sha-1' ver='wBlvgkM1+mhpz81eJoge4hYoI0Q=' node='http://prosody.im' xmlns='http://jabber.org/protocol/caps'/><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'><required/></starttls></stream:features>
SENT : <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'></starttls>
RECV : <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
SENT : <stream:stream xmlns='jabber:client' to='boese-ban.de' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' from='grigory.fedorov2@boese-ban.de' xml:lang='en'>
RECV : <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xml:lang='en' from='boese-ban.de' id='0b3dac39-c690-4f8a-a0d0-2dc91e606964' version='1.0' xmlns='jabber:client'><stream:features><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>PLAIN</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>SCRAM-SHA-1-PLUS</mechanism></mechanisms><c hash='sha-1' ver='wBlvgkM1+mhpz81eJoge4hYoI0Q=' node='http://prosody.im' xmlns='http://jabber.org/protocol/caps'/></stream:features>
SENT : <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='SCRAM-SHA-1'>eSwsbj1ncmlnb3J5LmZlZG9yb3YyLHI9OnVZWXohP247OktUSWBDNCQ2V0k/XFd8QWRoelwnbT8=</auth>
RECV : <failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><malformed-request/></failure>
@kabirhaxor
Copy link

im also facing this issue. Please reply asap. I wana fix that.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment