Hello, I just created my own xmpp server using prosody. I think prosody is one of the best XMPP server application. But im facing an issue while im loggin in any id. Here is the full xml.
*Read*: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en" from="nexaze.com" id="51c5f33e-3db4-42d0-99ee-1dcf8558ab4c" version="1.0" xmlns="jabber:client"> <features> <register xmlns="http://jabber.org/features/iq-register" /> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" /> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"> <mechanism>SCRAM-SHA-1</mechanism> </mechanisms> </features> </stream:stream> *Read*: <stream:features> <register xmlns="http://jabber.org/features/iq-register" /> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" /> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"> <mechanism>SCRAM-SHA-1</mechanism> </mechanisms> </stream:features> *Send*: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-1">biwsbj1rLHI9cnRwd1paOFBxWVg3cEUrQXBwaTVYYnhHYW5oNG9MZ0o=</auth> *Read*: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1ydHB3Wlo4UHFZWDdwRStBcHBpNVhieEdhbmg0b0xnSmUyMTgyNTVjLTZkM2YtNGIxOS05ODA3LTJjOGM5OTk3ZTk5MCxzPU5XWmpNRGN4TkdJdFlqY3hOUzAwTldZeUxXRTFPV1F0T1RJeFltTXdZemt4T0RoaixpPTQwOTY=</challenge> *Send*: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl" /> *Read*: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"> <malformed-request /> </failure> i don't much about prosody configuration. Please tell me how to fix this issue if anyone knows. Thank you very much. -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/prosody-dev. For more options, visit https://groups.google.com/d/optout.
