in reply to [fixed] Net::XMPP in Win32 gets not-authorized, same code works 100% in Linux
You're using tls => 1, which suggests to me that Net::XMPP::Client might try to load an SSL libary. Is the appropriate SSL library installed? I couldn't make out in the source which one the module will (try to) use.
Other than that, I can imagine different line endings as the culprit. I guess you will have to take a look at the difference between the two systems with Wireshark or another network sniffer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::XMPP in Win32 gets not-authorized, same code works 100% in Linux
by wilsond (Scribe) on Jan 09, 2009 at 07:58 UTC | |
by wilsond (Scribe) on Jan 09, 2009 at 09:20 UTC | |
by wilsond (Scribe) on Jan 09, 2009 at 09:32 UTC | |
by JedClampett (Acolyte) on Dec 18, 2009 at 18:22 UTC |