aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp/src
AgeCommit message (Expand)Author
2016-12-01juick-core: fix replies serializationGravatar Vitaly Takmazov
2016-11-30juick-core: fix attachment serializationGravatar Vitaly Takmazov
2016-11-30juick-xmpp: fix injectionGravatar Vitaly Takmazov
2016-11-30juick-xmpp: using data servicesGravatar Vitaly Takmazov
2016-11-30beans dependenciesGravatar Alexander Alexeev
2016-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-30configurations clean-up, import is redundantGravatar Alexander Alexeev
2016-11-26status constantsGravatar Alexander Alexeev
2016-11-20juick-xmpp: forward empty messages to router, there may be delivery receiptsGravatar Vitaly Takmazov
2016-11-18juick-xmpp: fix reconnectionGravatar Vitaly Takmazov
2016-11-18one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ...Gravatar Alexander Alexeev
2016-11-15empty web.xml files are added to projectsGravatar Alexander Alexeev
2016-11-15all components using babbler now, only juick-xmpp uses ugnich xmppGravatar Vitaly Takmazov
2016-11-15core classes are now serializeable with JAXB (to use as babbler extension)Gravatar Vitaly Takmazov
2016-11-15xmpp_disabled option for XMPPServerGravatar Alexander Alexeev
2016-11-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-12empty directories are removedGravatar Alexander Alexeev
2016-11-12xmpp: fix reply quoteGravatar Vitaly Takmazov
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-11fix connection routerGravatar Vitaly Takmazov
2016-11-11xmpp: reconnect ConnectionRouter using failsafe libraryGravatar Vitaly Takmazov
2016-11-11xmpp: revert to Connection-based router because Stream-based router can not route full stanzasGravatar Vitaly Takmazov
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-10no need injecting "jdbc" bean - local jdbc() usedGravatar Alexander Alexeev
2016-11-10no need uses @Component and @inject annotationsGravatar Alexander Alexeev
2016-11-10logging over slf4jGravatar Alexander Alexeev
2016-11-10"ignoreResourceNotFound = true" for juick.confGravatar Alexander Alexeev
2016-11-10xmpp: using right component name nowGravatar Vitaly Takmazov
2016-11-09components: remove @Component annotation to prevent double initializationGravatar Vitaly Takmazov
2016-11-08ws: fix injectionGravatar Vitaly Takmazov
2016-11-08juick-xmpp: statsfile -> statusGravatar Vitaly Takmazov
2016-11-08reorganize structure againGravatar Vitaly Takmazov