openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Vysper
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 14 hours
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 34 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed incorrect example
Niklas Gustavsson
More...
about 16 years ago
Fixing bug where we included the wrapper element in error responses (VYSPER-98)
Niklas Gustavsson
More...
about 16 years ago
Fixing various incorrect mixups of namespace prefixes and URIs. Adding a new StanzaBuilder constructor to make this explicit.
Niklas Gustavsson
More...
about 16 years ago
Fixed bug where NS prefix was used in comparison instead of URI
Niklas Gustavsson
More...
about 16 years ago
Fixing bug in Nekopull parser where the namespace URI is used as the prefix
Niklas Gustavsson
More...
about 16 years ago
Clarify use of namespace prefix
Niklas Gustavsson
More...
about 16 years ago
Improve unit test log4j config
Niklas Gustavsson
More...
about 16 years ago
Adding XMPP ping module to ServerMain
Niklas Gustavsson
More...
about 16 years ago
Adding log4j config for tests so that we get console output from tests
Niklas Gustavsson
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.
Niklas Gustavsson
More...
about 16 years ago
Rename argument to make it explicit that users should provide the namespace prefix
Niklas Gustavsson
More...
about 16 years ago
Adding Javadoc to getNamespacePrefix to document its behavior
Niklas Gustavsson
More...
about 16 years ago
Rename XMLElement.getNamespace() to XMLElement.getNamespacePrefix() to clarify it's intent
Niklas Gustavsson
More...
about 16 years ago
Refactoring: Unify the extraction of sender and receiver for all pubsub handlers (through a common extractParties method).
Michael Jakl
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.
Michael Jakl
More...
about 16 years ago
Fixed the misunderstanding with namespaces for the pubsub related classes and the ServerErrorResponses class (VYSPER-96)
Michael Jakl
More...
about 16 years ago
Refactoring: * Renamed SubscriberNotificationVisitor to SubscriberPayloadNotificationVisitor to indicate that it includes payload. * Removed some unnecessary imports.
Michael Jakl
More...
about 16 years ago
Added, removed and updated the SpecCompliant/SpecCompliance annotations for pubsub related classes. (VYSPER-77)
Michael Jakl
More...
about 16 years ago
Implemented the "delete node" use-case. Fixes VYSPER-57.
Michael Jakl
More...
about 16 years ago
When debug is enabled, show the full stanza, not just the dense version.
Michael Jakl
More...
about 16 years ago
Add the namespace to a StanzaBuilder via addNamespaceAttribute instead of the constructor.
Michael Jakl
More...
about 16 years ago
The in-memory storage provider did not differentiate between different nodes, fixed.
Michael Jakl
More...
about 16 years ago
Don't trust the sender with the "to" address, use the one in the sessionContext.
Michael Jakl
More...
about 16 years ago
add missing override annotations
Bernd Fondermann
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.
Michael Jakl
More...
about 16 years ago
Fixed a bug in the testcase - the NullPointerException came from the wrong method.
Michael Jakl
More...
about 16 years ago
Failing testcase for VYSPER-92. Shows problems when no "from" address is added by the client.
Michael Jakl
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.
Bernd Fondermann
More...
about 16 years ago
Added debug logging to make tracing errors easier (corrected previous commit).
Michael Jakl
More...
about 16 years ago
Added an eventual exception to the debug logger to make tracing the error easier.
Michael Jakl
More...
about 16 years ago
←
1
2
…
30
31
32
33
34
35
36
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree