aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/ServiceDiscoveryResult.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-31optimize importsChristian Schneppe1-1/+2
2019-12-03Disable NewLines in Base64 values (#416)FH1-1/+1
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-08-31create empty disco result on error to fire advance stream features eventChristian Schneppe1-0/+12
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe1-120/+116
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe1-1/+2
2016-11-19reformat codeChristian Schneppe1-324/+324
2016-07-29changed package id inside manifest and projectChristian Schneppe1-5/+5
2016-05-31optimize importsChristian Schneppe1-4/+5
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-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