You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2019. It is now read-only.
As of commit b002f22, cinch no longer responds to
AUTHENTICATE +
messages duringSASL PLAIN
authentication.The commit currently isn't present in any released versions.
@Defman21
The text was updated successfully, but these errors were encountered:
+
is the regular expression does not represent the plus sign. It's[^:]+
which meansAnything BUT : at least 1 time
.You can put the regex in some regex tester and try it on your
AUTHENTICATE +
message if you want to fix the regex.