README
changeset 149 8c4129116d12
parent 139 459b2503c1a3
equal deleted inserted replaced
148:cb40539b88b7 149:8c4129116d12
     1 mcabber-jingle is a set of modules implementing:
     1 mcabber-jingle is a set of modules implementing:
     2 * Jingle (XEP-0166), a XMPP extension for managing peer-to-peer sessions
     2 * Jingle (XEP-0166), a XMPP extension for managing peer-to-peer sessions
     3 * Jingle File Transfert (XEP-0234), a Jingle application type for transferring
     3 * Jingle File Transfer (XEP-0234), a Jingle application type for transferring
     4   files between two entities.
     4   files between two entities.
     5 * Jingle In-Band Bytestreams (XEP-261), a Jingle transport method that sends data
     5 * Jingle In-Band Bytestreams (XEP-261), a Jingle transport method that sends data
     6   using the In-Band Bytestreams (IBB) protocol (XEP-0047).
     6   using the In-Band Bytestreams (IBB) protocol (XEP-0047).
     7   
     7   
     8 ====INSTALLATION====
     8 ====INSTALLATION====
    12 Once you have installed them, you can simply run "cmake .", then "make install"
    12 Once you have installed them, you can simply run "cmake .", then "make install"
    13 as root. This should install the 3 modules in /usr/lib/mcabber.
    13 as root. This should install the 3 modules in /usr/lib/mcabber.
    14 To load them, type "/module load jingle", "/module load jingle-ft" and "module
    14 To load them, type "/module load jingle", "/module load jingle-ft" and "module
    15 load jingle-ibb". You can also load them automatically by putting those three
    15 load jingle-ibb". You can also load them automatically by putting those three
    16 lines in your mcabberrc without the leading slash.
    16 lines in your mcabberrc without the leading slash.
       
    17 
       
    18 =======USAGE=======
       
    19 The Jingle File Transfer module provide a /jft command.
       
    20 This command has three modes:
       
    21 * "send" to send files. e.g:
       
    22   /jft send /tmp/some_file_i_share
       
    23   Note that like in a shell, ~ refer to your home dir.
       
    24 * "info" to list transfers.
       
    25 * "flush" to remove finished transfers.