From dae1940dd81b16f6a2365352455b3cff093932ed Mon Sep 17 00:00:00 2001 From: cbenard Date: Wed, 24 Oct 2012 16:50:23 -0500 Subject: [PATCH 1/2] Modified to compile under znc-msvc (ZNC for Windows): http://code.google.com/p/znc-msvc/ --- push.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/push.cpp b/push.cpp index ba469c1..0e0e441 100644 --- a/push.cpp +++ b/push.cpp @@ -10,6 +10,9 @@ #define REQUIRESSL +#ifdef WIN_MSVC +#include "stdafx.hpp" +#endif #include "znc.h" #include "Chan.h" #include "User.h" From 885e8aa36e3cfcd400c9e5dd712b9c92dac604f1 Mon Sep 17 00:00:00 2001 From: cbenard Date: Wed, 24 Oct 2012 16:54:41 -0500 Subject: [PATCH 2/2] Fix documentation to refer to message_uri and not message_url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6595b3e..187f156 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Configuration truncated and ellipsized at or before this length is reached. A value of 0 (zero) will disable this option. -* `message_url = ""` +* `message_uri = ""` URI that will be sent with the notification to Notifo. This could be a web address or a local scheme to access a mobile application. Keyword expansion is performed on this