Some updates

This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2012-09-25 19:20:56 +02:00
parent 80376ff566
commit 61d0399828
7 changed files with 42 additions and 72 deletions

View File

@@ -6,7 +6,11 @@ SmsGateway is a JSON-RPC based SMS Gateway.
Features
--------
* Sender interfaces
* Multiple SMS sending interfaces. Currently only Gnokii is supported, but
with SenderInterface, anyone can write a new one.
* Database backends
* Senders to support SMS sending as many ways as possible
* Currently only Gnokii is supported, but with SenderInterface, anyone can
write a new one.
* Authentication backends for authentication purposes
* DatabaseAuth for a PDO based backend
* NullAuth to accept everyone without a password
* Logger backends for audit and message logging
* DatabaseLogger for PDO based logging