aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/xmpp/XmppConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rebrandingDaniel Gultsch2014-02-281-446/+0
|
* basic otr supportDaniel Gultsch2014-02-131-1/+2
|
* carbonsDaniel Gultsch2014-02-091-65/+133
|
* reworked new conversation activity again. less asking more knowing. mucs are ↵Daniel Gultsch2014-02-071-1/+1
| | | | now connected on creation of the conversation. no reconnect required
* wrote the scariest code ever to fetch srv records from dns. todo use real ↵Daniel Gultsch2014-02-071-1/+12
| | | | dns servers and dont hard code 8.8.8.8
* basic muc support. reworked contact list stuffDaniel Gultsch2014-02-051-0/+1
|
* reworked edit account dialog. advanced options are now gone. tls option ↵Daniel Gultsch2014-02-041-0/+3
| | | | available instead
* delete account code now accessible againDaniel Gultsch2014-02-041-0/+3
|
* reworked account managment. now status display actually worksDaniel Gultsch2014-02-041-26/+59
|
* fixed a bug in xml parsingDaniel Gultsch2014-02-031-1/+1
|
* tls is no optionalDaniel Gultsch2014-02-021-15/+12
|
* fetching roster. fixed sending messages as type chatDaniel Gultsch2014-02-021-0/+13
|
* more cleanup. more listenersDaniel Gultsch2014-02-011-10/+40
|
* more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch2014-02-011-64/+74
|
* parser works but some stuff still needs some refactoringDaniel Gultsch2014-01-311-13/+67
|
* first draft on xml parser and communication. a long way to go. code ↵Daniel Gultsch2014-01-301-0/+222
definitly not perfect. will refactor asap