B
bingster
I'm stuck.
http://search.cpan.org/~reatmon/Net-XMPP-1.0/lib/Net/XMPP/Message.pm is
the manual page for the Net::XMPP::Message module.
What I need to do is to retrieve the 'from' part from the following message:
<message type='groupchat' to='(e-mail address removed)'
from='(e-mail address removed)'><body>foo has left: Logged out</body><x
xmlns='jabber:x:delay' from='(e-mail address removed)'
stamp='20050119T13:27:58'/></message>
The DESCRIPTION part of the module manual shows:
============
use Net::XMPP;
sub message {
my ($sid,$Mess) = @_;
http://search.cpan.org/~reatmon/Net-XMPP-1.0/lib/Net/XMPP/Message.pm is
the manual page for the Net::XMPP::Message module.
What I need to do is to retrieve the 'from' part from the following message:
<message type='groupchat' to='(e-mail address removed)'
from='(e-mail address removed)'><body>foo has left: Logged out</body><x
xmlns='jabber:x:delay' from='(e-mail address removed)'
stamp='20050119T13:27:58'/></message>
The DESCRIPTION part of the module manual shows:
============
use Net::XMPP;
sub message {
my ($sid,$Mess) = @_;