Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tkabber(1) [debian man page]

TKABBER(1)						      General Commands Manual							TKABBER(1)

NAME
Tkabber -- a GUI client for XMPP (Jabber) instant messaging protocol SYNOPSIS
tkabber [options] DESCRIPTION
Tkabber is a GUI client for XMPP (Jabber) instant messaging protocol. It provides full support for basic XMPP specifications as well as many extensions (XEPs) including multi-user conferencing, file transfers, extensive handling of privacy lists and much more. Tkabber is written in Tcl/Tk and thus is easily extensible. This manual page was written for the Debian distribution because the original program does not have a manual page. OPTIONS
-colormap Colormap for main window -display Display to use -geometry Initial geometry for window -name Name to use for application (default: tkabber) -splash Display the initial splash screen (default: yes) -sync Use synchronous mode for display server -visual Visual for main window -use Id of window in which to embed application -- Pass all remaining arguments through to script SEE ALSO
Tkabber reference manual: /usr/share/doc/tkabber/tkabber.html Tkabber WWW site: http://tkabber.jabber.ru/ Tkabber wiki pages: http://tkabber.jabe.ru/ tkabber-plugins(7) AUTHOR
This manual page was written by Jonas Meurer <jonas@freesources.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. TKABBER(1)

Check Out this Related Man Page

LeakTracer(1)															     LeakTracer(1)

NAME
LeakTracer - a memory-usage debugger for C++ programs SYNOPSIS
LeakCheck program [ program arguments ... ] leak-analyze program [ leak.out ] [ main ] [ program arguments ... ] DESCRIPTION
This manual page documents briefly the LeakCheck and leak-analyze commands. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has docu- mentation in the HTML format; see below. LeakCheck is a small script that executes a C++ program while logging informations about calls to new and delete into a leak.out file. leak-analyze gives a human-readable report of the contents of a leak.out file, by calling gdb(1) to display the faulty lines. OPTIONS
These programs accept no special options. For an explanation of the possible arguments to leak-analyze, see the full documentation. SEE ALSO
The official documentation in /usr/share/doc/leaktracer/README.*, available both in HTML and plain text. gdb(1) AUTHOR
This manual page was written by Yann Dirson <dirson@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1, as published by the Free Software Foundation, with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. 23 March 2006 LeakTracer(1)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

Instant Messaging App Help

I was hoping someone could assist me on a text-based instant messaging client(using UDP) I am working on. I have the network communication basics already in place but, specifically, needed some further help on the "messaging other users" and "getting a user list" functions. The server code that... (0 Replies)
Discussion started by: AusTex
0 Replies

2. Programming

Sockets and File descriptors

I am in a Systems programming class this semester, and our current project is to write a program utilizing sockets and fork. For the project, I decided to make my own instant messaging program. I have the code completed, but I have a problem that keeps old clients from communicating with new... (3 Replies)
Discussion started by: gstlouis
3 Replies

3. Shell Programming and Scripting

scripting an interactive program session

Hello, I'm looking to script the basic instant messaging program we have in my company, it's called "oi", it's working as follow: # oi $user then we have to launch it... after finding the system of the user it's asking for the message... then on a new line we have to hit ctrl+d I... (2 Replies)
Discussion started by: nomadvisuals
2 Replies

4. Shell Programming and Scripting

HTTP coding

My company has an in house instant messaging system (like WhatsApp) where users can communicate with each other. I currently have code to email me certain items from my Sparc machine running SunOS 5.10. I want what I am emailing myself to now instant message me. The team that created the messenger... (5 Replies)
Discussion started by: shorty
5 Replies