cloudhopper-smpp
cloudhopper-smpp copied to clipboard
Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Hi. Noticed that two helper methods in the `SslSessionTest` class despite having different names have the same body (and the same logic). I am meant the following methods: - [`createClientConfigurationStrongSSL()`](https://github.com/fizzed/cloudhopper-smpp/blob/ae6485a86c968d344bebf0fa180928905b4a8ad1/src/test/java/com/cloudhopper/smpp/ssl/SslSessionTest.java#L132)...
Hi Team, I would like verify wther given message text is UCS2 or GSM7. Should I use ch-commons-charset library. GSMCharset.canRepresent(..)? NOt sure about UCS2? UCSChatset class doesn't have such method
As part of PDU parameter validation, the current implementation of library is not able to distinguish and throw error codes based on SMPP Standards and instead throws exception . How...
I'm facing a sitution in which our server has two ip addresses(one of them is virtual) and only the virtual ip is authorized by the SMSC of our partner.So I...
Hi, When a sms text containing [][][][][] (More than 1 open & Close Square bracket), the message content is getting trimmed and getting only [].
We are looking at a high throughput based SMPP Proxy/Load balancer that ESMEs can connect to and requests can be relayed to multiple SMPP Servers running underneath. Is it possible...
hi. i want to update ssl sample to use protocols. I didn't find this when I tried to use TLSv1.2 and SS .2 Hello with Open Market SSL. So I...
Currently the SMPP server can listen on one port. This means that you can either listen with SSL or without. This PR allows the user to listen on an unencrypted...
```SmppClientSession``` is created by a ```SmppClient``` to connect to a __SMSC__ ```SmppServerSession``` is created by a ```SmppServer``` for an incoming connection from a __ESME__ So i put ```public SubmitSmResp submit(SubmitSm...
Hello @jjlauer first of all thank you for maintaining this great library :+1: I use the example with persistent connection and it works I can send sms to SMPPSim server....