struct XMPP::ComponentOptions
- XMPP::ComponentOptions
- Struct
- Value
- Object
Defined in:
xmpp/component.crConstructors
Instance Method Summary
-
#category : String
Typical categories and types: https://xmpp.org/registrar/disco-categories.html
-
#domain : String
Component Connection Info domain is the XMPP server subdomain that the component will handle
-
#host : String
host is the XMPP Host to connect to
- #log_file : IO | Nil
-
#name : String
component human readable name, that will be shown in XMPP discovery
-
#port : Int32
port is the XMPP host port to connect to
-
#secret : String
secret is the "password" used by the XMPP server to secure component access
- #type : String
Constructor Detail
def self.new(domain : String, secret : String, host : String, port : Int32, name : String, category : String, type : String, log_file : IO | Nil = 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