aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/ServiceDiscoveryResult.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-19also save form elements in disco storageDaniel Gultsch1-2/+56
2016-05-15use the same typo in both saving disco and reading discoDaniel Gultsch1-1/+2
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-0/+13
2016-03-31include form fields into caps hash calculationDaniel Gultsch1-2/+17
2016-02-24Reviewed commit for FS#34 after mergesteckbrief1-1/+1
2016-02-03cache server capsDaniel Gultsch1-1/+18
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-7/+13
2016-01-23Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber1-10/+58
2016-01-23Implement toJSON on ServiceDiscoveryResultStephen Paul Weber1-0/+34
2016-01-23Generate capHash from any discovery resultStephen Paul Weber1-4/+80
2016-01-23Factor out a representation of XEP-0030 resultsStephen Paul Weber1-0/+84