in reply to Re: Net::XMPP in Win32 gets not-authorized, same code works 100% in Linux
in thread [fixed] Net::XMPP in Win32 gets not-authorized, same code works 100% in Linux
In this part of the code:
my @result = $xmpp->AuthSend(username => $username, password => $password, resource => 'TestClient_'.$VERSION); unless ($result[0] eq 'ok')
@result should be ('ok',''), but in Windows it is ('error','not-authorized')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::XMPP in Win32 gets not-authorized, same code works 100% in Linux
by BrowserUk (Patriarch) on Jan 09, 2009 at 09:15 UTC | |
by wilsond (Scribe) on Jan 09, 2009 at 09:23 UTC |