From 963e2a2a34913cf4fc0670ddd14221d9205c55a5 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 22 May 2019 20:23:04 -0400 Subject: [PATCH] Updated Notify_xmpp (markdown) --- Notify_xmpp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_xmpp.md b/Notify_xmpp.md index f1c400f..5b6bb9c 100644 --- a/Notify_xmpp.md +++ b/Notify_xmpp.md @@ -15,7 +15,7 @@ Valid syntaxes are as follows: * **xmpps**://**{userid}**:**{password}**@**{hostname}** * **xmpps**://**{password}**@**{hostname}**:**{port}**?**jid={jid}** * **xmpps**://**{password}**@**{hostname}**?**jid={jid}** -* **xmpps**://**{password}**@**{hostname}**/{jid1}/{jid2}/{jidN}/... +* **xmpps**://**{password}**@**{hostname}**/**{jid1}**/**{jid2}**/**{jidN}**/... Secure connections should be referenced using **xmpps://** where as insecure connections should be referenced via **xmpp://**. @@ -24,7 +24,7 @@ Secure connections should be referenced using **xmpps://** where as insecure con | ----------- | -------- | ----------- | hostname | Yes | The server XMPP is listening on. | port | No | The port the XMPP server is listening on By default the port is **5222** for **xmpp://** and **5223** for the secure **xmpps://** references. -| userid | Yes | The account login used to build the JID with if one isn't specified. +| userid | No | The account login used to build the JID with if one isn't specified. | password | Yes | The password associated with the XMPP Server. | jid | No | The JID account to associate/authenticate with the XMPP Server. This is automatically detected/built from the {userid} and {hostname} if it isn't specified. | xep | No | The XEP specifications to include. By default **xep_0030** (Service Discovery) and **xep_0199** (XMPP Ping) if nothing is specified.