Class: Jabber::SASL::Base
- Inherits:
-
Object
- Object
- Jabber::SASL::Base
- Defined in:
- lib/vendor/xmpp4r/lib/xmpp4r/sasl.rb
Overview
SASL mechanism base class (stub)
Instance Method Summary collapse
-
#initialize(stream) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(stream) ⇒ Base
Returns a new instance of Base.
35 36 37 |
# File 'lib/vendor/xmpp4r/lib/xmpp4r/sasl.rb', line 35 def initialize(stream) @stream = stream end |