In Net::XMPP::Client it says
For a full list of high level functions available please see
Net::XMPP::Protocol.
In that documentation it says
$Con = new Net::XMPP::Client(); # From
$status = $Con->Connect(hostname=>"jabber.org"); # Net::XMPP::Client
$Con->Send("<tag>XML</tag>");
On Fri, Jun 15, 2018, 03:40 hw <h...@gc-24.de> wrote:
>
> Hi,
>
> using Net::XMPP::Client, I am able to send messages, but I don´t see a
> way to receive messages. The documentation leaves me entirely in the
> dark as to how to do this, and I couldn´t find an example using this
> module to receive messages.
>
> So how can I receive messages?
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>