Skip to content

Instantly share code, notes, and snippets.

@primalmotion
Created January 20, 2012 09:22
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 primalmotion/1646342 to your computer and use it in GitHub Desktop.
Save primalmotion/1646342 to your computer and use it in GitHub Desktop.
from me:
<body rid='3260230546' xmlns='http://jabber.org/protocol/httpbind' to='ramucho' xml:lang='en' wait='3600' hold='1' content='text/xml; charset=utf-8' ver='1.6' xmpp:version='1.0' xmlns:xmpp='urn:xmpp:xbosh'/>
server:
<body xmlns='http://jabber.org/protocol/httpbind' sid='af2ea4a04be9e8c504b32bb4d9a68138c6df1e53' wait='3600' requests='2' inactivity='30' maxpause='120' polling='2' ver='1.8' from='ramucho' secure='true' authid='2643638864' 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'>
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>PLAIN</mechanism>
<mechanism>DIGEST-MD5</mechanism>
<mechanism>SCRAM-SHA-1</mechanism>
</mechanisms>
<c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='wwrSvLFOLzC92POh074kJuEqYxE='/><register xmlns='http://jabber.org/features/iq-register'/></stream:features>
</body>
me:
<body rid='3260230547' xmlns='http://jabber.org/protocol/httpbind' sid='af2ea4a04be9e8c504b32bb4d9a68138c6df1e53'>
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='SCRAM-SHA-1'>biwsbj1hZG1pbixyPWQ0MWQ4Y2Q5OGYwMGIyMDRlOTgwMDk5OGVjZjg0Mjdl</auth>
</body>
server:
<body xmlns='http://jabber.org/protocol/httpbind'>
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>cj1kNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZWd6Z3JFQ0FSVGhWQjRXVmFoamp0Y2c9PSxzPVJ6dXVFM1h0YU05cWVIRENnUXVqNVE9PSxpPTQwOTY=</challenge>
</body>
me :
<body rid='3054265995' xmlns='http://jabber.org/protocol/httpbind'>
<response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>Yz1iaXdzLHI9ZDQxZDhjZDk4ZjAwYjIwNGU5ODAwOTk4ZWNmODQyN2VnemdyRUNBUlRoVkI0V1ZhaGpqdGNnPT0scD1yS2M0SE5OZE02elZadjNwaGxHLzdveDg0WVE9</response>
</body>
Server:
<body type='terminate' condition='improper-addressing' xmlns='http://jabber.org/protocol/httpbind'/>
@brauliobo
Copy link

same here, how could you solve this?

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