You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Michael Santos 3ae0a9f88f Transparently base64 encode data to MUC
Optionally base64 encode data sent to and from a conference, allowing
transfer of binary data.

This could also be accomplished by piping in base64 encoded data:

    base64 /bin/ls | xmppipe

However the base64 command does not work with streams of data.
9 years ago
examples Forward stdin over XMPP 9 years ago
src Transparently base64 encode data to MUC 9 years ago
.gitignore Forward stdin over XMPP 9 years ago
Makefile Generate a unique ID per message 9 years ago