aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/gultsch/chat/services (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-07wrote the scariest code ever to fetch srv records from dns. todo use real dns...Daniel Gultsch1-1/+1
2014-02-07refresh contact listDaniel Gultsch1-3/+16
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch1-54/+210
2014-02-04allow to temporarily disable accountsDaniel Gultsch1-3/+10
2014-02-04reworked account managment. now status display actually worksDaniel Gultsch1-72/+90
2014-02-03basic notificationsDaniel Gultsch1-167/+198
2014-02-03fixed a bug in xml parsingDaniel Gultsch1-4/+2
2014-02-02tls is no optionalDaniel Gultsch1-42/+48
2014-02-02fetching roster. fixed sending messages as type chatDaniel Gultsch1-4/+61
2014-02-01more cleanup. more listenersDaniel Gultsch1-26/+74
2014-01-30first draft on xml parser and communication. a long way to go. code definitly...Daniel Gultsch1-1/+40
2014-01-28account managementDaniel Gultsch1-0/+16
2014-01-27conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch1-2/+28
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch1-9/+29