diff options
author | Gurmeen Bindra <gurmeen.bindra@isode.com> | 2015-07-14 13:30:58 (GMT) |
---|---|---|
committer | Gurmeen Bindra <gurmeen.bindra@isode.com> | 2015-07-20 14:47:03 (GMT) |
commit | de14a6ae530f450dc89493d0bc2f3d1100e4eeba (patch) | |
tree | 958e8bf566040cd9703b8c13ef9f994f95984336 /test | |
parent | eeaac6c30d2bb24dd0b783cf13d056007a5b5ee3 (diff) | |
download | stroke-de14a6ae530f450dc89493d0bc2f3d1100e4eeba.zip stroke-de14a6ae530f450dc89493d0bc2f3d1100e4eeba.tar.bz2 |
Fix ClientSession class bug due to recent stroke changes
Stroke was brought in line with swiften as a result of which strong
(certificate based bind) authentication between client and xmpp server
stopped working. This was happening because of missing "=" in the
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='EXTERNAL'>=</auth>
The AuthRequestSerialiser was not adding "=" because the ByteArray object
that was passed was null.
This patch fixes the ClientSession class to pass empty ByteArray object as
is done in existing swiften code.
Test-information:
strong bind works using java client to xmpp server
Change-Id: Ide2d61723d92df19a251db7f1eb9f1581329f782
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions