We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git a/jsmpp/src/main/java/org/jsmpp/util/StringParameter.java b/jsmpp/src/main/java/org/jsmpp/util/StringParameter.java index 1d1eb37..aad74ce 100644 --- a/jsmpp/src/main/java/org/jsmpp/util/StringParameter.java +++ b/jsmpp/src/main/java/org/jsmpp/util/StringParameter.java @@ -31,7 +31,8 @@ /** * password string parameter. */ - PASSWORD(StringType.C_OCTEC_STRING, 0, 9, true, SMPPConstant.STAT_ESME_RINVPASWD), + //SMPP providers may be use long passwords over SMPP 3.4 standard (like t-sms.ru) + PASSWORD(StringType.C_OCTEC_STRING, 0, 32, true, SMPPConstant.STAT_ESME_RINVPASWD), /** * system_type string parameter.
The text was updated successfully, but these errors were encountered:
Same goes here. Explain what you're doing and why. Not show the diff (which we can already see in the actual pull request).
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: