getDiscoFeatures method

  1. @override
List<String> getDiscoFeatures()
override

Return a list of features that should be included in a disco response.

Implementation

@override
List<String> getDiscoFeatures() => [
      replyXmlns,
    ];