Tkabber

Tkabber
Login

This repository contains development of Tkabber, a fairly complete XMPP client written in Tcl/Tk.

Help on Cloning

The easiest way to get working development version of Tkabber is the following:

$ fossil clone https://chiselapp.com/user/sgolovan/repository/tkabber tkabber.fossil
$ fossil clone https://chiselapp.com/user/sgolovan/repository/tclxmpp tclxmpp.fossil
$ mkdir tkabber
$ cd tkabber
$ fossil open ../tkabber.fossil
$ mkdir tclxmpp
$ cd tclxmpp
$ fossil open --nested ../../tclxmpp.fossil

If you want to use authenticated cloning, do:

$ fossil clone https://username@chiselapp.com/user/sgolovan/repository/tkabber tkabber.fossil
$ fossil clone https://username@chiselapp.com/user/sgolovan/repository/tclxmpp tclxmpp.fossil
$ mkdir tkabber
$ cd tkabber
$ fossil open ../tkabber.fossil
$ mkdir tclxmpp
$ cd tclxmpp
$ fossil open --nested ../../tclxmpp.fossil

Note that Tkabber requires TclXMPP to work and the former commads download it from the TclXMPP repository.

Some useful plugins are being developed in the Tkabber plugins repository, so you may check them out as well.

Also, there is a set of contributed plugins at Tkabber contrib repository

.