Site updated at 2016-04-12 06:18:33 UTC

This commit is contained in:
Travis CI 2016-04-12 06:18:33 +00:00
parent 47882f128a
commit 464f183322
13 changed files with 170 additions and 168 deletions

View file

@ -123,6 +123,7 @@
<span class="key">sender</span>: <span class="string"><span class="content">YOUR_JID</span></span>
<span class="key">password</span>: <span class="string"><span class="content">YOUR_JABBER_ACCOUNT_PASSWORD</span></span>
<span class="key">recipient</span>: <span class="string"><span class="content">YOUR_RECIPIENT</span></span>
<span class="key">tls</span>: <span class="string"><span class="content">False</span></span>
</pre></div>
</div>
</div>
@ -134,6 +135,7 @@
<li><strong>sender</strong> (<em>Required</em>): The Jabber ID (JID) that will act as origin of the messages. Add your JID including the domain, eg. your_name@jabber.org.</li>
<li><strong>password</strong> (<em>Required</em>): The password for your given Jabber account.</li>
<li><strong>priority</strong> (<em>Required</em>): The Jabber ID (JID) that will receive the messages.</li>
<li><strong>tls</strong> (<em>Optional</em>): Allow to disable TLS. Defaults to true.</li>
</ul>
<p>All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.</p>