Package Details: sendxmpp 1.24-1

Git Clone URL: https://aur.archlinux.org/sendxmpp.git (read-only, click to copy)
Package Base: sendxmpp
Description: A perl-script to send xmpp (jabber), similar to what mail(1) does for mail
Upstream URL: https://sendxmpp.hostname.sk/
Licenses: GPL
Submitter: noalwin
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 22
Popularity: 0.000000
First Submitted: 2008-06-20 21:50 (UTC)
Last Updated: 2017-03-26 17:14 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

mexchip commented on 2017-09-27 22:49 (UTC) (edited on 2017-09-27 22:54 (UTC) by mexchip)

The problem with editing Stream.pm is that you have to do it every time you update perl. An alternative is to use the --tls-ca-path="/etc/ssl/certs" command line parameter. Another one is to add this: tls-ca-path: /etc/ssl/certs to the ~/.sendxmpprc configuration file, but in this case you'd need to update to a more recent version from the git repository (https://github.com/lhost/sendxmpp/) because latest release does not recognize dashes in configuration file. You can also use this AUR package: https://aur.archlinux.org/packages/sendxmpp-git/ which gets the most recent code from the Github repo.

ncom511 commented on 2015-12-08 21:51 (UTC)

Ape, and others, to solve problem edit: -> nano /usr/share/perl5/vendor_perl/XML/Stream.pm find line 641 $self->{SIDS}->{default}->{ssl_ca_path} = ''; replace with: $self->{SIDS}->{default}->{ssl_ca_path} = '/etc/ssl/certs';

Ape commented on 2015-07-22 08:51 (UTC)

I get this error: Invalid or unreadable path specified for ssl_ca_path. at /usr/share/perl5/vendor_perl/XML/Stream.pm line 641.

andreagi commented on 2015-01-21 16:05 (UTC)

I posted a PKGBUILD to download version 1.24 directy from GitHub, here: http://ix.io/fU3. Unfortunately I still have the error: Use of uninitialized value $args{"file"} in lc at /usr/share/perl5/vendor_perl/Net/XMPP/Debug.pm line 154. Use of uninitialized value within @_ in lc at /usr/share/perl5/vendor_perl/XML/Stream/Parser.pm line 71. Use of uninitialized value in string eq at /usr/bin/sendxmpp line 481. Error 'AuthSend': [?] and I'm not able to fix it in any way. Any suggestion?

aberlin commented on 2014-10-13 17:49 (UTC)

i still had to make: sudo ln -s /usr/bin/site_perl/sendxmpp /usr/bin/sendxmpp, do i have some wrong ideas or is this still a bug?

cookies commented on 2013-05-12 14:36 (UTC)

Update to v1.23

cookies commented on 2012-09-09 10:00 (UTC)

Update to v1.22-3

cookies commented on 2012-08-22 11:23 (UTC)

Update to v1.22-1.

mortzu commented on 2012-05-03 09:18 (UTC)

added. thx