What I am thinking is for this box with libjingle to communicate with googletalk thereby establishing a peer to peer session. One thing is, the unix box with libjingle is behind a firewall. Any tips on how to make this work?
On 4/5/07, Sander Dijkhuis <[EMAIL PROTECTED]> wrote: > > > > 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 -~----------~----~----~----~------~----~------~--~---
