We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98252a8 commit 7273951Copy full SHA for 7273951
1 file changed
conversejs/boshclient.py
@@ -206,7 +206,6 @@ def get_challenge(self, mechanism):
206
auth.set('xmlns', XMPP_SASL_NS)
207
auth.set('mechanism', mechanism)
208
209
- response = self.send_request(body)
210
resp_root = ET.fromstring(self.send_request(body))
211
challenge_node = resp_root.find('{{{}}}challenge'.format(XMPP_SASL_NS))
212
0 commit comments