This project implements an XMPP (RFC-6120 and RFC-6121) library which is to be used for clients, bots and components written in Tcl or Tcl/Tk.
Help on Cloning
Anonymous cloning:
$ fossil clone https://chiselapp.com/user/sgolovan/repository/tclxmpp tclxmpp.fossil $ mkdir tclxmpp $ cd tclxmpp $ fossil open ../tclxmpp.fossil
Authenticated cloning:
$ fossil clone https://username@chiselapp.com/user/sgolovan/repository/tclxmpp tclxmpp.fossil $ mkdir tclxmpp $ cd tclxmpp $ fossil open ../tclxmpp.fossil