3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
this is a complex commit - and it will have follow ups: in general, it routes directed presence stanzas through the client into stanza relay back to clients (as before) and (new!) to registered components. MUC acts as such a component. VYSPER-172: removes the previous subdomain handling and introduces a different approach, which does not hook into the sending clients session. Modules can now register as a component for a subdomain, retrieving all stanzas for this subdomain. VYSPER-176: improve internal routing to a component VYSPER-6: naive and preliminary implementation of outbound directed presence More... almost 16 years ago
took the liberty to re-uncomment the test and modify it in a way that it must fail when the bug is fixed: so, we won't miss to re-enable it. ;-) More... almost 16 years ago
Disable integration test until relay to component is fully implemented. More... almost 16 years ago
optimize import More... almost 16 years ago
VYSPER-176: prepare routing inbound stanzas to a component More... almost 16 years ago
VYSPER-181: move quite a few classes down in the package hierarchy More... almost 16 years ago
VYSPER-179: change stanza delivery to the highest priorized receiver, instead of delivering to all possible receivers VYSPER-181: cover more delivery rules on inbound relay More... almost 16 years ago
Implement changing show and status presence (VYSPER-112) More... almost 16 years ago
cover potential error case with exception More... almost 16 years ago
Added "modify-affiliations" to the capabilities of the node (discovery). More... almost 16 years ago
Implemented "Manage Affiliations". Added the ability to change affiliations (VYSPER-160), and made sure that the last owner cannot resign (VYSPER-161). More... almost 16 years ago
Updated the JavaDoc. More... almost 16 years ago
Implemented 8.9.1 of XEP 0060 (Retrieve Affiliations for an owner). This fixes VYSPER-178. More... almost 16 years ago
Implement changing nickname (VYSPER-111) Add strong typing for status codes More... almost 16 years ago
Implment changing nickname (VYSPER-111) More... almost 16 years ago
Make use of the ID from the original request when forwarding disco requests (VSYPER-106) More... almost 16 years ago
Add the original disco request ID to the InfoRequest. More... almost 16 years ago
Implemented forwarding disco requests for room occupants (VYSPER-106) More... almost 16 years ago
Implemented sending private messages (VYSPER-116) More... almost 16 years ago
Replace local stanza clone method with StanzaBuilder More... almost 16 years ago
createClone incorrectly compared attribute to be replaced for both name and value, meaning replacing them was pretty useless :-) More... almost 16 years ago
Implement room items disco (VYSPER-105) More... almost 16 years ago
Removed setFillsViewportHeight to make the sources JDK5 compatible. More... almost 16 years ago
Prevent that a pubsub event listener is added more than one times. More... almost 16 years ago
Allow for multiple clients for integration tests More... almost 16 years ago
Message.Stanza.getMessageType: fix method name, add stanza builder convenience method and use type- and value-safe variable from within MUC. More... almost 16 years ago
Adding integration test case for MUC (in MUC module for now) More... almost 16 years ago
Add null checks in constructor and toString More... almost 16 years ago
Add simpler constructor Add message handler to dictionary More... almost 16 years ago
Reverting to not using namespace handler lookup for presence and message type stanzas for now More... almost 16 years ago