Class: Jabber::SASL::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/xmpp4r/sasl.rb

Overview

SASL mechanism base class (stub)

Direct Known Subclasses

Anonymous, DigestMD5, Plain

Instance Method Summary collapse

Constructor Details

#initialize(stream) ⇒ Base

Returns a new instance of Base.



35
36
37
# File 'lib/xmpp4r/sasl.rb', line 35

def initialize(stream)
  @stream = stream
end