3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 17, 2024 — Jul 17, 2025
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 More... over 15 years ago
Remove the use of addNamespaceAttribute(String) from most places as it is no longer needed More... over 15 years ago
Allow for some extra time for setting up the server for integration tests More... over 15 years ago
Fix setting namespaces for the initial sequence More... over 15 years ago
Make namespace attribute order predictable More... over 15 years ago
Moved the XML parser over to the XML module More... over 15 years ago
Extract StanzaBuilder and XMLElementBuilder into a abstract super class to remove code duplication More... over 15 years ago
Fix a bug where the renderer would not correctly reset a default namespace More... over 15 years ago
Further changes to make Renderer namespace aware. Now support namespace inheritance 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. More... over 15 years ago
Fix broken escaping of reserved characters in XML text More... over 15 years ago
Ignoring files More... over 15 years ago
Moved XML fragment classes into new module More... over 15 years ago
Moved XML fragment classes into new module More... over 15 years ago
Adding stub project for non-blocking XML parser module 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 More... over 15 years ago
Use convenience method for adding attributes More... over 15 years ago
Fix bug where attribute values might contain characters that must be escaped in XML 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 More... over 15 years ago
Mark test template as abstract More... almost 16 years ago
Implement room subject change (VYSPER-155, VYSPER-123) More... almost 16 years ago
Implement retrieving discussion history based on "seconds" or "since" attributes (VYSPER-109) 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. More... almost 16 years ago
Add support for parsing date times More... almost 16 years ago
Configure Smack to time out after 5 seconds waiting for a packet More... almost 16 years ago
Adding missing license header More... almost 16 years ago
VYSPER-183 add missing returns from program flow. fixes the issue of doubly sent MUC messages More... almost 16 years ago
add @Override More... almost 16 years ago
Implement not letting non-mmbers entering member only rooms More... almost 16 years ago
Implement affiliation support in room includinbg handling of banned users trying to enter room More... almost 16 years ago