diff --git a/readme.html b/readme.html
index 4d3cf2b..7f02ad9 100644
--- a/readme.html
+++ b/readme.html
@@ -37,12 +37,7 @@
Overview
The Pubsub Server Info plugin provides a way for Openfire to report statistics about itself in a well-known pub-sub
- node: 'serverinfo'. The data format is defined in XEP-xxxx: PubSub Server Info.
-
-
- Note: at the time of writing, the protocol as implemented by this plugin has not yet been accepted for consideration or approved
- in any official manner by the XMPP Standards Foundation, and this document is not yet an XMPP Extension Protocol (XEP). This plugin should
- be considered experimental.
+ node: 'serverinfo'. The data format is defined in XEP-0485: PubSub Server Info.
Installation
diff --git a/readme.md b/readme.md
index ed555db..3366c63 100644
--- a/readme.md
+++ b/readme.md
@@ -1,11 +1,7 @@
# Openfire PubSub Server Info Plugin
The PubSub Server Info plugin provides a way for Openfire to report statistics about itself in a well-known pub-sub
-node: 'serverinfo'. The data format is defined in [XEP-xxxx: PubSub Server Info](https://xmpp.org/extensions/inbox/xep-pubsub-server-info.html).
-
-Note: at the time of writing, the protocol as implemented by this plugin has not yet been accepted for consideration or approved
-in any official manner by the XMPP Standards Foundation, and this document is not yet an XMPP Extension Protocol (XEP). This plugin should
-be considered experimental.
+node: 'serverinfo'. The data format is defined in [XEP-0485: PubSub Server Info](https://xmpp.org/extensions/xep-0485.html).
This plugin is what could be used by applications such as the [XMPP Network Graph](https://xmppnetwork.goodbytes.im)
diff --git a/src/java/org/igniterealtime/openfire/plugin/pubsubserverinfo/PubSubServerInfoPlugin.java b/src/java/org/igniterealtime/openfire/plugin/pubsubserverinfo/PubSubServerInfoPlugin.java
index 412d117..d4417c9 100644
--- a/src/java/org/igniterealtime/openfire/plugin/pubsubserverinfo/PubSubServerInfoPlugin.java
+++ b/src/java/org/igniterealtime/openfire/plugin/pubsubserverinfo/PubSubServerInfoPlugin.java
@@ -43,7 +43,7 @@
* An Openfire plugin that periodically collects server information and publishes it on a pub-sub node.
*
* @author Guus der Kinderen
- * @see XEP-xxxx: PubSub Server Info
+ * @see XEP-0485: PubSub Server Info
*/
public class PubSubServerInfoPlugin implements Plugin
{