10 Oct, 2012
2 commits
-
add: simple SMS send and receive Sample Code
-
Charcodefix
30 Jul, 2012
1 commit
28 Jul, 2012
2 commits
12 May, 2012
1 commit
-
Added cause when rethrowing exceptions in connectAndBind method
03 Apr, 2012
1 commit
05 Mar, 2012
1 commit
-
Various enhanchments to code
04 Mar, 2012
1 commit
03 Mar, 2012
6 commits
-
A lot richer API for creating and querying specific optional parameters.
02 Mar, 2012
1 commit
-
Both client side and server side code can now control what interface version is sent during binding.
25 Feb, 2012
2 commits
-
Since class is stored for each Tag, it should be publicly accessible.
20 Feb, 2012
2 commits
19 Feb, 2012
1 commit
18 Feb, 2012
8 commits
17 Feb, 2012
6 commits
-
The SMPP specification specifically lists that a PDU body with a NULL field message_id is required in the deliver_sm_resp message. Using the sendNegativeResponse() will result in a body-less PDU response that some SMPP servers legitimately refuse with an error about invalid command length. Now we correctly send the deliver_sm_resp in case of a ProcessRequestException. For PDUStringException we now send a generick_nack instead of a deliver_sm_resp, just like in other cases were such an exception is thrown.
-
A different commit has added logging of all PDUs at debug level so here we reduce the log messages about activity or inactivity.
-
All PDUs received and sent over SMPP connection are now logged at debug level
-
cool bug fixes and enhanchments to some java interfaces
16 Feb, 2012
5 commits
-
After the smpp session has been closed with close() method, we shouldn't leave any threads running. Any extra threads should have exited before Session.close() exits, otherwise many webapp containers will complain during webapp shutdown or webapp restart