Por que não usar o Pidgin? O Pidgin suporta quase todos os protocolos de chat (incluindo o Facebook) e você pode ter um log de bate-papo comum. Para manter os registros sincronizados , use um serviço como o Dropbox .
One problem with just installing DropBox, it can only sync what’s in it’s folder. We can’t move the chat logs folder of pidgin, so we need to create symbolic links, and junctions between the folders on each computer. The process of doing this may vary depending on the platform you’re using. First, we need to locate the DropBox folder, and the logs folder for Pidgin.
Linux:
~/.purple/logs/
Windows XP:
C:\Documents and Settings\username\Application Data
Vista:
C:\Users\myuser\AppData\Roaming\.purple\logs
If you’re on linux, then you can use the ln command to create a symbolic link:
ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]
If you’re in Windows XP, you’ll need to download and use this shell extension.
In Windows Vista/7, you can use the mklink command.
To create symbolic link called
foo
to reference toc:\Windows\System32\notepad.exe
C:\test>mklink foo c:\Windows\System32\notepad.exe