XMPP::Stanza::DirectInvite
Inherits XMPP::Stanza::MsgExtension / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object
DirectInvite implements XEP-0249 - Direct MUC Invitations.
A user invites another user to a room by sending a message whose payload is an empty <x> element in the "jabber:x:conference" namespace carrying the room JID and optional metadata as attributes. Unlike the mediated MUC invitation (XEP-0045), a direct invitation is sent person-to-person.
Constructors
Class methods
xml_name
SourceInstance methods
continue?
Sourcejid
Sourcename
Sourcepassword
Sourcereason
Sourcethread
Sourceto_xml(xml : XML::Builder)
Source