3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 14 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed incorrect example More... about 16 years ago
Fixing bug where we included the wrapper element in error responses (VYSPER-98) More... about 16 years ago
Fixing various incorrect mixups of namespace prefixes and URIs. Adding a new StanzaBuilder constructor to make this explicit. More... about 16 years ago
Fixed bug where NS prefix was used in comparison instead of URI More... about 16 years ago
Fixing bug in Nekopull parser where the namespace URI is used as the prefix More... about 16 years ago
Clarify use of namespace prefix More... about 16 years ago
Improve unit test log4j config More... about 16 years ago
Adding XMPP ping module to ServerMain More... about 16 years ago
Adding log4j config for tests so that we get console output from tests More... about 16 years ago
Fix bug where the namespace prefix and element local name was mixed up Added XMLElement.getNamespaceURI() which attempts to return the correct namespace URI for the element. Replaced all instanced of using XMLElementVerifier for this purpose (as the method is broken). getNamespaceURI() does not yet support inherited namespaces. Fixes VYSPER-97. More... about 16 years ago
Rename argument to make it explicit that users should provide the namespace prefix More... about 16 years ago
Adding Javadoc to getNamespacePrefix to document its behavior More... about 16 years ago
Rename XMLElement.getNamespace() to XMLElement.getNamespacePrefix() to clarify it's intent More... about 16 years ago
Refactoring: Unify the extraction of sender and receiver for all pubsub handlers (through a common extractParties method). More... about 16 years ago
Refactoring: added a extractSenderJID and rename determineFrom to extraceUniqueSenderJID to XMPPCoreStanzaHandler. Also added a small note to getFrom of "Stanza" that it returns not sender most of the time. More... about 16 years ago
Fixed the misunderstanding with namespaces for the pubsub related classes and the ServerErrorResponses class (VYSPER-96) More... about 16 years ago
Refactoring: * Renamed SubscriberNotificationVisitor to SubscriberPayloadNotificationVisitor to indicate that it includes payload. * Removed some unnecessary imports. More... about 16 years ago
Added, removed and updated the SpecCompliant/SpecCompliance annotations for pubsub related classes. (VYSPER-77) More... about 16 years ago
Implemented the "delete node" use-case. Fixes VYSPER-57. More... about 16 years ago
When debug is enabled, show the full stanza, not just the dense version. More... about 16 years ago
Add the namespace to a StanzaBuilder via addNamespaceAttribute instead of the constructor. More... about 16 years ago
The in-memory storage provider did not differentiate between different nodes, fixed. More... about 16 years ago
Don't trust the sender with the "to" address, use the one in the sessionContext. More... about 16 years ago
add missing override annotations More... about 16 years ago
Take the sender address either from the "from" attribute provided in the stanza or, if it is not present, take the JID from the initiating entity. More... about 16 years ago
Fixed a bug in the testcase - the NullPointerException came from the wrong method. More... about 16 years ago
Failing testcase for VYSPER-92. Shows problems when no "from" address is added by the client. More... about 16 years ago
removed "item-does-not-exist" stanza error condition - it is not defined in the XMPP standard + is nowhere to be found in my copy of XEP-0060. More... about 16 years ago
Added debug logging to make tracing errors easier (corrected previous commit). More... about 16 years ago
Added an eventual exception to the debug logger to make tracing the error easier. More... about 16 years ago