3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour 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 typo More... almost 16 years ago
Changed namespace existing check to use empty string rather than null More... almost 16 years ago
Reverting change where we returned null instead of an empty string for elements in the empty namespace. More... almost 16 years ago
Publishing and receiving messages is now possible. More... almost 16 years ago
Reuse the MessageHandler of vysper-core for delivering pubsub event messages. More... almost 16 years ago
Keep the node-list sorted. More... almost 16 years ago
Added a refresh button to reload all nodes (sync with server). More... almost 16 years ago
Fixed enabling and disabling of the delete button. More... almost 16 years ago
It is now possible to delete a node (if the user is the owner). Split up the GUI and model (little refactoring). More... almost 16 years ago
Added the possibility to create new nodes. Extracted the table model as a separate class. More... almost 16 years ago
Dialog for login credentials (prefilled with our demo user) added. More... almost 16 years ago
Implement sending message stanzas to room (VYSPER-117) More... almost 16 years ago
Make "lang" optional for message stanzas More... almost 16 years ago
Abstract class for implementing message handlers More... almost 16 years ago
Implement status messages when exiting room (VYSPER-110) More... almost 16 years ago
Implement exit room (VYSPER-110) Implementing HandlerDictionary for the module More... almost 16 years ago
Remove @Override for implemented abstract methods to make the code Java 5 compatible. More... almost 16 years ago
Added missing source files and adapted the pom.xml to compile with Java 5 compatibility. More... almost 16 years ago
Initial commit of the pubsub demo application. More... almost 16 years ago
add javadocs, reduce visibility for internal method More... almost 16 years ago
prepare MUC and PubSub for easy inclusion, but leave them commented out More... almost 16 years ago
retrofitting addModules() for Spring by introducing a subclass of DefaultServerRuntimeContext which has a setter called "setModules". More... almost 16 years ago
Fixing typo More... almost 16 years ago
If no namespace is declared, return null rather than an empty string More... almost 16 years ago
TestUtil incorrectly extended TestCase More... almost 16 years ago
Removing temporary repository since Smack 3.1.0 is now in Maven central More... almost 16 years ago
Add support for letting modules register for subdomains (e.g. pubsub.vysper.org) on which all stanzas will be routed to that handler if the "to" attribute matches the subdomain (VYSPER-172) More... almost 16 years ago
Add support for entering password protected room (VYSPER-109) More... almost 16 years ago
Add convinence method for getting the complete inner text More... almost 16 years ago
Support for sending extra information for non-anonymous and semi-anonymous rooms on entering (VYSPER-109) More... almost 16 years ago