Class: Vines::Stream::Server::Auth

Inherits:
Client::Auth show all
Defined in:
lib/vines/stream/server/auth.rb

Constant Summary

Constants inherited from Client::Auth

Client::Auth::AUTH, Client::Auth::EXTERNAL, Client::Auth::MAX_AUTH_ATTEMPTS, Client::Auth::MECHANISM, Client::Auth::NS, Client::Auth::PLAIN, Client::Auth::SUCCESS

Constants included from Node

Node::BODY, Node::STREAM

Instance Attribute Summary

Attributes inherited from Vines::Stream::State

#stream

Instance Method Summary collapse

Methods inherited from Client::Auth

#node

Methods inherited from Vines::Stream::State

#==, #eql?, #hash, #node

Methods included from Node

body?, namespace, stream?, to_stanza

Methods included from Log

#log, set_log_file

Constructor Details

#initialize(stream, success = FinalRestart) ⇒ Auth

Returns a new instance of Auth.



7
8
9
# File 'lib/vines/stream/server/auth.rb', line 7

def initialize(stream, success=FinalRestart)
  super
end