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
1 day
ago. based on code collected
2 days
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 28 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Extend the time allowed during the test. First run will initiate NodePrep which takes about 1 second on the first run meaning the test would fail frequently
Niklas Gustavsson
More...
over 15 years ago
Remove the use of addNamespaceAttribute(String) from most places as it is no longer needed
Niklas Gustavsson
More...
over 15 years ago
Allow for some extra time for setting up the server for integration tests
Niklas Gustavsson
More...
over 15 years ago
Fix setting namespaces for the initial sequence
Niklas Gustavsson
More...
over 15 years ago
Make namespace attribute order predictable
Niklas Gustavsson
More...
over 15 years ago
Moved the XML parser over to the XML module
Niklas Gustavsson
More...
over 15 years ago
Extract StanzaBuilder and XMLElementBuilder into a abstract super class to remove code duplication
Niklas Gustavsson
More...
over 15 years ago
Fix a bug where the renderer would not correctly reset a default namespace
Niklas Gustavsson
More...
over 15 years ago
Further changes to make Renderer namespace aware. Now support namespace inheritance
Niklas Gustavsson
More...
over 15 years ago
Add namespaceURI to the XMLElement constructor. This is part of the large change to get full namespace support into XML parser. More changes to follow.
Niklas Gustavsson
More...
over 15 years ago
Fix broken escaping of reserved characters in XML text
Niklas Gustavsson
More...
over 15 years ago
Ignoring files
Niklas Gustavsson
More...
over 15 years ago
Moved XML fragment classes into new module
Niklas Gustavsson
More...
over 15 years ago
Moved XML fragment classes into new module
Niklas Gustavsson
More...
over 15 years ago
Adding stub project for non-blocking XML parser module
Niklas Gustavsson
More...
over 15 years ago
Attributes now fully supporting XML namespaces except for namespace inheritance. This change means that new Attribute("foo:bar", "value") should not be new Attribute("http://example.com", "bar", "value"). Same for XMLElement.getAttribute() and friends. All instances where we used the old way has been replaced (use of xml:lang). This is quite an intrusive change so keep an eye out for breakage
Niklas Gustavsson
More...
over 15 years ago
Use convenience method for adding attributes
Niklas Gustavsson
More...
over 15 years ago
Fix bug where attribute values might contain characters that must be escaped in XML
Niklas Gustavsson
More...
over 15 years ago
Removing extraneous constructors on XMLElement and Stanza which causes a lot of null castings Added support for keeping the namespace URI and prefix on attributes, a step towards full namespace support
Niklas Gustavsson
More...
over 15 years ago
Mark test template as abstract
Niklas Gustavsson
More...
almost 16 years ago
Implement room subject change (VYSPER-155, VYSPER-123)
Niklas Gustavsson
More...
almost 16 years ago
Implement retrieving discussion history based on "seconds" or "since" attributes (VYSPER-109)
Niklas Gustavsson
More...
almost 16 years ago
Rewrote date time parsing into using Calendar as it makes it much easier to reason about time zones. Also switched from using SimpleDateFormat for parsing, to a regexp based implementation.
Niklas Gustavsson
More...
almost 16 years ago
Add support for parsing date times
Niklas Gustavsson
More...
almost 16 years ago
Configure Smack to time out after 5 seconds waiting for a packet
Niklas Gustavsson
More...
almost 16 years ago
Adding missing license header
Niklas Gustavsson
More...
almost 16 years ago
VYSPER-183 add missing returns from program flow. fixes the issue of doubly sent MUC messages
Bernd Fondermann
More...
almost 16 years ago
add @Override
Bernd Fondermann
More...
almost 16 years ago
Implement not letting non-mmbers entering member only rooms
Niklas Gustavsson
More...
almost 16 years ago
Implement affiliation support in room includinbg handling of banned users trying to enter room
Niklas Gustavsson
More...
almost 16 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
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