XEP-0506: No-reply JIDs

Abstract
This specification defines a way for JIDs to advertise that they don’t accept incoming chat messages.
Author
Matthew Wild
Copyright
© 2025 – 2025 XMPP Standards Foundation. SEE LEGAL NOTICES.
Status

Experimental

WARNING: This Standards-Track document is Experimental. Publication as an XMPP Extension Protocol does not imply approval of this proposal by the XMPP Standards Foundation. Implementation of the protocol described herein is encouraged in exploratory implementations, but production systems are advised to carefully consider whether it is appropriate to deploy implementations of this protocol before it advances to a status of Draft.
Type
Standards Track
Version
0.1.0 (2025-10-20)
Document Lifecycle
  1. Experimental
  2. Proposed
  3. Stable
  4. Final

1. Introduction

This protocol defines a way for a JID to advertise that it does not accept incoming chat messages. For example, automated services which broadcast messages.

Such an indication allows clients to adapt their user interface accordingly (for example, hiding message input controls), instead of allowing the user to send a message and receive errors. This can improve the user experience and avoid confusion.

2. Requirements

3. Use Cases

One example use case for this protocol, would be a server which sends welcome messages or other announcements (maintenance, etc.) to its users from its own JID (e.g. 'example.com').

To show that users should not reply to messages sent from this JID, the server advertises urn:xmpp:noreply:0 in the Service Discovery (XEP-0030) [1] features of that JID (i.e. 'example.com') to indicate this to the clients.

In most cases it is expected that the recipient will learn of the feature using Entity Capabilities (XEP-0115) [2] rather than performing service discovery just to learn of the no-reply feature. In the case of a server’s JID, the entity capabilities are typically communicated to the client in the initial stream features.

4. Business Rules

Any entity which does not accept chat messages should advertise the service discovery feature:

In the case that a full JID advertises the no-reply feature, and there are other resources of the same JID which do not advertise the feature, a client SHOULD NOT prevent the user from sending messages (e.g. to other resources or to the bare JID).

Advertising the no-reply feature indicates that a JID does not accept messages. If a JID does accept messages, even if it sometimes sends automated messages, it MUST NOT advertise this feature.

If a JID advertises the feature and receives an incoming message anyway (e.g. from a sender that does not support this XEP) then it SHOULD respond with an error, per the usual processing rules of RFC 6120 [3].

The no-reply feature pertains only to chat messages, such as those typically originated from humans. A JID which advertises this feature MAY accept other kinds of messages (for example, a news bot which advertises this feature would still be expected to receive pubsub notifications even though they are conveyed as messages).

5. Accessibility Considerations

There are no known special accessibility considerations for this protocol.

It is expected that it may improve accessibility by simplifying interfaces where possible.

6. Security Considerations

There are no known security considerations for this protocol, beyond those existing in normal service discovery flows.

7. Privacy Considerations

There are no known privacy considerations for this protocol.

8. IANA Considerations

This protocol does not require any interaction with IANA.

9. XMPP Registrar Considerations

This document registers the following service discovery feature:

10. Design Considerations

It was debated whether to include the no-reply indication on a per JID, presence or message basis. As most chat clients show an interface featuring an input control per remote JID, and due to the potential optimization afforded by XEP-0115, it was decided to use service discovery.

11. XML Schema

This document defines no new XML elements or attributes.


Appendices

Appendix A: Document Information

Series
XEP
Number
0506
Publisher
XMPP Standards Foundation
Status
Experimental
Type
Standards Track
Version
0.1.0
Last Updated
2025-10-20
Approving Body
XMPP Council
Dependencies
XMPP Core, XEP-0030, XEP-0115
Supersedes
None
Superseded By
None
Short Name
no-reply
Source Control
HTML

This document in other formats: XML  PDF

Appendix B: Author Information

Matthew Wild
Email
mwild1@gmail.com

Copyright

This XMPP Extension Protocol is copyright © 1999 – 2024 by the XMPP Standards Foundation (XSF).

Permissions

Permission is hereby granted, free of charge, to any person obtaining a copy of this specification (the "Specification"), to make use of the Specification without restriction, including without limitation the rights to implement the Specification in a software program, deploy the Specification in a network service, and copy, modify, merge, publish, translate, distribute, sublicense, or sell copies of the Specification, and to permit persons to whom the Specification is furnished to do so, subject to the condition that the foregoing copyright notice and this permission notice shall be included in all copies or substantial portions of the Specification. Unless separate permission is granted, modified works that are redistributed shall not contain misleading information regarding the authors, title, number, or publisher of the Specification, and shall not claim endorsement of the modified works by the authors, any organization or project to which the authors belong, or the XMPP Standards Foundation.

Disclaimer of Warranty

## NOTE WELL: This Specification is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. ##

Limitation of Liability

In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall the XMPP Standards Foundation or any author of this Specification be liable for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising from, out of, or in connection with the Specification or the implementation, deployment, or other use of the Specification (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if the XMPP Standards Foundation or such author has been advised of the possibility of such damages.

IPR Conformance

This XMPP Extension Protocol has been contributed in full conformance with the XSF's Intellectual Property Rights Policy (a copy of which can be found at <https://xmpp.org/about/xsf/ipr-policy> or obtained by writing to XMPP Standards Foundation, P.O. Box 787, Parker, CO 80134 USA).

Visual Presentation

The HTML representation (you are looking at) is maintained by the XSF. It is based on the YAML CSS Framework, which is licensed under the terms of the CC-BY-SA 2.0 license.

Appendix D: Relation to XMPP

The Extensible Messaging and Presence Protocol (XMPP) is defined in the XMPP Core (RFC 6120) and XMPP IM (RFC 6121) specifications contributed by the XMPP Standards Foundation to the Internet Standards Process, which is managed by the Internet Engineering Task Force in accordance with RFC 2026. Any protocol defined in this document has been developed outside the Internet Standards Process and is to be understood as an extension to XMPP rather than as an evolution, development, or modification of XMPP itself.

Appendix E: Discussion Venue

The primary venue for discussion of XMPP Extension Protocols is the <standards@xmpp.org> discussion list.

Discussion on other xmpp.org discussion lists might also be appropriate; see <https://xmpp.org/community/> for a complete list.

Errata can be sent to <editor@xmpp.org>.

Appendix F: Requirements Conformance

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

Appendix G: Notes

1. XEP-0030: Service Discovery <https://xmpp.org/extensions/xep-0030.html>.

2. XEP-0115: Entity Capabilities <https://xmpp.org/extensions/xep-0115.html>.

3. RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core <http://tools.ietf.org/html/rfc6120>.

Appendix H: Revision History

Note: Older versions of this specification might be available at https://xmpp.org/extensions/attic/

  1. Version 0.1.0 (2025-10-20)
    Accepted as Experimental by council vote
    dg
  2. Version 0.0.1 (2025-10-08)

    Initial submission.

    mw

Appendix I: Bib(La)TeX Entry

@report{wild2025no-reply,
  title = {No-reply JIDs},
  author = {Wild, Matthew},
  type = {XEP},
  number = {0506},
  version = {0.1.0},
  institution = {XMPP Standards Foundation},
  url = {https://xmpp.org/extensions/xep-0506.html},
  date = {2025-10-08/2025-10-20},
}

END