Tkabber

Update of "Tkabber"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 214b6eaec6ba498f6ec3e317d9f1d9e7da8b6c72
Page Name:Tkabber
Date: 2015-03-24 09:19:00
Original User: sgolovan
Parent: dc9ce7e52d5e4478158f7c65fcad2d185cf3070d (diff)
Content

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

.