AnyEvent::XMPP::Ext::MUC::Message(3pm) | User Contributed Perl Documentation | AnyEvent::XMPP::Ext::MUC::Message(3pm) |
AnyEvent::XMPP::Ext::MUC::Message - A room message
This message represents a message from a MUC room. It is derived from AnyEvent::XMPP::IM::Message. (You can use the methods from that class to access it for example).
Also the methods like eg. "make_reply" return a AnyEvent::XMPP::Ext::MUC::Message.
If $msg is defined and an instance of AnyEvent::XMPP::Ext::MUC::Message the destination address, connection and type of $msg will be changed and this method will not return a new instance of AnyEvent::XMPP::Ext::MUC::Message.
If $self is a message of type 'groupchat' the "to" attribute will be set to the bare JID of the room for the reply.
Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"
Copyright 2007, 2008 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.
2022-12-06 | perl v5.36.0 |