class

XMPP::Component

Inherits XMPP::ComponentPrivilege / XMPP::ComponentDelegation / XMPP::ComponentDisco / XMPP::EventManager / XMPP::StreamClient / XMPP::Sender / Reference / Object

Constructors

Instance methods

connect

connect triggers component connection to XMPP server component port.

Source
disco_info

Service Discovery

Source
disco_items
Source
disconnect
Source
options
Source
resume(state : SMState)
Source
send(packet : Stanza::Packet)

sends marshal's XMPP stanza and sends it to the server.

Source
send(packet : String)

send sends an XMPP stanza as a string to the server. It can be invalid XML or XMPP content. In that case, the server will disconnect the client. It is up to the user of this method to carefully craft the XML content to produce valid XMPP.

Source