Skip to content

This is the correct path (on OpenFire and ejabberd) to the auth mechanisms#5

Open
kenrestivo wants to merge 3 commits intoMarko-M:masterfrom
kenrestivo:master
Open

This is the correct path (on OpenFire and ejabberd) to the auth mechanisms#5
kenrestivo wants to merge 3 commits intoMarko-M:masterfrom
kenrestivo:master

Conversation

@kenrestivo
Copy link

This change was required in order to make the library work with OpenFire and ejabberd.

They respond with:

<body xmlns='http://jabber.org/protocol/httpbind' sid='27bc73249baea98b84b538465524908180672898' wait='60' requests='2' inactivity='30' maxpause='120' polling='2' ver='1.8' from='hub.spaz.org' secure='true' authid='2169391311' xmlns:xmpp='urn:xmpp:xbosh' xmlns:stream='http://etherx.jabber.org/streams' xmpp:version='1.0'>
  <stream:features xmlns:stream='http://etherx.jabber.org/streams'>
    <c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='CN+Bi/nPDdZXEFPfLRlpdSZ6Bpw='/>
    <register xmlns='http://jabber.org/features/iq-register'/>
    <mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
      <mechanism>DIGEST-MD5</mechanism>
      <mechanism>SCRAM-SHA-1</mechanism>
      <mechanism>ANONYMOUS</mechanism>
      <mechanism>PLAIN</mechanism>
      <mechanism>X-OAUTH2</mechanism>
    </mechanisms>
  </stream:features>
</body>

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

Successfully merging this pull request may close these issues.

1 participant