segler_alex wrote: > i want to write a program that intercepts all messages sent over the > telepathy framework and change it before sending. is that possible?
It's possible, but not straightforward. You could do this by writing a "proxy" connection manager, and configuring all your accounts to use it. It would create the real connection on the underlying CMs, and have proxy channels for all the channels the underlying CM pops up, filtering messages as it sees fit. Presumably your goal is to do OTR? -- Will
signature.asc
Description: OpenPGP digital signature
_______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
