aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/ServiceDiscoveryResult.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* also save form elements in disco storageDaniel Gultsch2016-05-191-2/+56
|
* use the same typo in both saving disco and reading discoDaniel Gultsch2016-05-151-1/+2
|
* add methods to check max file size for http uploadDaniel Gultsch2016-03-311-0/+13
|
* include form fields into caps hash calculationDaniel Gultsch2016-03-311-2/+17
|
* cache server capsDaniel Gultsch2016-02-031-1/+18
|
* refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch2016-02-031-7/+13
|
* Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber2016-01-231-10/+58
|
* Implement toJSON on ServiceDiscoveryResultStephen Paul Weber2016-01-231-0/+34
|
* Generate capHash from any discovery resultStephen Paul Weber2016-01-231-4/+80
|
* Factor out a representation of XEP-0030 resultsStephen Paul Weber2016-01-231-0/+84
And the parser from Element to this representation.