Thanks to the recent updates to sj[1] and ucspi-tools[2], sj is now
easier to build.
The man page for sj has this
EXAMPLES
tcpclient example.org 5223 tlsc sj -u user -s example.org
but that doesn't work for me. I have to omit tlsc. It seems to be
called automatically. Am I doing something wrong or does the man page
need to be corrected? Here is how I run sj:
tcpclient "$SJ_SERVER" xmpp-client sj
with the following env vars:
~/a/sj$ env|grep SJ
SJ_DIR=/home/greagle/sj
SJ_RESOURCE=sj
SJ_SERVER=jabber.org
SJ_USER=taiga
and TLSC_NO_VERIFICATION=1
Note that "xmpp-client" is looked up in /etc/services and maps to 5222.
[1]
https://github.com/younix/sj
[2]
https://github.com/younix/ucspi
Received on Tue Dec 01 2015 - 16:37:44 CET