Hey, Thanks for the reply. It looks like this OLPC stuff is fairly deeply integrated into the gabble sourcecode.
Do you have an example of how I can do what I need without modifying gabble? Can it be done using Python? Thanks! - Eric On Wed, 2008-02-27 at 19:21 -0500, Guillaume Desmottes wrote: > Le mercredi 27 février 2008 à 15:04 -0800, Eric Butler a écrit : > > Hi everyone, > > > > I'm working on a project that will use XMPP for communication. I am > > interested in using telepathy, however I need the ability to send > > arbitrary IQ packets so I can use PEP[1] with an arbitrary node/payload, > > perform service discover[2], etc. > > > > Tubes are not an option because I need to interop with existing XMPP > > clients. > > > > Can telepathy do this, or it not the right solution for me? > > > > Yeah, you can do this by defining your own Telepathy interfaces > extensions. > That's exactly what we do for the OLPC project which uses PEP too. > > Look at the "extensions" directory in Gabble's source code. > > G. > _______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
