twitter-archive / cloudhopper-smpp

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

Add host address in SmppServerConfiguration #85

Closed pgoergler closed 9 years ago

pgoergler commented 9 years ago

Sometimes you don't want to bind on localhost nor 0.0.0.0 This patch allow to bind DefaultSmppServer to a specific address.

jjlauer commented 9 years ago

Hey @pgoergler this is a useful PR. Nice work. Not sure when we'll do the next release to maven central -- I'm assuming you could use this pretty quickly?