# Sending Jabber/XMPP notifications

One of the supported notification methods in Duplicati is the open-source [XMPP protocol](https://en.wikipedia.org/wiki/XMPP), supported by a variety of projects, including commercial enterprise offerings.

To send a notification via XMPP you need to supply one or more recipientes, an XMPP username and a password.

In the UI you can configure these mandatory values as well as the optional values.

The basic options for sending XMPP notifications can be entered into the general settings, which will then apply to each backup. It is also possible to apply or change the settings for the individual backups by editing the advanced options. Here is how it looks when editing it in the user interface:

<div><figure><img src="/files/xUwpISmGaHggXDWZcAkG" alt=""><figcaption><p>Set up XMPP notifications with the default options editor</p></figcaption></figure> <figure><img src="/files/Cg0KtMp2v01wupGsyOGn" alt=""><figcaption><p>Set up XMPP option with a text field</p></figcaption></figure></div>

You can toggle between the two views using the "Edit as list" and "Edit as text" links.

Besides the mandatory options, it is also possible to configure:

* The notification message and format
* Conditions on when to send emails
* Conditions on what log elements to include

For details on how to customize the notification message, see the [section on customizing message content](/monitoring-and-notifications/sending-reports-via-email/custom-message-content.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.duplicati.com/monitoring-and-notifications/sending-reports-via-email/sending-jabber-xmpp-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
