"Massimiliano Mirra" <[EMAIL PROTECTED]> writes: > Today, I'm wondering whether a simple, specialized process to which > the main client forwards Jingle-related XMPP stanzas to, using a local > TCP connection, is the easiest/most portable way to do it. > Essentially like jinglepipe but over a socket.
Certainly most portable (modulo how the client and the component find eachother). I have been trying to avoid having an XML parser in my C code, since C plus XML doesn't sound very fun. On the other hand, extending XEP-0114 (Jabber Component Protocol) to cover client plugins might be interesting ☺ -- Magnus JID: [EMAIL PROTECTED]