1 message in com.googlegroups.google-talk-openripping the socket function out of li...
FromSent OnAttachments
GreenHope26 Jun 2007 02:20 
Subject:ripping the socket function out of libjingle?
From:GreenHope (gdli@gmail.com)
Date:06/26/2007 02:20:42 AM
List:com.googlegroups.google-talk-open

I'd like to rip the functions of sockets out of libjingle. The effect I want is, creating an instance of the necessary class such as SomeThread; and call Run method of it, then it is running in a seperate thread of my application. Then if I want to ask that class to send some content to some place, I simple call Post function of that SomeThread, and it will handle the sending stuff.

Then what necessary steps and files I need to take care of?

any idea and suggestion is appreciate. thanks