sendxmpp icon indicating copy to clipboard operation
sendxmpp copied to clipboard

perl-script to send xmpp (jabber), similar to what mail(1) does for mail.

Results 18 sendxmpp issues
Sort by recently updated
recently updated
newest added

When I watch received messages in mcabber, I see it like below. Even if `--subject` arg is not used, it still sends empty subject (see `[]`). It would be handy...

Hi I have used sendxmpp with severals xmpp serves without problems, but now I am having problems with [suchat.org](https://www.suchat.org/?page_id=229) ``` console pi@cacharro ~ $ echo "hi" | sendxmpp -d -v...

I was trying to troubleshoot some failures and needed more detail in the debug output. This will add the date/time to debug output, as well as the recipient.

### Problem Sending message to a Google Hangouts partner does not work, eg.: ``` echo "Hello Pal, howdy'?" | sendxmpp -t -u mygoogleusername -o gmail.com [email protected] ``` The command gets...

A nice feature would be an option not not send a message if the user is offline, e.g. sendxmpp ... --only-online ...

enhancement

Hi I have done a script to use sendxmpp to send messages between linux users You can see there https://github.com/cyttorak/say/blob/master/say and for example sudo say --to juan Hi, Juan send...

enhancement

Sometimes when in a cron script I try send a msg with sendxmpp I get this: Use of uninitialized value $sid in hash element at /usr/bin/sendxmpp line 334. Use of...

I would be nice, if sendxmpp could encrypt sent messages with OTR. An increasing number of Jabber clients use OTR in order to ensure confidentiality between message sender and recipient....

enhancement