Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect FluuxIO to MongooseIM #172

Open
theanhoo opened this issue Dec 16, 2020 · 0 comments
Open

Cannot connect FluuxIO to MongooseIM #172

theanhoo opened this issue Dec 16, 2020 · 0 comments

Comments

@theanhoo
Copy link

I can't seem to connect FluuxIO to a MongooseIM XMPP server. I kept getting "NextStart XML syntax error on line 1: unexpected EOF"

Setting "Insecure" to true or false makes no difference.

Any advice?

Many thanks in advance.

SEND:
<?xml version='1.0'?><stream:stream to='example.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>

RECV:
<?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='E7EE923D9E43805D' from='example.com' version='1.0' xml:lang='en'>

RECV:
<stream:features><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>SCRAM-SHA-512</mechanism><mechanism>SCRAM-SHA-384</mechanism><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-224</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism></mechanisms><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='https://www.erlang-solutions.com/products/mongooseim.html' ver='Ouw/7YxQV/T0hISjVQrLc+HGtQ8='/><register xmlns='http://jabber.org/features/iq-register'/><sm xmlns='urn:xmpp:sm:3'/></stream:features>

SEND:
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>

RECV:
<proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>

SEND:
</stream:stream>

NextStart XML syntax error on line 1: unexpected EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant