3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 11 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VYSPER-302: add interface for logging stanza content. based on a patch by Stig Runar Vangen. thanks for contributing. More... almost 12 years ago
Implemented stream close handling to fix VYSPER-18. XMLElementListener now has a close() method that is called from the XMPPContentHandler when a </stream:stream> element is sent by the client. This can then be used to close a session. More... about 12 years ago
Implemented stream close handling to fix VYSPER-18. XMLElementListener now has a close() method that is called from the XMPPContentHandler when a </stream:stream> element is sent by the client. This can then be used to close a session. More... about 12 years ago
+ reduce created objects, move helper methods from BoshHandler to static utilities
Bernd Fondermann
as berndf
More... about 12 years ago
+ reduce created objects, move helper methods from BoshHandler to static utilities More... about 12 years ago
Introduce a JDK 1.6 profile for distribution More... about 12 years ago
Introduce a JDK 1.6 profile for distribution
ngn
More... about 12 years ago
admin-console also uses Jetty, thus requires Java 1.6
ngn
More... about 12 years ago
admin-console also uses Jetty, thus requires Java 1.6 More... about 12 years ago
Add JDK 1.6 activated profiles for Jetty dependent modules More... about 12 years ago
Add JDK 1.6 activated profiles for Jetty dependent modules
ngn
More... about 12 years ago
Implement web socket support for Tomcat 7.0.27
ngn
More... about 12 years ago
Implement web socket support for Tomcat 7.0.27 More... about 12 years ago
Upgrade Jetty to 8.1.3.v20120416 More... about 12 years ago
Upgrade Jetty to 8.1.3.v20120416
ngn
More... about 12 years ago
+ rename writeBoshResponse() (again)
Bernd Fondermann
as berndf
More... about 12 years ago
+ rename writeBoshResponse() (again) + don't create standard stanzas over and over again + create less short-lived objects when merging + move helper methods from BoshHandler to static utilities + improve error handling and logging More... about 12 years ago
jetty-servlet lib still needed for BoshEndpoint More... about 12 years ago
jetty-servlet lib still needed for BoshEndpoint
Bernd Fondermann
as berndf
More... about 12 years ago
VYSPER-307: remove proprietary Jetty Continuations, use pure Async Servlet 3.0. Contributed by Stig Runar Vangen. Thanks for contributing! More... about 12 years ago
VYSPER-307: remove proprietary Jetty Continuations, use pure Async Servlet 3.0. Contributed by Stig Runar Vangen. Thanks for contributing!
Bernd Fondermann
as berndf
More... about 12 years ago
remove close() method from XMLElementListener More... about 12 years ago
remove close() method from XMLElementListener
Bernd Fondermann
as berndf
More... about 12 years ago
VYSPER-304, VYSPER-305: BOSH: guard central context state fields against race conditions, make some methods and var names more expressive, add debug logging, use static final object for empty stanza, do not queue empty stanzas
Bernd Fondermann
as berndf
More... about 12 years ago
VYSPER-304, VYSPER-305: BOSH: guard central context state fields against race conditions, make some methods and var names more expressive, add debug logging, use static final object for empty stanza, do not queue empty stanzas More... about 12 years ago
Fix to address VYSPER-18. Modifications to XML parsing/handling in order to recognize and act on stream close events. This fix adds a closed flag to the XMLElementListener that allows the XMPPDecoder to determine when a stream is closed. More... about 12 years ago
Fix to address VYSPER-18. Modifications to XML parsing/handling in order to recognize and act on stream close events. This fix adds a closed flag to the XMLElementListener that allows the XMPPDecoder to determine when a stream is closed. More... about 12 years ago
Removing non longer used method More... over 12 years ago
Removing non longer used method
ngn
More... over 12 years ago
VYSPER-299: introduce stop() method to StanzaRelay to be able to properly shutdown resources (like executor services). Patch based on code by Mike Mahoney. Thanks for opening the issue and contributing! More... over 12 years ago