GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Async::XMPP::Client(3) User Contributed Perl Documentation Net::Async::XMPP::Client(3)

Net::Async::XMPP::Client - asynchronous XMPP client based on Protocol::XMPP and IO::Async::Protocol::Stream.

Version 0.003

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.

 $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.

Tom Molesworth <cpan@entitymodel.com>

Copyright Tom Molesworth 2010-2014. Licensed under the same terms as Perl itself.
2014-08-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.