[JDEV] Help with Net::Jabber problem
Chris Wilkes
cwilkes-jabber at ladro.com
Wed Sep 18 14:45:01 CDT 2002
On Wed, Sep 18, 2002 at 03:34:05PM -0400, g wrote:
>
> use Net::Jabber::Client;
> use Net::Jabber::Protocol;
> use Net::Jabber::Debug;
> use Net::Jabber::IQ;
>
> because I received the error "Failed to load any schema for
> Net::Jabber from the use line."
> (RECIPIENT and SERVER constants were also modified)
> Here's the code
Try this
use Net::Jabber qw(Client);
Chris
More information about the JDev
mailing list