teaj / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Add Fileshare module into callclient in libjingle v0.6.14 #370

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I want to  Implement chat and file transfer functions together based on 
callclient , it's like talkmm , chatclient and   fileclient  is implement as 
attach in talkmm ,but talkmm based on v0.4,I want to implement them in latest 
version v6.14.   Please help me.

What is the expected output? What do you see instead?
pcp is very different in latest and v0.4 

What version of the product are you using? On what operating system?
iphone simulator and iphone os 

Please provide any additional information below.

Original issue reported on code.google.com by guohui.g...@gmail.com on 5 Jul 2012 at 9:44

Attachments:

GoogleCodeExporter commented 9 years ago
chat client is compatible   ,but file share client is incompatible ,It is very 
different ,so somebody can give a sample to implement ?

Original comment by guohui.g...@gmail.com on 5 Jul 2012 at 10:02

GoogleCodeExporter commented 9 years ago
I think add file transfers into callclient is a good idea to help people build 
app easier. new pcp example miss fileshareclient  class ,pcp example is very 
different in latest version, I don't how to add file transfer function in 
callclient.Can u help me ?

Original comment by guohui.g...@gmail.com on 5 Jul 2012 at 6:23

GoogleCodeExporter commented 9 years ago
Now I and doing this ,may be this link will help you.It implements the file 
share use libjingle and Socket.

http://gnat.googlecode.com/svn/trunk

Original comment by WACR2008@gmail.com on 30 Aug 2012 at 3:03