Skip to content

Commit 4761800

Browse files
authored
Fix XMPP documentation
s/Enhancement Proposal/Extension Protocol/ XMPP XEPs are extension protocols of XMPP "core" (i.e., RFC 6120 and RFC 6121). See also https://xmpp.org/extensions/xep-0001.html: "The focal point of the process is a series of protocol specifications called XMPP Extension Protocols or XEPs."
1 parent dfd9142 commit 4761800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/xmpp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ However, you may need to do more than the basics.
373373
For example, you might need to include formatting (bold, italic, and so on) in a message, which is not defined in the core XMPP specification.
374374
Well, you can make up a way to do that, but, unless everyone else does it the same way you do, no other software can interpret it (they ignore namespaces they cannot understand).
375375

376-
To solve that problem, the XMPP Standards Foundation (XSF) publishes a series of extra documents, known as https://xmpp.org/extensions/xep-0001.html[XMPP Enhancement Proposals] (XEPs).
376+
To solve that problem, the XMPP Standards Foundation (XSF) publishes a series of extra documents, known as https://xmpp.org/extensions/xep-0001.html[XMPP Extension Protocols] (XEPs).
377377
In general, each XEP describes a particular activity (from message formatting to file transfers, multi-user chats, and many more).
378378
They also provide a standard format for everyone to use for that activity.
379379

0 commit comments

Comments
 (0)