sanoopsivan / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

SMPP Server session should expose remote client details #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Server based on jsmpp

What is the expected output? What do you see instead?
The library doesn't provide the code to get the remote IP. The connection 
details are available and should be exposed, so that strong authentication 
mechanism based on IP and System ID can be coded

What version of the product are you using? On what operating system?
Win/Linux

Please provide any additional information below.

Original issue reported on code.google.com by paliwala...@gmail.com on 8 Dec 2008 at 5:31

GoogleCodeExporter commented 8 years ago
I've been update the sources and expose the Remote IP Address via 
SMPPServerSession.
InetAddress SMPPServerSession#getInetAddress()

You can get it on the repositories. Thx

Original comment by uuda...@gmail.com on 9 Dec 2008 at 5:50

GoogleCodeExporter commented 8 years ago
I am impressed with your speed of resolving issues :-)

Original comment by paliwala...@gmail.com on 9 Dec 2008 at 6:06

GoogleCodeExporter commented 8 years ago
Issue 41 has been merged into this issue.

Original comment by paliwala...@gmail.com on 8 Aug 2009 at 1:18