From 59646229aa466a3c9fce54c7da6d7ee91283f651 Mon Sep 17 00:00:00 2001 From: nmset Date: Sat, 14 Apr 2018 22:01:01 +0200 Subject: [PATCH] Update README.md --- DBusSafWorkers.cpp | 2 +- DBusSafWorkers.h | 2 +- README.md | 4 ++++ SAF.cpp | 2 +- SAF.h | 2 +- gcc_version.h | 2 +- globals.h | 4 ++-- main.cpp | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/DBusSafWorkers.cpp b/DBusSafWorkers.cpp index 9833d86..e442504 100644 --- a/DBusSafWorkers.cpp +++ b/DBusSafWorkers.cpp @@ -1,6 +1,6 @@ /* * File: DBusSafWorkers.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 * diff --git a/DBusSafWorkers.h b/DBusSafWorkers.h index 8f002fc..5961fc8 100644 --- a/DBusSafWorkers.h +++ b/DBusSafWorkers.h @@ -1,6 +1,6 @@ /* * File: DBusSafWorkers.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 * diff --git a/README.md b/README.md index 40ac8dd..c949ad2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It uses gloox as XMPP library, and messages are sent to the application via DBus. It runs on the system bus, and hence, must be run as root. USAGE + It must be started with two mandatory parameters : @@ -31,6 +32,7 @@ Optional parameters may be used : DBUS CONSIDERATIONS + A policy file must be created in /etc/dbus-1/system.d/ , because the application requests the system bus. A sample file is in the release package. If --bustag is used, another policy file must be created to reflect this @@ -52,6 +54,7 @@ If a bustag parameter is used, the created DBus destination is application simultaneously, each instance having a different configuration file. XMPP NOTE + If the same sender's XMPP account is used in multiple instances, or on multiple hosts, a different resource parameter MUST be used for each instance. @@ -72,5 +75,6 @@ FILES IN THE RELEASE ARCHIVE After installation, create a default /usr/local/etc/saf7/saf7-default.rc file with valid parameters. DISCLAIMER + I don't claim the application is fit for any purpose.Programming is just my hobby. diff --git a/SAF.cpp b/SAF.cpp index 97e86e7..f6f1958 100644 --- a/SAF.cpp +++ b/SAF.cpp @@ -1,6 +1,6 @@ /* * File: SAF.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 * diff --git a/SAF.h b/SAF.h index 6bbefd1..58f5f7d 100644 --- a/SAF.h +++ b/SAF.h @@ -1,6 +1,6 @@ /* * File: SAF.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 * diff --git a/gcc_version.h b/gcc_version.h index 857dc99..80b9522 100644 --- a/gcc_version.h +++ b/gcc_version.h @@ -1,5 +1,5 @@ /* - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 * diff --git a/globals.h b/globals.h index 9a2f072..53168e3 100644 --- a/globals.h +++ b/globals.h @@ -1,6 +1,6 @@ /* * File: globals.h - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 * @@ -16,7 +16,7 @@ using namespace std; #define _APPNAME_ "saf7" // Send and forget #define _APP_DESCRIPTION_ "Send and forget an XMPP message" #define _VERSION_ "4" -#define _AUTHOR_ "SET, M.D., nmset@netcourrier.com" +#define _AUTHOR_ "SET, M.D., nmset@yandex.com" #define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \ + string(" - ") + string(_APP_DESCRIPTION_) \ + string("\nAuthor : ") + string(_AUTHOR_) \ diff --git a/main.cpp b/main.cpp index 0ae4a0c..e36ac54 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /* * File: main.cpp - * Author: SET - nmset@netcourrier.com + * Author: SET - nmset@yandex.com * License : GPL v2 * Copyright SET - © 2017 *