struct

XMPP::ComponentDisco::DiscoIdentity

Inherits Struct / Value / Object

DiscoIdentity represents a single identity for service discovery

Constructors

new(category : String, type : String, name : String = "", xml_lang : String = "")
Source

Instance methods

category
Source
category=(category : String)
Source
name
Source
name=(name : String)
Source
to_identity
Source
type
Source
type=(type : String)
Source
xml_lang
Source
xml_lang=(xml_lang : String)
Source