lhost / sendxmpp

perl-script to send xmpp (jabber), similar to what mail(1) does for mail.
64 stars 22 forks source link

work with openfire #3

Closed Krong closed 9 years ago

Krong commented 11 years ago

Hello! I tested sendxmpp with openfire in kubuntu, fedora and centos. I works in kubuntu only. In fedora and centos the error is "Error 'AuthSend': error: not-authorized[?]"

In debug mode the only difference is: In kubuntu: XMPP::Conn: AuthSASL: shiney new auth XML::Stream: Send: ... mechanism='PLAIN' In fedora and centos: XMPP::Conn: AuthSASL: shiney new auth XML::Stream: Send: ....' mechanism='DIGEST-MD5'

It seems that openfire do not understand sendxmpp's DIGEST-MD5 authentication.

So questions are:

Thanks!

lhost commented 9 years ago

It seems to be a bug of Net::XMPP perl module.

easyyu commented 5 years ago

What about this error? I run in same problem. Is there any kind of solution after 3 years?