struct XMPP::ComponentDisco::DiscoIdentity

Overview

DiscoIdentity represents a single identity for service discovery

Defined in:

xmpp/component/disco.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(category : String, type : String, name : String = "", xml_lang : String = "") #

[View source]

Instance Method Detail

def category : String #

[View source]
def category=(category : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def to_identity : Stanza::Identity #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def xml_lang : String #

[View source]
def xml_lang=(xml_lang : String) #

[View source]