From e689be1b42a79e95fa3ca3daa8ac9e5f862e3361 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Mon, 9 Mar 2026 17:14:39 +0100 Subject: [PATCH] adding --- README.md | 2 ++ README_XMPP.md | 23 +++++++++++++++++++++++ examples/xmpp.js | 1 + 3 files changed, 26 insertions(+) create mode 100644 README_XMPP.md diff --git a/README.md b/README.md index df4c3aa..3c1dd20 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,5 @@ npm run addFlow A Class for that have only the async method run. Each Object of class has the current flow, the requested body and optional a JsonSchema. The Class must be placed. + +## clients diff --git a/README_XMPP.md b/README_XMPP.md new file mode 100644 index 0000000..52047c4 --- /dev/null +++ b/README_XMPP.md @@ -0,0 +1,23 @@ +# Signpost / Xmpp + +Using Signpost to send you messages for Debugging, as Warning, status of Deploy or Critical Errors from +Services or Server. + +## Messages + +´´´ +🚨 / +✅ / +ℹ️ / +´´´ + +## Sending + +### Curl + +``` +curl -X POST https:///api/flow/v1/ + -H 'Content-Type: application/json' + -H 'Authorization: Bearer ' + -d '{"message":""}' +``` diff --git a/examples/xmpp.js b/examples/xmpp.js index cdf4e42..e85a732 100644 --- a/examples/xmpp.js +++ b/examples/xmpp.js @@ -8,6 +8,7 @@ import logger from './../../packages/server/helper/logger.js' /** * using a xmpp-server to send messages in a group * + * * * @author Björn Hase * @license hhttps://www.gnu.org/licenses/gpl-3.0.en.html GPL-3