Skip to content

Option to Send deliverSmResp manually#27

Open
fjordansilva wants to merge 6 commits into
uudashr:masterfrom
fjordansilva:master
Open

Option to Send deliverSmResp manually#27
fjordansilva wants to merge 6 commits into
uudashr:masterfrom
fjordansilva:master

Conversation

@fjordansilva

Copy link
Copy Markdown

Modifying the interface MessageReceiverListener, adding a boolean return value to onAcceptDeliverSm the user can choose if JSMPP sends the deliver_sm_resp message once the method has finished or (using FALSE value) doesn't allow to JSMPP to send the message.

This modification is necessary for working with async systems (Vert.x for example). With async system you can not send a response to SMSC because most of the times the original message ( deliver_sm ) has not been processed.

This PR also fix a NullPointer exception that happens when JSMPP tryes to bind to a SMSC that doesn't replay any optional parameter

@ADTC

ADTC commented Feb 18, 2014

Copy link
Copy Markdown

Looks like you made too many trivial changes that it has become hard to find your changes that matter. Try to avoid automatic formatting or changes done by IDE.

@dpocock

dpocock commented Jan 6, 2015

Copy link
Copy Markdown

I've copied your pull request into the branch here: https://github.com/opentelecoms-org/jsmpp/commits/fjordansilva-master to see it build in travis

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

Successfully merging this pull request may close these issues.

4 participants