man Net::Jabber::Loudmouth::Connection () - Net::Jabber::Loudmouth::Connection
NAME
Net::Jabber::Loudmouth::Connection
HIERARCHY
Glib::Boxed +----Net::Jabber::Loudmouth::Connection
METHODS
connection = Net::Jabber::Loudmouth::Connection->new ($server)
$connection->cancel_open
$connection->set_jid ($jid)
$connection->set_keep_alive_rate ($rate)
$connection->set_port ($port)
$connection->set_proxy ($proxy)
$connection->set_server ($server)
$connection->set_ssl ($ssl)
ENUMS AND FLAGS
enum Net::Jabber::Loudmouth::ConnectionState
- * 'closed' / 'LM_CONNECTION_STATE_CLOSED'
- * 'opening' / 'LM_CONNECTION_STATE_OPENING'
- * 'open' / 'LM_CONNECTION_STATE_OPEN'
- * 'authenticating' / 'LM_CONNECTION_STATE_AUTHENTICATING'
- * 'authenticated' / 'LM_CONNECTION_STATE_AUTHENTICATED'
enum Net::Jabber::Loudmouth::HandlerPriority
- * 'last' / 'LM_HANDLER_PRIORITY_LAST'
- * 'normal' / 'LM_HANDLER_PRIORITY_NORMAL'
- * 'first' / 'LM_HANDLER_PRIORITY_FIRST'
enum Net::Jabber::Loudmouth::MessageType
- * 'message' / 'LM_MESSAGE_TYPE_MESSAGE'
- * 'presence' / 'LM_MESSAGE_TYPE_PRESENCE'
- * 'iq' / 'LM_MESSAGE_TYPE_IQ'
- * 'stream' / 'LM_MESSAGE_TYPE_STREAM'
- * 'stream-error' / 'LM_MESSAGE_TYPE_STREAM_ERROR'
- * 'unknown' / 'LM_MESSAGE_TYPE_UNKNOWN'
SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed
COPYRIGHT
Copyright (C) 2005 Gtk2-Perl Team
This software is licensed under the LGPL; see Net::Jabber::Loudmouth for a full notice.