class

XMPP::Stanza::StreamSession

Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object

============================================================================ Session (Obsolete) Session is both a stream feature and an obsolete IQ Payload, used to bind a resource to the current XMPP stream on RFC 3121 only XMPP servers. Session is obsolete in RFC 6121. It is added to cr-xmpp for compliance with RFC 3121. Reference: https://xmpp.org/rfcs/rfc3921.html#session

This is the draft defining how to handle the transition: https://tools.ietf.org/html/draft-cridland-xmpp-session-01

Constructors

new(node : XML::Node)
Source
new(optional : Bool = false)
Source

Class methods

xml_name
Source

Instance methods

name
Source
namespace
Source
optional=(optional : Bool)
Source
optional?
Source
to_xml(xml : XML::Builder)
Source