Net::Jabber::Loudmouth::Message(3pm)
NAME
Net::Jabber::Loudmouth::Message - Jabber message
HIERARCHY
Glib::Boxed
+----Net::Jabber::Loudmouth::Message
METHODS
- message = Net::Jabber::Loudmouth::Message->new ($to, $type)
- o $to (string)
- o $type (Net::Jabber::Loudmouth::MessageType)
- message = Net::Jabber::Loudmouth::Message->new_with_sub_type ($to, $type,
- $sub_type)
o $to (string) - o $type (Net::Jabber::Loudmouth::MessageType)
- o $sub_type (Net::Jabber::Loudmouth::MessageSubType)
- messagenode = $message->get_node messagesubtype = $message->get_sub_type messagetype = $message->get_type
ENUMS AND FLAGS
- enum Net::Jabber::Loudmouth::MessageSubType
- o 'not-set' / 'LM_MESSAGE_SUB_TYPE_NOT_SET'
- o 'available' / 'LM_MESSAGE_SUB_TYPE_AVAILABLE'
- o 'normal' / 'LM_MESSAGE_SUB_TYPE_NORMAL'
- o 'chat' / 'LM_MESSAGE_SUB_TYPE_CHAT'
- o 'groupchat' / 'LM_MESSAGE_SUB_TYPE_GROUPCHAT'
- o 'headline' / 'LM_MESSAGE_SUB_TYPE_HEADLINE'
- o 'unavailable' / 'LM_MESSAGE_SUB_TYPE_UNAVAILABLE'
- o 'probe' / 'LM_MESSAGE_SUB_TYPE_PROBE'
- o 'subscribe' / 'LM_MESSAGE_SUB_TYPE_SUBSCRIBE'
- o 'unsubscribe' / 'LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE'
- o 'subscribed' / 'LM_MESSAGE_SUB_TYPE_SUBSCRIBED'
- o 'unsubscribed' / 'LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED'
- o 'get' / 'LM_MESSAGE_SUB_TYPE_GET'
- o 'set' / 'LM_MESSAGE_SUB_TYPE_SET'
- o 'result' / 'LM_MESSAGE_SUB_TYPE_RESULT'
- o 'error' / 'LM_MESSAGE_SUB_TYPE_ERROR'
- enum Net::Jabber::Loudmouth::MessageType
- o 'message' / 'LM_MESSAGE_TYPE_MESSAGE'
- o 'presence' / 'LM_MESSAGE_TYPE_PRESENCE'
- o 'iq' / 'LM_MESSAGE_TYPE_IQ'
- o 'stream' / 'LM_MESSAGE_TYPE_STREAM'
- o 'stream-error' / 'LM_MESSAGE_TYPE_STREAM_ERROR'
- o 'stream-features' / 'LM_MESSAGE_TYPE_STREAM_FEATURES'
- o 'auth' / 'LM_MESSAGE_TYPE_AUTH'
- o 'challenge' / 'LM_MESSAGE_TYPE_CHALLENGE'
- o 'response' / 'LM_MESSAGE_TYPE_RESPONSE'
- o 'success' / 'LM_MESSAGE_TYPE_SUCCESS'
- o 'failure' / 'LM_MESSAGE_TYPE_FAILURE'
- o 'proceed' / 'LM_MESSAGE_TYPE_PROCEED'
- o 'starttls' / 'LM_MESSAGE_TYPE_STARTTLS'
- o 'unknown' / 'LM_MESSAGE_TYPE_UNKNOWN'
SEE ALSO
Net::Jabber::Loudmouth, Glib::Boxed
COPYRIGHT
Copyright (C) 2005 by Florian Ragwitz
- This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.7 or, at
your option, any later version of Perl 5 you may have available.