aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/src/main/java/com/juick/ws/XMPPConnection.java
AgeCommit message (Expand)Author
2017-10-16ws: fix xmpp initializationGravatar Vitaly Takmazov
2017-08-21ws: cleanup components initializationGravatar Vitaly Takmazov
2017-07-20Update copyrights in all java sourcesGravatar Vitaly Takmazov
2017-03-04cleanup deprecation warningsGravatar Vitaly Takmazov
2017-02-06juick-ws: create XMLStreamWrite using babblerGravatar Vitaly Takmazov
2017-02-03juick-ws: log xmpp messages using jaxbGravatar Vitaly Takmazov
2016-12-12juick-ws: fix serializer propertiesGravatar Vitaly Takmazov
2016-12-12juick-ws: using json serializationGravatar Vitaly Takmazov
2016-12-10juick-api: fix telegram urlsGravatar Vitaly Takmazov
2016-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-30juick-ws: update to data servicesGravatar Vitaly Takmazov
2016-11-29juick-ws: add xmpp debuggerGravatar Vitaly Takmazov
2016-11-28all components using jackson now, org.json serializer moved to compatibility tests packageGravatar Vitaly Takmazov
2016-11-18one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ...Gravatar Alexander Alexeev
2016-11-18correct closing babble components implementedGravatar Alexander Alexeev
2016-11-16juick-ws: threads are handled by babblerGravatar Vitaly Takmazov
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-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-11ws: fix injection and reply quoteGravatar Vitaly Takmazov
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-08ws: fix injectionGravatar Vitaly Takmazov
2016-11-08reorganize structure againGravatar Vitaly Takmazov
2016-10-24ws: fix injectionsGravatar 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-07-07reorganize project, part 3Gravatar Vitaly Takmazov