.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Net::Jabber::Loudmouth::Message 3pm" .TH Net::Jabber::Loudmouth::Message 3pm 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Net::Jabber::Loudmouth::Message \- Jabber message .SH HIERARCHY .IX Header "HIERARCHY" .Vb 2 \& Glib::Boxed \& +\-\-\-\-Net::Jabber::Loudmouth::Message .Ve .SH METHODS .IX Header "METHODS" .ie n .SS "message = Net::Jabber::Loudmouth::Message\->\fBnew\fP ($to, $type)" .el .SS "message = Net::Jabber::Loudmouth::Message\->\fBnew\fP ($to, \f(CW$type\fP)" .IX Subsection "message = Net::Jabber::Loudmouth::Message->new ($to, $type)" .IP \(bu 4 \&\f(CW$to\fR (string) .IP \(bu 4 \&\f(CW$type\fR (Net::Jabber::Loudmouth::MessageType) .ie n .SS "message = Net::Jabber::Loudmouth::Message\->\fBnew_with_sub_type\fP ($to, $type, $sub_type)" .el .SS "message = Net::Jabber::Loudmouth::Message\->\fBnew_with_sub_type\fP ($to, \f(CW$type\fP, \f(CW$sub_type\fP)" .IX Subsection "message = Net::Jabber::Loudmouth::Message->new_with_sub_type ($to, $type, $sub_type)" .IP \(bu 4 \&\f(CW$to\fR (string) .IP \(bu 4 \&\f(CW$type\fR (Net::Jabber::Loudmouth::MessageType) .IP \(bu 4 \&\f(CW$sub_type\fR (Net::Jabber::Loudmouth::MessageSubType) .ie n .SS "messagenode = $message\->\fBget_node\fP" .el .SS "messagenode = \f(CW$message\fP\->\fBget_node\fP" .IX Subsection "messagenode = $message->get_node" .ie n .SS "messagesubtype = $message\->\fBget_sub_type\fP" .el .SS "messagesubtype = \f(CW$message\fP\->\fBget_sub_type\fP" .IX Subsection "messagesubtype = $message->get_sub_type" .ie n .SS "messagetype = $message\->\fBget_type\fP" .el .SS "messagetype = \f(CW$message\fP\->\fBget_type\fP" .IX Subsection "messagetype = $message->get_type" .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "enum Net::Jabber::Loudmouth::MessageSubType" .IX Subsection "enum Net::Jabber::Loudmouth::MessageSubType" .IP \(bu 4 \&'not\-set' / 'LM_MESSAGE_SUB_TYPE_NOT_SET' .IP \(bu 4 \&'available' / 'LM_MESSAGE_SUB_TYPE_AVAILABLE' .IP \(bu 4 \&'normal' / 'LM_MESSAGE_SUB_TYPE_NORMAL' .IP \(bu 4 \&'chat' / 'LM_MESSAGE_SUB_TYPE_CHAT' .IP \(bu 4 \&'groupchat' / 'LM_MESSAGE_SUB_TYPE_GROUPCHAT' .IP \(bu 4 \&'headline' / 'LM_MESSAGE_SUB_TYPE_HEADLINE' .IP \(bu 4 \&'unavailable' / 'LM_MESSAGE_SUB_TYPE_UNAVAILABLE' .IP \(bu 4 \&'probe' / 'LM_MESSAGE_SUB_TYPE_PROBE' .IP \(bu 4 \&'subscribe' / 'LM_MESSAGE_SUB_TYPE_SUBSCRIBE' .IP \(bu 4 \&'unsubscribe' / 'LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE' .IP \(bu 4 \&'subscribed' / 'LM_MESSAGE_SUB_TYPE_SUBSCRIBED' .IP \(bu 4 \&'unsubscribed' / 'LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED' .IP \(bu 4 \&'get' / 'LM_MESSAGE_SUB_TYPE_GET' .IP \(bu 4 \&'set' / 'LM_MESSAGE_SUB_TYPE_SET' .IP \(bu 4 \&'result' / 'LM_MESSAGE_SUB_TYPE_RESULT' .IP \(bu 4 \&'error' / 'LM_MESSAGE_SUB_TYPE_ERROR' .SS "enum Net::Jabber::Loudmouth::MessageType" .IX Subsection "enum Net::Jabber::Loudmouth::MessageType" .IP \(bu 4 \&'message' / 'LM_MESSAGE_TYPE_MESSAGE' .IP \(bu 4 \&'presence' / 'LM_MESSAGE_TYPE_PRESENCE' .IP \(bu 4 \&'iq' / 'LM_MESSAGE_TYPE_IQ' .IP \(bu 4 \&'stream' / 'LM_MESSAGE_TYPE_STREAM' .IP \(bu 4 \&'stream\-error' / 'LM_MESSAGE_TYPE_STREAM_ERROR' .IP \(bu 4 \&'stream\-features' / 'LM_MESSAGE_TYPE_STREAM_FEATURES' .IP \(bu 4 \&'auth' / 'LM_MESSAGE_TYPE_AUTH' .IP \(bu 4 \&'challenge' / 'LM_MESSAGE_TYPE_CHALLENGE' .IP \(bu 4 \&'response' / 'LM_MESSAGE_TYPE_RESPONSE' .IP \(bu 4 \&'success' / 'LM_MESSAGE_TYPE_SUCCESS' .IP \(bu 4 \&'failure' / 'LM_MESSAGE_TYPE_FAILURE' .IP \(bu 4 \&'proceed' / 'LM_MESSAGE_TYPE_PROCEED' .IP \(bu 4 \&'starttls' / 'LM_MESSAGE_TYPE_STARTTLS' .IP \(bu 4 \&'unknown' / 'LM_MESSAGE_TYPE_UNKNOWN' .SH "SEE ALSO" .IX Header "SEE ALSO" Net::Jabber::Loudmouth, Glib::Boxed .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2005 by Florian Ragwitz .PP 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.