When invoked as `naim', naim will create a connection of type AIM/TOC and will display some helpful information to the screen (but won't actually try to sign you on).
When invoked as `nicq', naim will create a connection of type ICQ/TOC and will display some helpful information to the screen (but won't actually try to sign you on).
When invoked as `nirc', naim will create a connection of type IRC and will attempt to sign you on using the nickname and server, if provided.
When invoked as `nlily', naim will create a connection of type Lily/SLCP and will display some helpful information to the screen (but won't actually try to sign you on).
If you wanted to sign on to AIM more than once, you might type: /newconn AIM2 AIM /connect othername
If you start naim as `naim' it will issue `/newconn AIM TOC' automatically. If you start naim as `nicq' it will issue `/newconn ICQ TOC' automatically. If you start naim as `nlily' it will issue `/newconn Lily SLCP' automatically. The first argument to /newconn is the connection "name", which can be anything you dream up (it might make sense to use your screen name if you are going to be connecting to the same service more than once), and the second argument is the connection type. AIM and ICQ both use the same connection type (TOC).
By default, the Ins and Del keys will switch between connections. See `/help keys' for additional information, including how to change your key bindings.
To report issues with the front end (things having to do with buddy windows, colors, .naimrc, and anything else "user oriented") contact the naim maintainer, Daniel Reed <n@ml.org>.
To report issues with the protocol library (problems connecting, error messages while connected, and anything else not a part of the front end) contact the FireTalk maintainer, now also Daniel Reed <n@ml.org>.
To report issues with the FreeBSD port, contact Ryan T. Dean <rtdean@cytherianage.net>.
If you would like to participate to naim's development in a more active role, feel free to submit patches either to myself or to the naim-users mailing list. Patches in context output format are prefered. In order to work on naim, you may wish to extract naim twice, and perform your builds in a third directory, as in: tar -jxvf naim-0.11.8.tar.bz2 mv naim-0.11.8 naim-0.11.8,original tar -jxvf naim-0.11.8.tar.bz2 mkdir naim-0.11.8-objdir cd naim-0.11.8-objdir ../naim-0.11.8/configure --prefix=/usr
Then you may modify the files in ../naim-0.11.8, compile, test, modify again, recompile, test, etc. until your are satisfied, then: cd .. diff -rcN naim-0.11.8,original naim-0.11.8 > \ naim-0.11.8.feature1.patch
And submit `naim-0.11.8.feature1.patch'. Do not gzip or otherwise encode patches, so they may be reviewed from within a mail client.