Subject: | Please add 'stored strings' capability |
Currently, Authen::SASL::SASLprep doesn't pass an "unassigned_check" argument to Unicode::Stringprep. This means it's in "query string" mode, which allows unassigned characters. For usernames/passwords, it might be more appropriate to be using "stored strings" mode. (See https://tools.ietf.org/html/rfc3454#section-7 for differences.)
Could you please add a feature to do stored mode? Possibly, just a boolean second parameter.
Thank you.