Gossip has pulled Telepathy support and so is no longer of any use to Telepathy users. Take a look at Empathy instead.
Installation Instructions
Install libtelepathy and your connection managers of choice, see TelepathySetup.
- Check out Gossip from the Gnome SVN:
svn co http://svn.gnome.org/svn/gossip/trunk
- Run:
./autogen.sh --disable-scrollkeeper --prefix=<your prefix> --enable-telepathy=yes
make; make install
Installation Instructions for the video/voip support
Install libtelepathy, telepathy-gabble and stream-engine. See TelepathySetup
- Check out Gossip from the Gnome SVN:
svn co http://svn.gnome.org/svn/gossip/trunk
Apply the latest patch found on Video/Voip Bug
- Run:
./autogen.sh --disable-scrollkeeper --prefix=<your prefix> --enable-telepathy=yes
make; make install
Project Resources
IRC room is #gossip on GIMPNet (ircd.gimp.org). irc://irc.gimp.org/gossip
- Jabber room is gossip on conference.imendio.com.
Debug/Bug report
If gossip crashes and you want to report the bug, please open a new bug on Gnome's bugzilla with that information:
1. A useful backtrace of the crash. Please install debug package of gossip-telepathy if you use Ubuntu's package ! it can be found there:
deb http://people.ubuntu.com/~pitti/ddebs feisty main universe multiverse restricted
2. The output of gossip when starting it that way
$ GOSSIP_DEBUG=all gossip
3. If you see in gossip's output something like «Connection destroyed, CM crashed ?» please include debug messages of your Connection Manager (and useful backtrace if it crashes). For Gabble you can get by launching it before gossip like that:
$ LM_DEBUG=net GABBLE_DEBUG=all telepathy-gabble
To Do
Conform to MissionControl API.
- Make D-Bus calls asynchronous where required/possible.
- Support contact information (VCard)
- Bug fixes
Hacking
- Just dive in dammit!

