Add nexmo SMS support.

This commit is contained in:
Arthur Britto
2013-03-30 00:34:49 -07:00
parent fc435fa75f
commit 58b3cc1dd6
8 changed files with 86 additions and 0 deletions

View File

@@ -185,6 +185,12 @@ public:
std::string SSL_VERIFY_FILE;
std::string SSL_VERIFY_DIR;
std::string SMS_FROM;
std::string SMS_KEY;
std::string SMS_SECRET;
std::string SMS_TO;
std::string SMS_URL;
Config();
int getSize(SizedItemName);