cloudhopper-smpp icon indicating copy to clipboard operation
cloudhopper-smpp copied to clipboard

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

Results 34 cloudhopper-smpp issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 1.1.3 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.3&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

In case bind fails the caller wont be able to destroy the created session (if any). In the case of DefaultSmppSession this will cause the WindowMonitor of the sendWindow to...

This is just some refactoring. Before this refactoring `DefaultSmppSession` had server side methods like `serverReady()` and has also client side methods like `bind(BaseBind, timeout)` and `submit(SubmitSm, timeout)`. `DefaultSmppSession` became `AbstractSmppSession`,...

Masking password in logs, updated dependencies versions

Hi, My test case is the following : I am trying to send 100 000 SubmitSM request to a production SMSC. In some cases, this test will work correctly, and...