Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
c07380e3
Commit
c07380e3
authored
Oct 27, 2017
by
Florian Kinder
Committed by
daryl herzmann
Oct 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced XEP-xxx with XEP-0321 (#888)
parent
daf92ff2
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
25 deletions
+25
-25
plugin.xml
src/plugins/gojara/plugin.xml
+1
-1
pom.xml
src/plugins/gojara/pom.xml
+2
-2
readme.html
src/plugins/gojara/readme.html
+4
-4
RemoteRosterPlugin.java
...tware/openfire/plugin/gojara/base/RemoteRosterPlugin.java
+8
-8
ClientToComponentUpdateProcessor.java
...gefilter/processors/ClientToComponentUpdateProcessor.java
+5
-5
IQRosterPayloadProcessor.java
...ra/messagefilter/processors/IQRosterPayloadProcessor.java
+5
-5
No files found.
src/plugins/gojara/plugin.xml
View file @
c07380e3
...
...
@@ -6,7 +6,7 @@
<name>
GoJara
</name>
<description>
ProtoXEP-xxxx
: Remote Roster Management support
<description>
XEP-0321
: Remote Roster Management support
</description>
<author>
Holger Bergunde / Daniel Henninger / Axel-F. Brand
</author>
<version>
2.2.0
</version>
...
...
src/plugins/gojara/pom.xml
View file @
c07380e3
...
...
@@ -10,7 +10,7 @@
<artifactId>
gojara
</artifactId>
<version>
2.2.0
</version>
<name>
Gojara Plugin
</name>
<description>
ProtoXEP-xxxx
: Remote Roster Management support
</description>
<description>
XEP-0321
: Remote Roster Management support
</description>
<developers>
<developer>
...
...
src/plugins/gojara/readme.html
View file @
c07380e3
...
...
@@ -58,8 +58,8 @@ GoJara Plugin Readme
<h2>
Overview
</h2>
<p>
This plugin will implement the
proto-XEP, Remote Roster
, discussed
<a
href=
"http
://jkaluza.fedorapeople.org/remote-roster
.html"
>
here
</a>
.
This plugin will implement the
XEP-0321, Remote Roster Management
, discussed
<a
href=
"http
s://xmpp.org/extensions/xep-0321
.html"
>
here
</a>
.
Basically it's purpose is to allow an external component full
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
...
...
src/plugins/gojara/src/java/org/jivesoftware/openfire/plugin/gojara/base/RemoteRosterPlugin.java
View file @
c07380e3
...
...
@@ -32,7 +32,7 @@ import org.xmpp.packet.JID;
* This class is the basic reprasentation for the GoJara plugin. It is
* 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
* href="http://jkaluza.fedorapeople.org/remote-roster.html">Here</a>
*
...
...
src/plugins/gojara/src/java/org/jivesoftware/openfire/plugin/gojara/messagefilter/processors/ClientToComponentUpdateProcessor.java
View file @
c07380e3
...
...
@@ -10,7 +10,7 @@ import org.xmpp.packet.IQ;
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
* {@link MainInterceptor}
*
...
...
src/plugins/gojara/src/java/org/jivesoftware/openfire/plugin/gojara/messagefilter/processors/IQRosterPayloadProcessor.java
View file @
c07380e3
...
...
@@ -23,7 +23,7 @@ import org.xmpp.packet.JID;
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}
*
* Further information: <a href="http://jkaluza.fedorapeople.org/remote-roster.html#sect-id215516" >Here</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment