Module: Kibosh::XMPP::Session::CreateSessionRequest

Defined in:
lib/kibosh/xmpp/session.rb

Class Method Summary collapse

Class Method Details

.extended(response) ⇒ Object



8
9
10
11
# File 'lib/kibosh/xmpp/session.rb', line 8

def self.extended response
  response.attributes.merge! :"xmpp:version" => response.session.version,
                             :"xmlns:xmpp" => "urn:xmpp:xbosh" if response.session.version
end