class XMPP::DOAP::SupportedXep

Defined in:

xmpp/doap.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(xep : String, status : SupportStatus, version : String | Nil = nil, since : String | Nil = nil, notes : Array(LocalizedText) = [] of LocalizedText) #

[View source]

Instance Method Detail

def notes : Array(LocalizedText) #

[View source]
def since : String | Nil #

[View source]
def since=(since : String | Nil) #

[View source]
def status : SupportStatus #

[View source]
def status=(status : SupportStatus) #

[View source]
def to_xml(xml : XML::Builder) : Nil #

[View source]
def version : String | Nil #

[View source]
def version=(version : String | Nil) #

[View source]
def xep : String #

[View source]