twitter-archive / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How I should receive multipart messages?

MaxSD81 opened this issue · comments

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.

Hi! Do you have a solution for this problem?

Hi, no.