Class: BitlbeeConfig::Accounts::Icq

Inherits:
BitlbeeConfig::Account show all
Defined in:
lib/bitlbee_config/accounts/icq.rb

Instance Attribute Summary

Attributes inherited from BitlbeeConfig::Account

#autoconnect, #cleartext_password, #handle, #password, #protocol, #server, #settings, #tag, #user

Instance Method Summary collapse

Methods inherited from BitlbeeConfig::Account

#build_xml, create_new_account, from_xml, #id, #regenerate_password_if_needed

Methods included from XmlBuildable

#to_xml_with_options

Constructor Details

#initialize(options = {}) ⇒ Icq

Returns a new instance of Icq.



4
5
6
7
# File 'lib/bitlbee_config/accounts/icq.rb', line 4

def initialize(options = {})
  @protocol = :oscar
  super
end