NAME
Net::Async::XMPP::Client - asynchronous XMPP client based on Protocol::XMPP and IO::Async::Protocol::Stream.
VERSION
Version 0.003
DESCRIPTION
Provides XMPP client support under IO::Async.
This is a subclass of Net::Async::XMPP::Protocol, so some of the documentation is there.
See Protocol::XMPP for more details on this implementation.
METHODS
login
$client->login(
host => 'talk.google.com',
jid => 'foo@gmail.com',
password => 'blah',
on_connected => sub { warn "connected!" },
)
Initiate a login with the given username and password.
All available arguments are listed above. If the client is already connected host
and on_connected
are ignored. on_connected
gets passed the underlying protocol object.
INHERITED METHODS
- Net::Async::XMPP::Protocol
-
authorise, compose, configure, connect, deauthorise, is_connected, is_loggedin, on_read, on_starttls, srv_lookup, srv_lookup_dns, srv_lookup_resolver, subscribe, unsubscribe, xmpp
- IO::Async::Stream
-
close, close_now, close_when_empty, is_read_eof, is_write_eof, new_for_stdin, new_for_stdio, new_for_stdout, on_read_high_watermark, on_read_low_watermark, on_read_ready, on_write_ready, push_on_read, read_atmost, read_exactly, read_until, read_until_eof, want_readready_for_read, want_readready_for_write, want_writeready_for_read, want_writeready_for_write, write
- IO::Async::Handle
-
bind, close_read, close_write, new_close_future, notifier_name, read_fileno, read_handle, set_handle, set_handles, socket, want_readready, want_writeready, write_fileno, write_handle
- IO::Async::Notifier
-
add_child, adopt_future, can_event, children, configure_unknown, debug_printf, get_loop, invoke_error, invoke_event, loop, make_event_cb, maybe_invoke_event, maybe_make_event_cb, new, parent, remove_child, remove_from_parent
AUTHOR
Tom Molesworth <cpan@entitymodel.com>
LICENSE
Copyright Tom Molesworth 2010-2014. Licensed under the same terms as Perl itself.