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::XMPP2::IM::Account(3) User Contributed Perl Documentation Net::XMPP2::IM::Account(3)

Net::XMPP2::IM::Account - Instant messaging account

   my $cl = Net::XMPP2::IM::Client->new;
   ...
   my $acc = $cl->get_account ($jid);

This module represents a class for IM accounts. It is used by Net::XMPP2::Client.

You can get an instance of this class only by calling the "get_account" method on a Net::XMPP2::Client object.

connection ()
Returns the Net::XMPP2::IM::Connection object if this account already has one (undef otherwise).
is_connected ()
Returns true if this accunt is connected.
jid ()
Returns either the full JID if the account is connected or returns the bare jid if not.
bare_jid ()
Returns always the bare JID of this account after stringprep has been applied, so you can compare the JIDs returned from this function.
nickname ()
Your nickname for this account.
send_tracked_message ($msg)
This method sends the Net::XMPP2::IM::Message object in $msg. The "to" attribute of the message is adjusted by the conversation tracking mechanism.

Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"

Copyright 2007 Robin Redeker, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2007-12-12 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.