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

Net::XMPP2::IM::Presence - XMPP presence

This module represents an XMPP presence. It stores the full JID of the contact, the show value, status value and priority.

Net::XMPP2::IM::Presence is derived from Net::XMPP2::IM::Delayed, use the interface described there to find out whether this presence was delayed.

jid
Returns the full JID of this presence.
priority
Returns the priority of this presence.
status_all_lang
Returns all language tags of available status descriptions. See also status.
show
Returns the show value of this presence, which is one of:

   'away', 'chat', 'dnd', 'xa'
    

or the empty string if the presence is 'available'.

status ([$lang])
Returns the presence description. $lang is optional can should be one of the tags returned by "status_all_lang".
make_message (%args)
Returns a Net::XMPP2::IM::Message object with the to field set to this presence full JID.

%args are further arguments to the constructor of the message.

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-10-16 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.