index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
juick-xmpp
/
src
/
main
/
java
/
com
Age
Commit message (
Collapse
)
Author
2016-12-07
code style improvenments
Alexander Alexeev
2016-12-07
message improvenments, checking for tag's duplicates
Alexander Alexeev
2016-12-07
singleton java 8 date formatters
Alexander Alexeev
2016-12-07
juick-xmpp: JuickBot is now Bean
Vitaly Takmazov
2016-12-07
juick-xmpp: refactoring
Vitaly Takmazov
2016-12-05
juick-xmpp: CleaningUp refactoring
Vitaly Takmazov
2016-12-05
juick-xmpp: dialback refactoring
Vitaly Takmazov
2016-12-01
juick-core: fix replies serialization
Vitaly Takmazov
2016-11-30
juick-core: fix attachment serialization
Vitaly Takmazov
2016-11-30
juick-xmpp: fix injection
Vitaly Takmazov
2016-11-30
juick-xmpp: using data services
Vitaly Takmazov
2016-11-30
beans dependencies
Alexander Alexeev
2016-11-30
prevent string concatenation for disabled loggers
Alexander Alexeev
2016-11-30
configurations clean-up, import is redundant
Alexander Alexeev
2016-11-26
status constants
Alexander Alexeev
2016-11-20
juick-xmpp: forward empty messages to router, there may be delivery receipts
Vitaly Takmazov
2016-11-18
juick-xmpp: fix reconnection
Vitaly Takmazov
2016-11-18
one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ↵
Alexander Alexeev
inteface and method close()
2016-11-15
all components using babbler now, only juick-xmpp uses ugnich xmpp
Vitaly Takmazov
2016-11-15
core classes are now serializeable with JAXB (to use as babbler extension)
Vitaly Takmazov
2016-11-15
xmpp_disabled option for XMPPServer
Alexander Alexeev
2016-11-12
extracted application configuration from Mvc configuration with application specific beans;
Alexander Alexeev
extracted bean initialization from constructor; force using properties;
2016-11-12
xmpp: fix reply quote
Vitaly Takmazov
2016-11-11
logback configurations are copied
Alexander Alexeev
2016-11-11
common data configuration is added
Alexander Alexeev
2016-11-11
fix connection router
Vitaly Takmazov
2016-11-11
xmpp: reconnect ConnectionRouter using failsafe library
Vitaly Takmazov
2016-11-11
xmpp: revert to Connection-based router because Stream-based router can not route full stanzas
Vitaly Takmazov
2016-11-10
using slf4j + logback for logging
Alexander Alexeev
2016-11-10
no need injecting "jdbc" bean - local jdbc() used
Alexander Alexeev
2016-11-10
no need uses @Component and @inject annotations
Alexander Alexeev
2016-11-10
logging over slf4j
Alexander Alexeev
2016-11-10
"ignoreResourceNotFound = true" for juick.conf
Alexander Alexeev
2016-11-10
xmpp: using right component name now
Vitaly Takmazov
2016-11-09
components: remove @Component annotation to prevent double initialization
Vitaly Takmazov
2016-11-08
ws: fix injection
Vitaly Takmazov
2016-11-08
juick-xmpp: statsfile -> status
Vitaly Takmazov
2016-11-08
reorganize structure again
Vitaly Takmazov