aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/src
AgeCommit message (Expand)Author
2016-11-15core classes are now serializeable with JAXB (to use as babbler extension)Gravatar Vitaly Takmazov
2016-11-13server core moduleGravatar Alexander Alexeev
2016-11-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-11logback revertedGravatar Alexander Alexeev
2016-11-11logback configurations are copiedGravatar Alexander Alexeev
2016-11-11common data configuration is addedGravatar Alexander Alexeev
2016-11-11empty files are added to empty webapp directoriesGravatar Alexander Alexeev
2016-11-11ws: fix injection and reply quoteGravatar Vitaly Takmazov
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-10"ignoreResourceNotFound = true" for juick.confGravatar Alexander Alexeev
2016-11-09components: remove @Component annotation to prevent double initializationGravatar Vitaly Takmazov
2016-11-08ws: fix injectionGravatar Vitaly Takmazov
2016-11-08reorganize structure againGravatar Vitaly Takmazov
2016-11-08xmpp: always use UTF-8 for outputGravatar Vitaly Takmazov
2016-11-08xmpp: allow s2s without tlsGravatar Vitaly Takmazov
2016-10-24push component -> juick-notifications projectGravatar Vitaly Takmazov
2016-10-24api: subscriptionsGravatar Vitaly Takmazov
2016-10-24ws: fix injectionsGravatar Vitaly Takmazov
2016-10-24s2s: fix routerGravatar Vitaly Takmazov
2016-08-08juick-ws: fix push componentGravatar Vitaly Takmazov
2016-08-08juick-ws: fix Environment injectionGravatar Vitaly Takmazov
2016-08-08juick-ws: fix components initializationGravatar Vitaly Takmazov
2016-08-08juick-ws: components as async beansGravatar Vitaly Takmazov
2016-08-08juick-ws: read component jids and ports from configGravatar Vitaly Takmazov
2016-08-08juick-ws: async componentsGravatar Vitaly Takmazov
2016-08-07juick-ws: do not use servlet api directly, refactor components as InitializingBeanGravatar Vitaly Takmazov
2016-08-01xmpp: read s2s port from configGravatar Vitaly Takmazov
2016-08-01Utils.parseInt -> apache-lang3's NumberUtilsGravatar Vitaly Takmazov
2016-07-31move components to ws moduleGravatar Vitaly Takmazov
2016-07-27terminal: small fixesGravatar Vitaly Takmazov
2016-07-27juick-ws: lowercase upgrade headerGravatar Vitaly Takmazov
2016-07-27terminal: fix status and keepalive refreshGravatar Vitaly Takmazov
2016-07-27fix ws configurationGravatar Vitaly Takmazov
2016-07-27juick-ws: websocket terminalGravatar Vitaly Takmazov
2016-07-20DriverManagerDataSource -> BasicDataSourceGravatar Vitaly Takmazov
2016-07-19juick-ws: name of property should match the bean to inject the same instanceGravatar Vitaly Takmazov
2016-07-19juick-ws: WebsocketComponent is singletonGravatar Vitaly Takmazov
2016-07-19juick-ws: add status pageGravatar Vitaly Takmazov
2016-07-07reorganize project, part 3Gravatar Vitaly Takmazov