The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IM::Engine::Outgoing - a message we're sending to somebody

ATTRIBUTES

recipient

An instance of IM::Engine::User which represents the recipient of this outgoing message.

incoming

An instance of IM::Engine::Incoming to which this outgoing message was a response. Since not all outgoing messages are replies, this attribute may have no value; use the has_incoming accessor to see whether it does.

message

See "message" in IM::Engine::Message.

plaintext

See "plaintext" in IM::Engine::Message.

SEE ALSO

IM::Engine::Outgoing::IRC
IM::Engine::Outgoing::Jabber
IM::Engine::Incoming
IM::Engine::Message (the superclass)