33
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
There is bug and already fixed More... almost 17 years ago
Add delivery receipt test case More... almost 17 years ago
Typo, should be "err" attribute, not "stat" More... almost 17 years ago
By default "text" attribute is used for delivery receipt (instead of "Text"), but the "Text" is also recognized More... almost 17 years ago
Using SecureRandom for random message id More... almost 17 years ago
Add eclipse projects (some people might want to use this) More... about 17 years ago
Add license information More... about 17 years ago
Add license information More... about 17 years ago
Add license information More... about 17 years ago
Modify the CHANGES.txt More... about 17 years ago
Add Response Delivery Listener. SMPPServerSession will notify if the submit_sm_resp/submit_sm_multi_resp has been delivered successfuly (no exception ex: IOException) of notify event there is an error occured. More... about 17 years ago
When found Tag code that doesn't defined on SMPP Spesification, jsmpp will take the value as OctetString (array of bytes). More... about 17 years ago
Remove unnecessary @SuppressWarnings("unchecked") More... about 17 years ago
Remove the method access modifier on MessageIDGenerator interface More... about 17 years ago
Refine the example More... about 17 years ago
Avoid null SessioStateListener More... about 17 years ago
Remove constructor with null SessionStateListener More... about 17 years ago
Add javadoc target on build.xml More... about 17 years ago
Removing un-needd class More... about 17 years ago
Modify OptionalParameter API so it more easy to use More... about 17 years ago
Final the random variable More... about 17 years ago
Remove the public modifier More... about 17 years ago
Remove public modifier for method on interface More... about 17 years ago
Break down the MessageReceiverListener to another class More... about 17 years ago
Prepare for new version and add target for creating distribution More... about 17 years ago
Log changes seperated for each versions More... about 17 years ago
Breakdown logic to several method to meets the metrics of McCabe Cyclomatic Complexity More... about 17 years ago
Show delay of message submission More... about 17 years ago
Check session state before close connection More... about 17 years ago
Checking session state before unbinding More... about 17 years ago