Hi,

>
> Hello
>
> I am implement a text messaging client based on libjingle.

I am really in search of libjingle based text messaging client. Can
you please forward me the code. I am also interested in the
development of this client. If this is an open source project then
please let me know me and my team would like to work on it. Please do
send me the code.
>
> In our team, my task is to provide the jabber messaging related
> library like roster, subscription, presence etc. All of these work
> fine during my own testing.
>
> However, my testing problem blocks the whole main thread. This
> blocking is due to code:
>
> main_thread.Run(); //under the cover, there is a while(true) loop
> implemented by libjingle.
>
> Although it works fine. But other team members want me to provide
> unblocked libary/code. So that they can use the same thread to run the
> application logics like read the keyboard input from the users.

Simultaneously you can run the code as well as you read the input from
the keyboard. You have that code written in console.cc

>
> Although it seems that libjingle support multiple thread and provide
> some utilities, i am not sure how to make the messaging code(listening
> for incoming jabber stanza) and user input run in different threads
> currently.
>
> Please help
>
> regards
> peter
>
>
> >
>


-- 
...Swapnil

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to