Skip to content

Commit

Permalink
Added SSL to README
Browse files Browse the repository at this point in the history
  • Loading branch information
garthpatil committed Apr 10, 2013
1 parent 254a69e commit 6a9f3be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ This library's implementation takes advantage of non-blocking (NIO) sockets to
support thousands of binds using minimal resources. It can be used to
implement either the server, client, or both sides of the SMPP protocol. We use
it internally at Twitter for both. Both synchronous or asynchronous request
modes can be supported on an SMPP session.
modes can be supported on an SMPP session. Clients and servers can use TLS/SSL to
provide communication transport security.

The library has been tested and certified with hundreds of mobile operators
and suppliers around the world. It's effective at being flexible with SMPP
Expand All @@ -29,8 +30,8 @@ of vendor.
Contributors
------------

Joe Lauer (Twitter: [@jjlauer](http://twitter.com/jjlauer))
Garth Patil
- Joe Lauer (Twitter: [@jjlauer](http://twitter.com/jjlauer))
- Garth Patil

Installation
------------
Expand Down

0 comments on commit 6a9f3be

Please sign in to comment.