> I want to know if it is possible to create a complete private client > server IM with libjingle?
If you want a chat server and use Jingle, you should use an XMPP/ Jabber server. See <http://www.jabber.org/admin/> for more information. libjingle contains code to communicate with an XMPP server and create peer-to-peer sessions. > I start a new project and i want use this library, but I don't know if > is it only for multimadia tranfert or classic message chat too. As far as I know, libjingle contains enough code to do both. For chat, you only need to send and process XML code. You might be better off using a library that helps interpreting the XML though. See <http:// www.jabber.org/developer/>. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-talk-open" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-talk-open?hl=en -~----------~----~----~----~------~----~------~--~---
