Jabber problem with Cyrus SASL

View: New views
3 Messages — Rating Filter:   Alert me  

Jabber problem with Cyrus SASL

by Kai-37 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am having big problems getting net_im_send to work with Jabber on  
openSuSE 11.1.

I have set all parameters in my mh.private.ini and have the following  
line in my code:

net_im_send(pgm => 'jabber', text => "Hello World!") if $Startup;

When starting up, I get the following in the log:

Logging onto jabber.org 5222 with name=xxx resource=misterhouse
   - Sending username/resource xxx/misterhouse
Error found in user code file: /opt/misterhouse/data/mh_temp.user_code

04/30/09 10:14:02 PM: Usage: Authen::SASL::Cyrus::client_new(pkg,  
parent, service, host,
...) at
/opt/misterhouse/mh/bin/../lib/site/Authen/SASL.pm line 63.

I couldn't figure out the problem myself, I can only guess that this is due to
incompatible versions of perl-Net-Jabber (2.0-4.96) and perl-Authen-SASL-Cyrus
(2.1.22-182.1) which come with openSuSE 11.1.

Does anybody have this working or any hint how I can solve this?

Thanks a million in advance!
Kai


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365


Re: Jabber problem with Cyrus SASL

by Kai-37 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again,

Has nobody but me experienced this problem so far?
Is anybody currently using Jabber with mh and could tell me the versions of
the libraries that do work together correctly?

Cheers,
Kai

"Kai" wrote:

> Hi,
>
> I am having big problems getting net_im_send to work with Jabber on
> openSuSE 11.1.
>
> I have set all parameters in my mh.private.ini and have the following
> line in my code:
>
> net_im_send(pgm => 'jabber', text => "Hello World!") if $Startup;
>
> When starting up, I get the following in the log:
>
> Logging onto jabber.org 5222 with name=xxx resource=misterhouse
>   - Sending username/resource xxx/misterhouse
> Error found in user code file: /opt/misterhouse/data/mh_temp.user_code
>
> 04/30/09 10:14:02 PM: Usage: Authen::SASL::Cyrus::client_new(pkg,
> parent, service, host,
> ...) at
> /opt/misterhouse/mh/bin/../lib/site/Authen/SASL.pm line 63.
>
> I couldn't figure out the problem myself, I can only guess that this is
> due to
> incompatible versions of perl-Net-Jabber (2.0-4.96) and
> perl-Authen-SASL-Cyrus
> (2.1.22-182.1) which come with openSuSE 11.1.
>
> Does anybody have this working or any hint how I can solve this?
>
> Thanks a million in advance!
> Kai
>
>
> ------------------------------------------------------------------------------
> Register Now & Save for Velocity, the Web Performance & Operations
> Conference from O'Reilly Media. Velocity features a full day of
> expert-led, hands-on workshops and two days of sessions from industry
> leaders in dedicated Performance & Operations tracks. Use code vel09scf
> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
> ________________________________________________________
> To unsubscribe from this list, go to:
> http://sourceforge.net/mail/?group_id=1365
>
>




------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365


Re: Jabber problem with Cyrus SASL

by Vidhya052 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I had a similar issue when i was setting up sendXmpp.
I believe this is coz NET XMPP and Authen::SASL::Cyrus  are not compatible.
So as a solution i had to explicitly specify in sendxmpp
use Authen::SASL qw(Perl);
and it worked.
I found this link useful
http://grid5000-logs.debian.net/lurker/message/20080912.161909.c68cbaad.ja.html


Kai-37 wrote:
Hi,

I am having big problems getting net_im_send to work with Jabber on  
openSuSE 11.1.

I have set all parameters in my mh.private.ini and have the following  
line in my code:

net_im_send(pgm => 'jabber', text => "Hello World!") if $Startup;

When starting up, I get the following in the log:

Logging onto jabber.org 5222 with name=xxx resource=misterhouse
   - Sending username/resource xxx/misterhouse
Error found in user code file: /opt/misterhouse/data/mh_temp.user_code

04/30/09 10:14:02 PM: Usage: Authen::SASL::Cyrus::client_new(pkg,  
parent, service, host,
...) at
/opt/misterhouse/mh/bin/../lib/site/Authen/SASL.pm line 63.

I couldn't figure out the problem myself, I can only guess that this is due to
incompatible versions of perl-Net-Jabber (2.0-4.96) and perl-Authen-SASL-Cyrus
(2.1.22-182.1) which come with openSuSE 11.1.

Does anybody have this working or any hint how I can solve this?

Thanks a million in advance!
Kai


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365