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-ws
/
src
/
main
/
java
/
com
/
juick
/
ws
/
XMPPConnection.java
Age
Commit message (
Collapse
)
Author
2017-10-16
ws: fix xmpp initialization
Vitaly Takmazov
2017-08-21
ws: cleanup components initialization
Vitaly Takmazov
2017-07-20
Update copyrights in all java sources
Vitaly Takmazov
2017-03-04
cleanup deprecation warnings
Vitaly Takmazov
2017-02-06
juick-ws: create XMLStreamWrite using babbler
Vitaly Takmazov
2017-02-03
juick-ws: log xmpp messages using jaxb
Vitaly Takmazov
2016-12-12
juick-ws: fix serializer properties
Vitaly Takmazov
2016-12-12
juick-ws: using json serialization
Vitaly Takmazov
2016-12-10
juick-api: fix telegram urls
Vitaly Takmazov
2016-11-30
prevent string concatenation for disabled loggers
Alexander Alexeev
2016-11-30
juick-ws: update to data services
Vitaly Takmazov
2016-11-29
juick-ws: add xmpp debugger
Vitaly Takmazov
2016-11-28
all components using jackson now, org.json serializer moved to compatibility tests package
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-18
correct closing babble components implemented
Alexander Alexeev
2016-11-16
juick-ws: threads are handled by babbler
Vitaly Takmazov
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-12
extracted application configuration from Mvc configuration with application specific beans;
Alexander Alexeev
extracted bean initialization from constructor; force using properties;
2016-11-11
ws: fix injection and reply quote
Vitaly Takmazov
2016-11-10
using slf4j + logback for logging
Alexander Alexeev
2016-11-08
ws: fix injection
Vitaly Takmazov
2016-11-08
reorganize structure again
Vitaly Takmazov
2016-10-24
ws: fix injections
Vitaly Takmazov
2016-08-08
juick-ws: fix Environment injection
Vitaly Takmazov
2016-08-08
juick-ws: fix components initialization
Vitaly Takmazov
2016-08-08
juick-ws: components as async beans
Vitaly Takmazov
2016-08-08
juick-ws: read component jids and ports from config
Vitaly Takmazov
2016-08-08
juick-ws: async components
Vitaly Takmazov
2016-08-07
juick-ws: do not use servlet api directly, refactor components as InitializingBean
Vitaly Takmazov
2016-07-07
reorganize project, part 3
Vitaly Takmazov