Commit c07380e3 authored by Florian Kinder's avatar Florian Kinder Committed by daryl herzmann

Replaced XEP-xxx with XEP-0321 (#888)

parent daf92ff2
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<name>GoJara</name> <name>GoJara</name>
<description>ProtoXEP-xxxx: Remote Roster Management support <description>XEP-0321: Remote Roster Management support
</description> </description>
<author>Holger Bergunde / Daniel Henninger / Axel-F. Brand</author> <author>Holger Bergunde / Daniel Henninger / Axel-F. Brand</author>
<version>2.2.0</version> <version>2.2.0</version>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<artifactId>gojara</artifactId> <artifactId>gojara</artifactId>
<version>2.2.0</version> <version>2.2.0</version>
<name>Gojara Plugin</name> <name>Gojara Plugin</name>
<description>ProtoXEP-xxxx: Remote Roster Management support</description> <description>XEP-0321: Remote Roster Management support</description>
<developers> <developers>
<developer> <developer>
......
...@@ -58,8 +58,8 @@ GoJara Plugin Readme ...@@ -58,8 +58,8 @@ GoJara Plugin Readme
<h2>Overview</h2> <h2>Overview</h2>
<p> <p>
This plugin will implement the proto-XEP, Remote Roster, discussed This plugin will implement the XEP-0321, Remote Roster Management, discussed
<a href="http://jkaluza.fedorapeople.org/remote-roster.html">here</a>. <a href="https://xmpp.org/extensions/xep-0321.html">here</a>.
Basically it's purpose is to allow an external component full Basically it's purpose is to allow an external component full
control over the part of a roster it's assigned. For example, control over the part of a roster it's assigned. For example,
if the AIM transport is at aim.example.org, you can allow that transport if the AIM transport is at aim.example.org, you can allow that transport
......
...@@ -32,7 +32,7 @@ import org.xmpp.packet.JID; ...@@ -32,7 +32,7 @@ import org.xmpp.packet.JID;
* This class is the basic reprasentation for the GoJara plugin. It is * This class is the basic reprasentation for the GoJara plugin. It is
* the entry point for openfire to start or stop this plugin. * the entry point for openfire to start or stop this plugin.
* *
* GoJara has been developed to support XEP-xxx Remote Roster * GoJara has been developed to support XEP-0321 Remote Roster Management
* Management. Further information: <a * Management. Further information: <a
* href="http://jkaluza.fedorapeople.org/remote-roster.html">Here</a> * href="http://jkaluza.fedorapeople.org/remote-roster.html">Here</a>
* *
......
...@@ -10,7 +10,7 @@ import org.xmpp.packet.IQ; ...@@ -10,7 +10,7 @@ import org.xmpp.packet.IQ;
import org.xmpp.packet.Packet; import org.xmpp.packet.Packet;
/** /**
* This class implements the XEP-xxx Remote Roster Management standard * This class implements the XEP-0321 Remote Roster Management standard
* "2.4 Client sends user update". Part of command pattern used in * "2.4 Client sends user update". Part of command pattern used in
* {@link MainInterceptor} * {@link MainInterceptor}
* *
......
...@@ -23,7 +23,7 @@ import org.xmpp.packet.JID; ...@@ -23,7 +23,7 @@ import org.xmpp.packet.JID;
import org.xmpp.packet.Packet; import org.xmpp.packet.Packet;
/** /**
* This class implements the XEP-xxx Remote Roster Management standard "2.3 Server or component requests user's roster". * This class implements the XEP-0321 Remote Roster Management standard "2.3 Server or component requests user's roster".
* Part of command pattern used in {@link RemoteRosterInterceptor} * Part of command pattern used in {@link RemoteRosterInterceptor}
* *
* Further information: <a href="http://jkaluza.fedorapeople.org/remote-roster.html#sect-id215516" >Here</a> * Further information: <a href="http://jkaluza.fedorapeople.org/remote-roster.html#sect-id215516" >Here</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment