This is an automated email from the ASF dual-hosted git repository. ralaoui pushed a change to branch xep-0313 in repository https://gitbox.apache.org/repos/asf/mina-vysper.git.
discard b201b71 XEP-0313 Message Archive Management add cdc4c53 Remove getComponentStanzaProcessor from the ServerRuntimeContext new fa59253 XEP-0313 Message Archive Management This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (b201b71) \ N -- N -- N refs/heads/xep-0313 (fa59253) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: ...pringCompatibleDefaultServerRuntimeContext.java | 6 +- .../DeliveringInternalInboundStanzaRelay.java | 18 +- .../handler/DiscoInfoIQHandler.java | 2 +- .../handler/DiscoItemIQHandler.java | 2 +- .../xmpp/server/AlterableComponentRegistry.java} | 10 +- .../server/ComponentRegistry.java} | 14 +- .../xmpp/server/DefaultServerRuntimeContext.java | 143 +++++++++------ .../vysper/xmpp/server/ServerRuntimeContext.java | 2 +- .../xmpp/server/SimpleComponentRegistry.java | 66 +++++++ .../org/apache/vysper/xmpp/server/XMPPServer.java | 87 +++++---- .../stanzasession/StanzaSessionTestCase.java | 7 +- ...eliveringInteralInboundStanzaRelayTestCase.java | 27 ++- .../handler/DiscoInfoIQHandlerTestCase.java | 204 +++++++++++---------- .../handler/ExtendedDiscoInfoTestCase.java | 3 +- .../ProtocolWorkerStateAwarenessTestCase.java | 3 +- ...faultServerRuntimeContextEventListenerTest.java | 3 +- .../xep0313_mam/ServerRuntimeContextMock.java | 2 +- 17 files changed, 355 insertions(+), 244 deletions(-) copy server/{extensions/xep0313-mam/src/main/java/org/apache/vysper/xmpp/modules/extension/xep0313_mam/spi/MessageFilter.java => core/src/main/java/org/apache/vysper/xmpp/server/AlterableComponentRegistry.java} (80%) copy server/core/src/main/java/org/apache/vysper/{event/EventListenerDictionary.java => xmpp/server/ComponentRegistry.java} (78%) create mode 100644 server/core/src/main/java/org/apache/vysper/xmpp/server/SimpleComponentRegistry.java