| View previous topic :: View next topic |
| Author |
Message |
Manu311 Tux's lil' helper

Joined: 17 Nov 2010 Posts: 87
|
Posted: Fri Aug 03, 2012 8:52 pm Post subject: [solved] make sendxmpp or alternatives run |
|
|
Hi,
I've set up a (already working) ejabberd on my server and I want to send myself automatic messages.
the only tool I've found which seems to do this is "sendxmpp". So I've installed it from portage and it didn't work.
Short error:
| Code: | Use of uninitialized value within @_ in lc at /usr/lib64/perl5/vendor_perl/5.12.4/XML/Stream/Parser.pm line 66.
Error 'AuthSend': error: not-authorized[?] |
long error: http://pastebin.com/R5fYTGX5 (obviously I've replace password and hostname)
Just to test I've disabled "starttls_required" so the script has any method to connect. But neither works.
I've also commented out the line 1809
| Code: |
return $self->AuthSASL(%args);
|
in /usr/lib64/perl5/vendor_perl/5.12.4/Net/XMPP/Protocol.pm
which only changed the error a bit - but didn't fix it.
The new error is: | Code: | Use of uninitialized value within @_ in lc at /usr/lib64/perl5/vendor_perl/5.12.4/XML/Stream/Parser.pm line 66.
Error 'AuthSend': 503: [?] |
and the big one: http://pastebin.com/CEDtLENd
Since the tool is a little bit unmaintained I wouldn't bother taking an alternative, but I haven't found one.
Any1 got some help?
Last edited by Manu311 on Fri Aug 03, 2012 9:33 pm; edited 1 time in total |
|
| Back to top |
|
 |
Manu311 Tux's lil' helper

Joined: 17 Nov 2010 Posts: 87
|
Posted: Fri Aug 03, 2012 9:32 pm Post subject: |
|
|
I already fixed it - xml-stream-1.22 (which is not masked) is not working.
I've upgraded to 1.23 which made it work |
|
| Back to top |
|
 |
marens Apprentice


Joined: 05 Aug 2004 Posts: 172
|
Posted: Fri Aug 03, 2012 10:17 pm Post subject: |
|
|
| you can help other users by reporting this as a bug @ bugs.gentoo.org. |
|
| Back to top |
|
 |
humarf n00b

Joined: 02 May 2009 Posts: 24 Location: Berlin
|
Posted: Thu Jan 10, 2013 3:19 pm Post subject: |
|
|
Hi Manu311,
just found your posting. Is this still working for you? I upgraded xml-stream to 1.23 but I still receive the same error.
Best
humarf |
|
| Back to top |
|
 |
Manu311 Tux's lil' helper

Joined: 17 Nov 2010 Posts: 87
|
Posted: Thu Jan 10, 2013 3:46 pm Post subject: |
|
|
| humarf wrote: | Hi Manu311,
just found your posting. Is this still working for you? I upgraded xml-stream to 1.23 but I still receive the same error.
Best
humarf |
I haven't upgraded it for a while so it is still working for me.
Anyways since this happened 5 month ago I don't know if I did something else - restarting and recompiling/upgrading some packages may help. |
|
| Back to top |
|
 |
humarf n00b

Joined: 02 May 2009 Posts: 24 Location: Berlin
|
Posted: Thu Jan 10, 2013 3:56 pm Post subject: |
|
|
Yes, I know it's already some months ago. It was a little hope from me. I found several implementations for xmpp from command line in the net. None of them is working . Meanwhile I suspect google having changed something. (I want to use it with google talk). What jabber server do you use, please? |
|
| Back to top |
|
 |
humarf n00b

Joined: 02 May 2009 Posts: 24 Location: Berlin
|
Posted: Thu Jan 10, 2013 4:28 pm Post subject: |
|
|
| It's definitely some google related error. Just created an account at jabber.org. It's working like a charm. Will use this account for scripting now. |
|
| Back to top |
|
 |
Manu311 Tux's lil' helper

Joined: 17 Nov 2010 Posts: 87
|
Posted: Thu Jan 10, 2013 5:40 pm Post subject: |
|
|
| humarf wrote: | Yes, I know it's already some months ago. It was a little hope from me. I found several implementations for xmpp from command line in the net. None of them is working . Meanwhile I suspect google having changed something. (I want to use it with google talk). What jabber server do you use, please? |
I'm using ejabberd as I mentioned in my first post. |
|
| Back to top |
|
 |
|