Skip to content

Commit 7273951

Browse files
committed
Removing duplicate request asking for challenge
1 parent 98252a8 commit 7273951

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

conversejs/boshclient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def get_challenge(self, mechanism):
206206
auth.set('xmlns', XMPP_SASL_NS)
207207
auth.set('mechanism', mechanism)
208208

209-
response = self.send_request(body)
210209
resp_root = ET.fromstring(self.send_request(body))
211210
challenge_node = resp_root.find('{{{}}}challenge'.format(XMPP_SASL_NS))
212211

0 commit comments

Comments
 (0)