1. 2cb8a01 VYSPER-254: close connection on non-wellformed stream by Bernd Fondermann · 14 years ago
  2. 1ad8560 fixed some maven warnings by Emmanuel Lecharny · 14 years ago
  3. 6fd2e41 Make the default context path value of the example to be compatible with the path defined in ServerMain.java for easier usage. by Bogdan Ciprian Pistol Constandache · 14 years ago
  4. ec76fbd Fix a bug that causes the Jetty server instance to lose its reference and also makes it unstoppable afterwards. by Bogdan Ciprian Pistol Constandache · 14 years ago
  5. 223c607 Fix failing (because of my last commit - inactivity checker thread) JUnit tests by Bogdan Ciprian Pistol Constandache · 14 years ago
  6. b11b148 Bosh inactivity checking thread (VYSPER-243) by Bogdan Ciprian Pistol Constandache · 14 years ago
  7. d8a0638 VYSPER-250: BoshEndpoint has no "handlers" setter (only SharedBoshEndpoint has) by Bernd Fondermann · 14 years ago
  8. d616cc5 Improved error message when invalid start tag by Niklas Gustavsson · 14 years ago
  9. 736121c VYSPER-250, VYSPER-251: by Bernd Fondermann · 14 years ago
  10. 31c5b9f VYSPER-173. new constructor by Bernd Fondermann · 14 years ago
  11. a1ad5ee Fixing missing license headers and RAT config. Removing incorrect exclusion that inhibits our source bundles from building by Niklas Gustavsson · 14 years ago
  12. f06fa2b VYSPER-247: correctly propagate the pubsub domain. by Bernd Fondermann · 14 years ago
  13. 47a57d7 Fixing missing license header by Niklas Gustavsson · 14 years ago
  14. 0d2d012 Increasing version for new development in trunk by Niklas Gustavsson · 14 years ago
  15. e2ab121 Return a fallback value rather than fail if the properties file has not yet been created by Niklas Gustavsson · 14 years ago
  16. 4311fb5 Fixing bug introduce with the latest changes, realying to components now work (VYSPER-246) by Niklas Gustavsson · 14 years ago
  17. a2aebe2 Some additional refactorings based on EntityUtils (VYSPER-246) by Niklas Gustavsson · 14 years ago
  18. b37e691 VYSPER-246: javadoc EntityUtils by Bernd Fondermann · 14 years ago
  19. cc2c691 improve routing stanzas to components by Bernd Fondermann · 14 years ago
  20. aed6b1d VYSPER-246: introduce EntityUtils by Bernd Fondermann · 14 years ago
  21. 8431560 Ignore null fragments when rendering by Niklas Gustavsson · 14 years ago
  22. 776fb93 Creator of room should also become owner Adding some debug logging by Niklas Gustavsson · 14 years ago
  23. 2790c7e Adding integration test case for moderation (NOTE! currently fails) by Niklas Gustavsson · 14 years ago
  24. aae3c76 Fixing typo by Niklas Gustavsson · 14 years ago
  25. 63ce983 Updating license and notices (VYSPER-203) by Niklas Gustavsson · 14 years ago
  26. 115077f VYSPER-202: make version numbering more visible by Bernd Fondermann · 14 years ago
  27. 7d3cd6b Updating ehcache to 2.2.0 by Niklas Gustavsson · 14 years ago
  28. 31a4da5 With ad-hoc room creation, the creator should become moderator (VYSPER-244) by Niklas Gustavsson · 14 years ago
  29. bb0a2ce Fixing generics declaration for XML builder by Niklas Gustavsson · 14 years ago
  30. c51b008 Adding support for detecting inactivity (VYSPER-240, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  31. 75c1cfb Finished client ack implementation (VYSPER-239, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  32. 584c154 Implementation of client acknowledgement and handling resending responses (VYSPER-238, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  33. 184bd12 Improved Javadocs and refactoring variable name (VYSPER-233, VYSPER-237, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  34. 5bee4c8 Further detection of over-activity (VYSPER-236, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  35. 8bff04a Implement detection of over activity (VYSPER-234, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  36. 3e5137b Implemented requesting and approving voice requests (VYSPER-121, VYSPER-128) by Niklas Gustavsson · 14 years ago
  37. 26fdee0 Only output <desc> for field element if set by Niklas Gustavsson · 14 years ago
  38. f658cce Adding "namespace URI" used in MUC data forms by Niklas Gustavsson · 14 years ago
  39. 7187795 Implementation of the ack attribute (VYSPER-232, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  40. 2709d31 Support for xml:lang and secure attribute (VYSPER-231, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  41. da62665 Implemented change affiliation use cases (VYSPER-130, VYSPER-132, VYSPER-133, VYSPER-142, VYSPER-143, VYSPER-145, VYSPER-146) by Niklas Gustavsson · 14 years ago
  42. cfac802 Web client support for bidirectional chat (VYSPER-230, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  43. fdd172c Fixing presence loop bug (VYSPER-229, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  44. 23b6194 Check for flensed before setting the base path by Niklas Gustavsson · 14 years ago
  45. 912101d Make the HTML used in the example valid by Niklas Gustavsson · 14 years ago
  46. 4c061f1 The "Access-Control-Allow-Headers" is required for pre-flighted cross-domain requests in Chrome by Niklas Gustavsson · 14 years ago
  47. 2934711 Improve detection of "console" and fix an issue with this in Firefox by Niklas Gustavsson · 14 years ago
  48. 79505bd Example client to support receiving messages, and have a nicer UI (VYSPER-226, VYSPER-227, VYSPER-228, by Bogdan Pistol). by Niklas Gustavsson · 14 years ago
  49. 7444e38 Example client based on Strophe JS and JQuery (VYSPER-225, by Bogdan Pistol). Using original (not minimized) JQuery and Strophe libraries, to ease debugging by Niklas Gustavsson · 14 years ago
  50. a3f278d Implemented role changing use cases (VYSPER-125, VYSPER-126, VYSPER-135, VYSPER-136) by Niklas Gustavsson · 14 years ago
  51. 0c43860 Implemented session termination (VYSPER-222 and VYSPER-223, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  52. 2d4da7b Fix NPE in XML renderer Fix bug on parsing element names with dashes by Niklas Gustavsson · 14 years ago
  53. 9383c4c Adding a profile to skip unit tests for BOSH. Useful in Harmony, which is not supported by Easymock. by Niklas Gustavsson · 14 years ago
  54. 2ac689f First stab at integration tests. Merge of VYSPER-221 (by Bogdan Pistol) and my code. by Niklas Gustavsson · 14 years ago
  55. 3daacf3 Fixing broken test by Niklas Gustavsson · 14 years ago
  56. 5f085cc Finished BoshHandlerTest (VYSPER-220, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  57. bfd9914 Send correct HTTP error response on non-BOSH methods by Niklas Gustavsson · 14 years ago
  58. 731136b Adding test for BoshHandler (VYSPER-219, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  59. 25bf4e8 Use NamespaceURIs i BoshDecoderTest (VYSPER-218, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  60. 0520124 Use a module-local keystore to ensure we're not dependent on module paths by Niklas Gustavsson · 14 years ago
  61. 4f11122 Make Flash cross domain policy file optional by Niklas Gustavsson · 14 years ago
  62. b11df52 Improved Javadoc and naming (VYSPER-217, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  63. b66211b Improve handling of ignored tests by Niklas Gustavsson · 14 years ago
  64. e16aa4b Adding JUnit tests (VYSPER-215, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  65. 45d530c Better continuation implementation by Niklas Gustavsson · 14 years ago
  66. 9e9e78f Removing example added by mistake by Niklas Gustavsson · 14 years ago
  67. 41d685e Formating code with MINA coding conventions by Niklas Gustavsson · 14 years ago
  68. 81f146a Fully implemented moderator kicking an occupant (VYSPER-124) by Niklas Gustavsson · 14 years ago
  69. 08170cc Foundation for SASL, HTTP queuing, access control for Ajax cross domain (VYSPER-213, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  70. ea123ea Fixing typo in constant name by Niklas Gustavsson · 14 years ago
  71. 570bf8b Adding BOSH namespace by Niklas Gustavsson · 14 years ago
  72. 9ba5522 Improved XML parsing, improved session handling (VYSPER-212, by Bogdan Pistol) by Niklas Gustavsson · 14 years ago
  73. 715bf03 Adding XML parsing to the BOSH implementation (by Bogdan Pistol) (VYSPER-207) by Niklas Gustavsson · 14 years ago
  74. a355d84 Add pubsub demo into the Maven build. Remove no longer used profile for integration tests by Niklas Gustavsson · 14 years ago
  75. d0cbd3e Fixing problem where item elements was sent to subscribers using the wrong namespace (VYSPER-210) by Niklas Gustavsson · 14 years ago
  76. ea5eb41 Only matching the exact namespace of the inner element, not all declared namespaces (VYSPER-208) by Niklas Gustavsson · 14 years ago
  77. a652be3 Fixing problem where message element was created in the pubsub namespaces by Niklas Gustavsson · 14 years ago
  78. 5269104 Removing uneeded imports by Niklas Gustavsson · 14 years ago
  79. 5283d66 Adding first stab at a BOSH servlet (VYSPER-205). By Bogdan Pistol by Niklas Gustavsson · 14 years ago
  80. 9e96784 Adding libraries needed for the example (VYSPER-204). By Bogdan Pistol by Niklas Gustavsson · 14 years ago
  81. 8f64a14 Adding example (VYSPER-204). By Bogdan Pistol by Niklas Gustavsson · 14 years ago
  82. bde5232 Code formatting and fixing path to keystore (VYSPER-204). By Bogdan Pistol by Niklas Gustavsson · 14 years ago
  83. daf57c1 Add check for null token for element names by Niklas Gustavsson · 14 years ago
  84. 6622b56 Throwing RuntimeException rather than IOException to get the code working on Java 1.5 by Niklas Gustavsson · 14 years ago
  85. 5e3e878 Adding module for BOSH, missed adding module in parent POM by Niklas Gustavsson · 14 years ago
  86. 8d18088 Adding ignores by Niklas Gustavsson · 14 years ago
  87. 361222b Adding module for BOSH by Niklas Gustavsson · 14 years ago
  88. c447375 Adding module for BOSH by Niklas Gustavsson · 14 years ago
  89. 3ed083a Simplified test case names Removed specialized X class that is not used by Niklas Gustavsson · 14 years ago
  90. 241e83a Added a StanzaBuilder extension to clean up some redudant code by Niklas Gustavsson · 14 years ago
  91. 6b7ea47 Basic implementation of MUC IQ hander by Niklas Gustavsson · 14 years ago
  92. e668607 Refactoring and cleanup of the int tests by Niklas Gustavsson · 14 years ago
  93. 188eced Integration test modules for core and MUC now funtional by Niklas Gustavsson · 14 years ago
  94. 022b54f Adding to svn:ignore by Niklas Gustavsson · 14 years ago
  95. 811b334 Adding module for MUC integration tests by Niklas Gustavsson · 14 years ago
  96. 4087bd9 Remove hard-coded dependency on XML deps by Niklas Gustavsson · 14 years ago
  97. 7842d0e Marking JCR deps as optional by Niklas Gustavsson · 14 years ago
  98. 90b3439 Adding to svn:ignore by Niklas Gustavsson · 14 years ago
  99. 41230d0 Adding module for integration tests by Niklas Gustavsson · 14 years ago
  100. 0e240a1 Removing dependency on nekopull parser (VYSPER-195). Updating NOTICE with now being a MINA project by Niklas Gustavsson · 14 years ago