I'm really going to try to release Tuesday night. I'm going to try to
[pidgin-git.git] / doc / pidgin.1.in
blob90a3af0872ba0258639db543b091cba3059fbeee
1 Ri.\" Copyright (c) 2000, Dennis Ristuccia <dennis@dennisr.net>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 .\" Boston, MA  02111-1301  USA.
22 .TH pidgin 1 "" "Pidgin v@VERSION@"
23 .SH NAME
24 pidgin \- Instant Messaging client
25 .SH SYNOPSIS
26 .TP 5
27 \fBpidgin \fI[options]\fR
29 .SH DESCRIPTION
30 .PP
31 \fBpidgin\fR is a graphical modular messaging client based on libpurple
32 which is capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC,
33 Novell GroupWise, Lotus Sametime, Zephyr, Gadu-Gadu, and QQ all at once. It has
34 many common features found in other clients, as well as many unique features.
35 Pidgin is not endorsed by or affiliated with America Online, ICQ, Microsoft, or
36 Yahoo.
37 .PP
38 Pidgin can be extended by plugins written in multiple programming languages and
39 controlled through DBus or \fBpurple-remote\fR.
41 .SH OPTIONS
42 The following options are provided by Pidgin using the standard GNU
43 command line syntax:
44 .TP
45 .B \-c, \-\-config=\fIDIR\fB
46 Use \fIDIR\fR as the directory for config files instead of \fI~/.purple\fR.
47 .TP
48 .B \-d, \-\-debug
49 Print debugging messages to stdout.  These are the same debugging messages
50 that are displayed in the \fBDebug Window\fR.
51 .TP
52 .B \-f, \-\-force-online
53 Try to be online even if the network is reported (by Windows, or NetworkManager
54 on Linux) to be unavailable.
55 .TP
56 .B \-h, \-\-help
57 Print a summary of command line options and exit.
58 .TP
59 .B \-m, \-\-multiple
60 Allow multiple instances of Pidgin to run.
61 .TP
62 .B \-n, \-\-nologin
63 Don't automatically login when Pidgin starts.  Sets the global status to
64 \fBOffline\fR.
65 .TP
66 .B \-l, \-\-login[=\fINAME\fR,\fINAME\fR,...]
67 Enable the comma-separated list of accounts provided, disabling all other
68 accounts.  If the user does not specify such a comma-separated list, the
69 first account in accounts.xml will be enabled.
70 .TP
71 .B \-v, \-\-version
72 Print the current version and exit.
74 .SH TERMS
75 Pidgin uses a few terms differently from other applications.  For convenience
76 they are defined here:
77 .TP
78 .B Buddy List
79 The list of other users who the user wants to see status information for
80 and have quick access to for messaging.
81 .TP
82 .B Buddy
83 A user who has been added to the Buddy List.
84 .TP
85 .B Contact
86 A grouping of more than one buddy who are all the same person.  A contact may
87 contain buddies from any protocol and may contain as many buddies as the user
88 desires.  Contact arrangements are stored locally only.
89 .TP
90 .B Alias
91 A private "nickname" that may be set for Buddies or the user himself.  On some
92 protocols, aliases are saved on the server but not visible to other users.  On
93 other protocols, aliases are saved only locally.
94 .TP
95 .B Protocol
96 A messaging service.  AIM, XMPP, MSN, Zephyr, etc. are protocols.  Others may
97 call these "service types," "account types," "services," and so on.
99 .SH BUDDY LIST
100 The \fBBuddy List\fR window is Pidgin's main interface window.  Using
101 this window a user can see which of his/her buddies is online, away, idle,
102 etc.  The user can also add buddies to and remove buddies from the buddy list.
104 The \fBBuddy List\fR window contains a list of the user's buddies who are
105 online and have allowed the user to be notified of their presence.  The icon
106 to the left of each buddy indicates the buddy's current status.  Double
107 clicking a buddy will open a new \fBConversation\fR window.  Right clicking
108 will pop up a menu:
110 .B Get Info
111 Retrieves and displays information about the buddy.  This information is
112 also known as a Profile.
114 .B IM
115 Opens a new \fBConversation\fR window to the selected buddy.
117 .B Send File
118 Sends a file to the selected buddy (only available on protocols that support
119 file transfer).
121 .B Add Buddy Pounce
122 A Buddy Pounce is a configurable automated action to be performed when the
123 buddy's state changes.  This will open the \fBBuddy Pounce\fR dialog, which
124 will be discussed later.
126 .B View Log
127 Pidgin is capable of automatically logging messages.  These logs are
128 either plain text files (with a .txt extension) or html files (with a
129 \&.html extension) located under the \fI~/.purple/logs\fR directory.  This
130 menu command will display Pidgin's log viewer with logs loaded for that
131 buddy or chat.
133 .B Alias
134 Create an alias for this buddy.  This will show an editable text field where
135 the buddy's name was displayed.  In this field one can give this
136 buddy an alternate, more friendly name to appear on the buddy list and in
137 conversations.
139 For example, if a buddy's name was jsmith1281xx and his real
140 name was 'John Q. Smith,' one could create an alias as to identify the
141 buddy by his common name.
143 The remainder of the menu will consist of protocol specific commands.
144 These commands vary depending on the protocol.
146 .B Status Selector
147 At the bottom of the \fBBuddy List\fR is a status selector which allows one to
148 change his/her status.  This will be discussed further in the \fBSTATUS
149 MESSAGES\fR section below.
151 .SH ACCOUNT EDITOR
152 The account editor consists of a list of accounts and information about
153 them.  It can be accessed by selecting \fBManage\fR from the Accounts menu.
154 Clicking \fIDelete\fR will delete the currently selected account.
155 Clicking \fIAdd\fR or \fIModify\fR will invoke a \fBModify Account\fR
156 window.  Here, the user  can add or alter account information.  When creating
157 a new account, the user will submit a username and password.  The user will
158 also choose the protocol for the account.
160 If \fIRemember Password\fR is chosen, the password will be saved in
161 Pidgin's \fI~/.purple/accounts.xml\fR configuration file.
163 If \fIEnabled\fR is checked in the accounts dialog, this account will
164 follow the status currently selected in the status selector.  If it is
165 not checked, the account will always be offline.
167 Each protocol has its own specific options that can be found in the
168 modify screen.
170 .SH PREFERENCES
172 All options take effect immediately.
174 .SH Interface
177 .B Show system tray icon
178 Specifies when to show a Pidgin icon in the notification area of the user's
179 panel (commonly referred to as the System Tray).
182 .B Hide new IM conversations
183 Specifies when to hide new IM messages.  Messages will queue under the
184 specified condition until shown.  Clicking the Pidgin icon in the
185 notification area or system tray will display the queued messages.  An
186 icon also appears in the buddy list's menu bar; this icon may also be
187 used to display queued messages.
190 .B Show IMs and chats in tabbed windows
191 When checked, this option will cause IM and chat sessions to appear in
192 windows with multiple tabs.  One tab will represent one conversation or
193 chat.  Where tabs are placed will be dictated by the preferences below.
196 .B Show close buttons on tabs
197 When checked, this option will cause a clickable "U+2715 MULTIPLICATION X"
198 unicode character to appear at the right edge of each tab.  Clicking this
199 will cause the tab to be closed.
202 .B Placement
203 Specifies where to place tabs in the window.  Some tab orientations may
204 allow some users to fit more tabs into a single window comfortably.
207 .B New conversations
208 Specifies under which conditions tabs are placed into existing windows or
209 into new windows.  For a single window, select \fILast created window\fR here.
211 .SH Conversations
214 .B Enable buddy icon animation
215 If a buddy's icon happens to be animated, this option will enable the
216 animation, otherwise only the first frame will be displayed.
219 .B Notify buddies that you are typing to them
220 Some protocols allow clients to tell their buddies when they are typing.
221 This option enables this feature for protocols that supports it.  For XMPP,
222 this also enables sending the "User has left the conversation" message
223 when ending the conversation.
226 .B Default Formatting
227 Allows specifying the default formatting to apply to all outgoing messages
228 (only applicable to protocols that support formatting in messages).
230 .SH Smiley Themes
231 Allows the user to choose between different smiley themes. The "none" theme
232 will disable graphical emoticons - they will be displayed as text instead.
233 The \fBAdd\fR and \fBRemove\fR buttons may be used to install or uninstall
234 smiley themes.  Themes may also be installed by dragging and dropping them
235 onto the list of themes.
237 .SH Sounds
240 .B Method
241 Lets the user choose between different playback methods. The user can also
242 manually enter a command to be executed when a sound is to be played\
243 (\fI%s\fR expands to the full path to the file name).
246 .B Sounds when conversation has focus
247 When checked, sounds will play for events in the active conversation if
248 the window is focused.  When unchecked, sounds will not play for the
249 active conversation when the window is focused.
252 .B Enable Sounds
253 Determines when to play sounds.
256 .B Sound Events
257 Lets the user choose when and what sounds are to be played.
259 .SH Network
262 .B STUN server
263 This allows specifying a server which uses the STUN protocol to determine
264 a host's public IP address.  This can be particularly useful for some
265 protocols.
268 .B Autodetect IP address
269 When checked, causes Pidign to attempt to determine the public IP address
270 of the host on which Pidgin is running and disables the \fBPublic IP\fR
271 text field listed below.
274 .B Public IP
275 If \fBAutodetect IP address\fR is disabled, this field allows manually
276 specifying the public IP address for the host on which Pidgin is running.
277 This is mainly useful for users with multiple network interfaces or behind
278 NATs.
281 .B Manually specify range of ports to listen on
282 Specify a range ports to listen on, overriding any defaults.  This is
283 sometimes useful for file transfers and Direct IM.
286 .B Proxy Server
287 The configuration section to enable Pidgin to operate through a proxy
288 server.  Pidgin currently supports SOCKS 4/5 and HTTP proxies.
290 .SH Browser
293 .B Browser
294 Allows the user to select Pidgin's default web browser.  Firefox, Galeon,
295 Konqueror, Mozilla, Netscape and Opera are supported natively.  The user
296 can also manually enter a command to be executed when a link is clicked
297 (\fI%s\fR expands to the URL).  For example, \fIxterm -e lynx "%s"\fR will
298 open the link with lynx.
301 .B Open link in
302 Allows the user to specify whether to use an existing window, a new tab, a
303 new window, or to let the browser to decide what to do when calling the
304 browser to open a link.  Which options are available will depend on which
305 browser is selected.
307 .SH Logging
310 .B Log format
311 Specifies how to log.  Pidgin supports HTML and plain text, but plugins can
312 provide other logging methods.
315 .B Log all instant messages
316 When enabled, all IM conversations are logged.  This can be overridden on a
317 per-conversation basis in the conversation window.
320 .B Log all chats
321 When enabled, all chat conversations are logged.  This can be overridden on a
322 per-conversation basis in the conversation window.
325 .B Log all status changes to system log
326 When enabled, status changes are logged.
328 .SH Status / Idle
331 .B Report idle time
332 Determines under which conditions to report idle time.  \fBBased on keyboard
333 and mouse use\fR uses keyboard and mouse activity to determine idle time.
334 \fBFrom last sent message\fR uses the time at which the user last sent a
335 message in Pidgin to determine idle.  \fBNever\fR disables idle reporting.
338 .B Auto-reply
339 Determines when to send an auto-reply on protocols which support it
340 (currently only AIM).
343 .B Change status when idle
344 When enabled, this uses the \fBMinutes before becoming idle\fR and \fBChange
345 status to\fR preferences described below to set status on idle.
348 .B Minutes before becoming idle
349 Specifies how many minutes of inactivity are required before considering the
350 user to be idle.
353 .B Change status to
354 Specifies which "primitive" or "saved" status to use when setting status on
355 idle.
358 .B Use status from last exit at startup
359 If this is checked, Pidgin will remember what status was active when the
360 user closed Pidgin and restore it at the next run.  When disabled, Pidgin
361 will always set the status selected in \fBStatus to apply at startup\fR
362 at startup.
365 .B Status to apply at startup
366 When \fBUse status from last exit at startup\fR is disabled, this specifies
367 which "primitive" or "saved" status to use at startup.
369 .SH CONVERSATIONS
370 When starting a new conversation, the user is presented with the
371 \fBConversation\fR window.  The conversation appears in the upper text box
372 and the user types his/her message in the lower text box.  Between the two
373 is a row of options, represented by icons.  Some or all buttons may not be
374 active if the protocol does not support the specific formatting. From left
375 to right:
377 .B Font
378 This menu provides font control options for the current conversation.  Size,
379 style, and face may be configured here.
381 .B Insert
382 This menu provides the ability to insert images, horizontal rules, and links
383 where the protocol supports each of these features.
385 .B Smile!
386 Allows the insertion of graphical smileys via the mouse.  This button shows
387 the user a dialog with the available smileys for the current conversation.
389 .SH CHATS
390 For protocols that allow it, \fBChats\fR can be entered through the
391 \fIBuddies\fR menu.
393 Additional features available in chat, depending on the protocol are:
395 .B Whisper
396 The text will appear in the chat conversation, but it will only be visible
397 to the sender and the receiver.
399 .B Invite
400 Invite other people to join the chat room.
402 .B Ignore
403 Ignore anything said by the chosen person
405 .B Set Topic
406 Set the topic of the chat room.  This is usually a brief sentence
407 describing the nature of the chat--an explanation of the chat room's name.
409 .B Private Message (IM)
410 Send a message to a specific person in the chat.  Messages sent this way will
411 not appear in the chat window, but instead open a new IM conversation.
413 .SH STATUS MESSAGES
414 Most protocols allow for status messages.  By using status messages, a user
415 can leave an informative message for others to see.  Status and status
416 messages are configured via the status selector at the bottom of the Buddy
417 List window.  By default the menu shown here is divided into sections for
418 "primitive" status types, such as \fIAvailable\fR, \fIAway\fR, etc.; a few
419 "popular" statuses (including "transient" statuses)  which have been
420 recently used, and a section which shows \fBNew Status...\fR and \fBSaved
421 Statuses...\fR options for more advanced status manipulation.
424 .B Primitive Statuses
425 A primitive status is a basic status supported by the protocol.  Examples of
426 primitive statuses would be Available, Away, Invisible, etc.  A primitive
427 status can be used to create a \fBTransient Status\fB or a \fBSaved Status\fR,
428 both explained below.  Essentially, primitive statuses are building blocks
429 of more complicated statuses.
432 .B Transient Statuses
433 When one of the statuses from the topmost section of the status selector's
434 menu is selected, this creates a transient, or temporary, status.  The status
435 will show in the "popular statuses" section in the menu until it has not been
436 used for a sufficiently long time.  A transient status may also be created by
437 selecting \fINew Status...\fR from the status selector's menu, then clicking
438 \fIUse\fR once the user has entered the message.
441 .B Saved Statuses
442 Saved statuses are permanent--once created, they will exist until deleted.
443 Saved statuses are useful for statuses and status messages that will be used
444 on a regular basis.  They are also useful for creating complex statuses in
445 which some accounts should always have a different status from others.  For
446 example, one might wish to create a status called "Sleeping" that has all
447 accounts set to "Away", then create another status called "Working" that
448 has three accounts set to "Away" and another account set to "Available."
451 .B New Status Window
452 When the user selects \fINew Status...\fR from the status selector menu,
453 Pidgin presents the user with a dialog asking for status-related information.
454 That information is discussed below:
456 \fITitle\fR - The name of the status that will appear in the status selctor's
457 menu.  If the user clicks the \fISave\fR or \fISave & Use\fR button, this
458 name will also be shown in the \fBSaved Status Window\fR.  The title should
459 be a short description of the status.
461 \fIStatus\fR - The type of status being created, such as Available, Away, etc.
463 \fIMessage\fR - The content of the status message.  This is what is visible
464 to other users.  Some protocols will allow formatting in some status messages;
465 where formatting is not supported it will be stripped to the bare text entered.
467 \fIUse a different status for some accounts\fR - This allows the creation of
468 complex statuses in which some accounts' status differs from that of other
469 accounts.  To use this, the user will click the expander to the left of the
470 text, then select individual accounts which will have a different status
471 and/or status message.  When the user selects an account, Pidgin will present
472 another status dialog asking for a status and a message just for the selected
473 account.
476 .B Saved Status Window
477 When the user selects \fISaved Statuses...\fR from the status selector's menu,
478 Pidgin presents a dialog that lists all saved statuses.  "Transient" statuses,
479 discussed above, are \fB\fINOT\fR\fR shown here.  This window provides the
480 ability to manage saved statuses by allowing the creation, modification, and
481 deletion of saved statuses.  The \fIUse\fR, \fIModify\fR, and \fIDelete\fR
482 buttons here allow operation on the status selected from the list; the \fAdd\fR
483 button allows creation of a new saved status, and the \fIClose\fR button closes
484 the window.
486 .SH BUDDY POUNCE
487 A Buddy Pounce is an automated trigger that occurs when a buddy returns to
488 a normal state from an away state.  The \fBBuddy Pounce\fR dialog box
489 can be activated by selecting the \fIBuddy Pounce\fR option from the
490 \fBTools\fR menu. From this dialog, new pounces can be created with the
491 \fBAdd\fR button and existing pounces can be removed with the \fBDelete\fR
492 button.  A pounce can be set to occur on any combination of the
493 events listed, and any combination of actions can result.  If \fIPounce
494 only when my status is not Available\fR is checked, the pounce will occur
495 only if the user is set to a non-available status, such as invisible, do not
496 disturb, away, etc.  If \fIRecurring\fR is checked, the pounce will remain
497 until removed by the \fBDelete\fR button.
499 .SH CUSTOM SMILIES
500 Pidgin 2.5.0 introduced support for custom smilies on those protocols for which
501 interested contributors have developed support.  The custom smiley manager can
502 be accessed by selecting \fISmiley\fR from the \fITools\fR menu.  From here,
503 custom smilies may be added, edited, or deleted by clicking the \fIAdd\fR,
504 \fIEdit\fR, or \fIDelete\fR buttons, respectively.
506 During a conversation with another user, that user's custom smileys may be
507 added to the user's own custom smiley list directly from the conversation
508 window by right-clicking the new custom smiley and selecting \fIAdd Custom
509 Smiley...\fR
511 .SH PLUGINS
512 Pidgin allows for dynamic loading of plugins to add extra functionality
513 to Pidgin.  See \fIplugins/HOWTO\fR or
514 \fIhttp://developer.pidgin.im/wiki/CHowTo\fR for information on writing
515 plugins.
517 The plugins dialog can be accessed by selecting \fIPlugins\fR from the
518 \fITools\fR menu. Each plugin available appears in this dialog with its name,
519 version, and a short summary of its functionality. Plugins can be enabled
520 with the checkbox beside the name and short description.  More information on
521 the currently selected plugin is available by clicking the expander beside the
522 text \fIPlugin Details\fR.  If the selected plugin has preferences or
523 configuration options, the \fIConfigure Plugin\fR button will present the
524 plugin's preferences dialog.
526 .SH PERL
527 Pidgin allows for plugins to be written in the perl scripting language.  See
528 \fIPerl Scripting HOWTO\fR in the Pidgin documentation for more information
529 about perl scripting.
531 .SH TCL
532 Pidgin allows for plugins to be written in the Tcl scripting language. See
533 \fIplugins/tcl/TCL-HOWTO\fR for more information about Tcl scripting.
535 .SH D-Bus
536 Pidgin allows for interaction via D-Bus.  Currently very little documentation
537 about this interaction exists.
539 .SH FILES
540   \fI@prefix@/bin/pidgin\fR: Pidgin's location.
542   \fI~/.purple/blist.xml\fR: the buddy list.
544   \fI~/.purple/accounts.xml\fR: information about the user's accounts.
546   \fI~/.purple/pounces.xml\fR: stores the user's buddy pounces.
548   \fI~/.purple/prefs.xml\fR: Pidgin's configuration file.
550   \fI~/.purple/status.xml\fR: stores the user's away messages.
552   \fI~/.purple/logs/PROTOCOL/ACCOUNT/BUDDYNAME/DATE.{html,txt}\fR: conversation logs.
554 .SH DIRECTORIES
555   \fI@prefix@/lib/pidgin/\fR: Pidgin's plugins directory.
557   \fI@prefix@/lib/purple-2/\fR: libpurple's plugins directory.
559   \fI~/.purple\fR: users' local settings
561   \fI~/.purple/plugins/\fR: users' local plugins
563 .SH BUGS
564 The bug tracker can be reached by visiting \fIhttp://developer.pidgin.im/query\fR
566 Before sending a bug report, please verify that you have the latest
567 version of Pidgin.  Many bugs (major and minor) are fixed
568 at each release, and if yours is out of date, the problem may already
569 have been solved.
571 .SH PATCHES
572 If you fix a bug in Pidgin (or otherwise enhance it), please submit a
573 patch (using \fBmtn diff > my.diff\fR against the latest version from the
574 Monotone repository) at \fIhttp://developer.pidgin.im/simpleticket\fR
576 You are also encouraged to drop by at \fB#pidgin\fR on \fIirc.freenode.net\fR
577 to discuss development.
580 .SH SEE ALSO
581 \fIhttp://pidgin.im/\fR
583 \fIhttp://developer.pidgin.im/\fR
585 \fBpurple-remote\fR(1)
587 \fBfinch\fR(1)
589 .SH LICENSE
590 This program is free software; you can redistribute it and/or modify
591 it under the terms of the GNU General Public License as published by
592 the Free Software Foundation; either version 2 of the License, or
593 (at your option) any later version.
595 This program is distributed in the hope that it will be useful, but
596 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
597 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
598 General Public License for more details.
600 You should have received a copy of the GNU General Public License
601 along with this program; if not, write to the Free Software
602 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
604 .SH AUTHORS
605 Pidgin's active developers are:
607   Daniel 'datallah' Atallah (developer)
609   Paul 'darkrain42' Aurich (developer)
611   John 'rekkanoryo' Bailey (developer and bugmaster)
613   Ethan 'Paco-Paco' Blanton (developer)
615   Thomas Butter (developer)
617   Ka-Hing Cheung (developer)
619   Sadrul Habib Chowdhury (developer)
621   Mark 'KingAnt' Doliner (developer) <\fIthekingant@users.sourceforge.net\fR>
623   Sean Egan (developer) <\fIseanegan@gmail.com\fR>
625   Casey Harkins (developer)
627   Ivan Komarov
629   Gary 'grim' Kramlich (developer)
631   Richard 'rlaager' Laager (developer) <\fIrlaager@pidgin.im\fR>
633   Sulabh 'sulabh_m' Mahajan (developer)
635   Richard 'wabz' Nelson (developer)
637   Christopher 'siege' O'Brien (developer)
639   Bartosz Oler (developer)
641   Etan 'deryni' Reisner (developer)
643   Tim 'marv' Ringenbach (developer) <\fImarv_sf@users.sf.net\fR>
645   Michael 'Maiku' Ruprecht (developer, voice and video)
647   Elliott 'QuLogic' Sales de Andrade (developer)
649   Luke 'LSchiere' Schierer (support)
651   Megan 'Cae' Schneider (support/QA)
653   Evan Schoenberg (developer)
655   Kevin 'SimGuy' Stange (developer and webmaster)
657   Will 'resiak' Thompson (developer)
659   Stu 'nosnilmot' Tomlinson (developer)
661   Nathan 'faceprint' Walp (developer)
665 Our crazy patch writers include:
667   Marcus 'malu' Lundblad
669   Dennis 'EvilDennisR' Ristuccia
671   Peter 'fmoo' Ruibal
673   Gabriel 'Nix' Schulhof
675   Jorge 'Masca' VillaseƱor
679 Our artists are:
681   Hylke Bons <\fIh.bons@student.rug.nl\fR>
685 Our retired developers are:
687   Herman Bloggs (win32 port) <\fIherman@bluedigits.com\fR>
689   Jim Duchek <\fIjim@linuxpimps.com\fR> (maintainer)
691   Rob Flynn <\fIgaim@robflynn.com\fR> (maintainer)
693   Adam Fritzler (libfaim maintainer)
695   Christian 'ChipX86' Hammond (developer & webmaster) <\fIchipx86@chipx86.com\fR>
697   Syd Logan (hacker and designated driver [lazy bum])
699   Jim Seymour (XMPP developer)
701   Mark Spencer (original author) <\fImarkster@marko.net\fR>
703   Eric Warmenhoven (former lead developer) <\fIeric@warmenhoven.org\fR>
707 Our retired crazy patch writers include:
709   Felipe 'shx' Contreras
711   Decklin Foster
713   Peter 'Bleeter' Lawler
715   Robert 'Robot101' McQueen
717   Benjamin Miller
721 This manpage was originally written by Dennis Ristuccia
722 <\fIdennis@dennisr.net\fR>.  It has been updated and largely rewritten by
723 Sean Egan <\fIseanegan@gmail.com\fR>,
724 Ben Tegarden <\fItegarden@uclink.berkeley.edu\fR>,
725 and John Bailey <\fIrekkanoryo@pidgin.im\fR>.