Skip to content
New issue

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

SMPP providers may be use long passwords over SMPP 3.4 standard (like t-sms.ru) #42

Open
vharseko opened this issue Feb 7, 2015 · 1 comment

Comments

@vharseko
Copy link

vharseko commented Feb 7, 2015

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.
@ADTC
Copy link

ADTC commented Feb 8, 2015

Same goes here. Explain what you're doing and why. Not show the diff (which we can already see in the actual pull request).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants