module XMPP::DOAP

Defined in:

xmpp/doap.cr

Constant Summary

DOAP_NS = "http://usefulinc.com/ns/doap#"
RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
SCHEMA_NS = "https://schema.org/"
XML_NS = "http://www.w3.org/XML/1998/namespace"
XMPP_NS = "https://linkmauve.fr/ns/xmpp-doap#"

Class Method Summary

Class Method Detail

def self.about(node : XML::Node) : String | Nil #

[View source]
def self.language(node : XML::Node) : String | Nil #

[View source]
def self.localized_text(node : XML::Node) : LocalizedText #

[View source]
def self.namespace(node : XML::Node) : String #

[View source]
def self.resource(node : XML::Node) : String | Nil #

[View source]