Class: Jabber::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/ahoy/xmpp4r_hack.rb

Instance Method Summary collapse

Instance Method Details

#connect(host, port, local_host = nil, local_port = nil) ⇒ Object



36
37
38
39
# File 'lib/ahoy/xmpp4r_hack.rb', line 36

def connect(host, port, local_host=nil, local_port=nil)
  super
  self
end