twitter-archive / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Other
382 stars 356 forks source link

How I should receive multipart messages? #122

Closed MaxSD81 closed 8 years ago

MaxSD81 commented 8 years ago

Hello,

I have CloudHopper SMPP server, at this moment I can receive a simple short messages.

if (pduRequest.getCommandId() == SmppConstants.CMD_ID_SUBMIT_SM) { SubmitSm request = (SubmitSm) pduRequest; request.getShortMessage(); .... }

But what I should do to receive long (Multipart) message? I don't know what object I have to use ... Help me, please.

Many thanks.

deacix commented 8 years ago

Hi! Do you have a solution for this problem?

MaxSD81 commented 8 years ago

Hi, no.