From 79572136ef4f767d0d57fa60143f2afe00f3882a Mon Sep 17 00:00:00 2001 From: Erhan Justice Date: Wed, 15 Oct 2014 18:23:18 -0700 Subject: [PATCH] Added nexmo service instructions --- push.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/push.cpp b/push.cpp index a7c4a65..cd0f6d2 100755 --- a/push.cpp +++ b/push.cpp @@ -1243,6 +1243,10 @@ class CPushMod : public CModule { PutModule("Note: Faast requires setting the secret to your apikey"); } + else if (value == "nexmo") + { + PutModule("Note: Nexmo requires setting the 'username' (to api key), 'secret' (to api secret), 'message_title' (to sender number in international format), and 'target' (to destination number in international format) options"); + } else { PutModule("Error: unknown service name");