Occasionally `invalid-mechanism` SASL error is reported (#162)
Andrzej Wójcik (Tigase) opened 2 weeks ago

Occasionally invalid-mechanism SASL error is reported while mobile client reconnects being in the background.

Andrzej Wójcik (Tigase) changed state to 'In Progress' 2 weeks ago
Previous Value Current Value
Open
In Progress
Referenced from commit 2 weeks ago
Andrzej Wójcik (Tigase) commented 2 weeks ago

The cause of the issue occurred to be a race condition while accessing variable storing XMPP stream features while application was in the background (running using limited resources, ie. slower CPU clocks). As a result authentication was started after receiving <stream:features/> but its value was not yet set to the variable accessed by SaslModule causing this error.

Andrzej Wójcik (Tigase) changed state to 'In QA' 2 weeks ago
Previous Value Current Value
In Progress
In QA
issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
none
Sprints
n/a
Customer
n/a
Issue Votes (0)
Watchers (3)
Reference
tigase/_libraries/Martin#162
Please wait...
Page is in error, reload to recover