class XMPP::Stanza::Version

Overview

Software Version (XEP-0092)

Included Modules

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::IQPayload

namespace : String namespace

Instance methods inherited from module XMPP::Stanza::Packet

name : String name, to_xml(xml : XML::Builder)
to_xml : String
to_xml

Constructor Detail

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

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def name : String #

def name=(name : String) #

def namespace : String #

def os : String #

def os=(os : String) #

def set_info(name : String, version : String, os : String) #

Set all software version info


def to_xml(elem : XML::Builder) #

def version : String #

def version=(version : String) #