struct XMPP::ComponentOptions

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain, secret, host, port, name, category, type, log_file = nil) #

Instance Method Detail

def category : String #

Typical categories and types: https://xmpp.org/registrar/disco-categories.html


def domain : String #

Component Connection Info domain is the XMPP server subdomain that the component will handle


def host : String #

host is the XMPP Host to connect to


def log_file : IO? #

def name : String #

component human readable name, that will be shown in XMPP discovery


def port : Int32 #

port is the XMPP host port to connect to


def secret : String #

secret is the "password" used by the XMPP server to secure component access


def type : String #