Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ayttm(1) [debian man page]

Ayttm(1)						      General Commands Manual							  Ayttm(1)

NAME
Ayttm - Universal Instant Messaging client SYNOPSIS
ayttm [options]... DESCRIPTION
Ayttm is an instant messaging (aka chat) client that provides all-in-one chat functionality for several major instant messaging services from one simple program. Ayttm "Contacts" allow you to refer to several accounts of the same person from a single contact name, making it one of the cleanest and simplest clients to use. OPTIONS
-h, --help Display help and exit -v, --version Output version information and exit -g, --geometry Set position of main window -d, --config-dir Specify configuration directory -D, --disable-server Disable console message server -c, --contact Specify contact to send a message to via console server -m, --message Specify the message to send via console server (Note: -c and -m must be used together) DESCRIPTION
Ayttm is a unified multi-protocol Instant Messaging client that allows you to stay in touch with your contacts across multiple protocols through one conventient interface. Currently Ayttm supports AIM, ICQ, IRC, Jabber, MSN and Yahoo!. A detailed list of features is available at: http://ayttm.sourceforge.net/features.shtml FILES
$(HOME)/.ayttm/accounts - information about your accounts $(HOME)/.ayttm/contacts - contact/buddy list $(HOME)/.ayttm/logs/ - conversation logs $(HOME)/.ayttm/prefs - preferences FEEDBACK
For submitting bug reports, patches, feature requests and support requests, please use the Sourceforge.net tracker for Ayttm at http://sourceforge.net/tracker/?group_id=77614 Before sending a bug report, please verify that you have the latest version of Ayttm. Many bugs (major and minor) are fixed at each release, and if yours is out of date, the problem may already have been solved. SEE ALSO
Ayttm Home Page: http://ayttm.sourceforge.net Ayttm User Manual: http://ayttm.sourceforge.net/ayttm-manual LICENCE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA AUTHORS
The authors of Ayttm are: Colin Leroy <colin@colino.net> Lead Developer Andy S. Maloney <a_s_maloney@yahoo.com> Code Monkey Philip S. Tellis <philip.tellis@iname.com> Yahoo! Edward L. Haletky <elh@astroarch.com> Windows Port Tahir Hashmi <code_martial@softhome.net> Manual, Doc. Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> This manpage was adapted from one written by Laurel Fan <lf25@andrew.cmu.edu> for EveryBuddy. ACKNOWLEDGEMENTS
Ayttm is an heir of EveryBuddy (http://www.everybuddy.com). We would like to thank the EveryBuddy development team for their contribution. Special thanks to Mark Spencer, initial creator of GAIM, for all of the tremendous support he has given. Ayttm(1)

Check Out this Related Man Page

bitlbee(8)						      System Manager's Manual							bitlbee(8)

NAME
BitlBee - IRC gateway to IM chat networks SYNOPSIS
bitlbee [-I] [-c configuration file] [-d configuration directory] bitlbee -D [-i address] [-p port number] [-n] [-v] [-c configuration file] [-d configuration directory] bitlbee -h DESCRIPTION
BitlBee is an IRC daemon that can talk to instant messaging networks and acts as a gateway. Users can connect to the server with any normal IRC client and see their 'buddy list' in &bitlbee. It currently supports Oscar (AIM and ICQ), MSN, Jabber, Yahoo! and Twitter. bitlbee should be called by inetd(8), or you can run it as a stand-alone daemon. OPTIONS
-I Run in inetd(8) mode. This is the default setting, you usually don't have to specify this option. -D Run in daemon mode. In this mode, BitlBee forks to the background and waits for new connections. All clients will be served from one process. -F Run in ForkDaemon mode. This is similar to ordinary daemon mode, but every client gets its own process. Easier to set up than inetd mode, and without the possible stability issues. -i address Only useful when running in daemon mode, to specify the network interface (identified by IP address) to which the daemon should attach. Use this if you don't want BitlBee to listen on every interface (which is the default behaviour). -p port number Only useful when running in daemon mode, to specify the port number on which BitlBee should listen for connections. 6667 is the default value. -n Only useful when running in daemon mode. This option prevents BitlBee from forking into the background. -v Be more verbose. This only works together with the -n flag. -c path to other configuration file Use a different configuration file. -d path to user settings directory BitlBee normally saves every user's settings in /var/lib/bitlbee/. If you want the settings to be stored somewhere else (for exam- ple, if you don't have write permissions in the default location), use this option. -h Show help information. COMMANDS
To get a complete list of commands, please use the help commands command in the &bitlbee channel. SEE ALSO
ircd(8), inetd(8), inetd.conf(5), gaim(1). http://www.bitlbee.org/ For more information on using BitlBee, once connected, you should use the on-line help system. BUGS
Of course there are bugs. If you find some, please report them at http://bugs.bitlbee.org/. LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple PLace, Suite 330, Boston, MA 02111-1307 USA AUTHORS
Wilmer van der Gaast <wilmer@gaast.net> Jelmer Vernooij <jelmer@vernstok.nl> Maurits Dijkstra <mauritsd@xs4all.nl> 07 March 2004 bitlbee(8)
Man Page