Anyway, I can compile and run sj but it dies at this line in xmpp_init() if (write(WRITE_FD, msg, size) < 0)
which refers to this: /* ucspi */ #define WRITE_FD 7 #define READ_FD 6 but these file descriptors are never initialized or opened. What's missing?