Module: Jabber::Bosh

Defined in:
lib/jabber4r/bosh/authentication.rb,
lib/jabber4r/bosh.rb,
lib/jabber4r/bosh/session.rb

Overview

License: see LICENSE Jabber4R - Jabber Instant Messaging Library for Ruby Copyright © 2002 Rich Kilmer <[email protected]> Copyright © 2013 Sergey Fedorov <[email protected]>

Defined Under Namespace

Modules: Authentication Classes: Session

Constant Summary collapse

DEFAULTS =

Public: Default connection options

{
  domain: "localhost",
  port: 5280,
  bind_uri: "/http-bind",
  use_sasl: true
}.freeze