Tagged Questions

libjingle is a collection of open-source C++ code and sample applications that enables you to build a peer-to-peer application.

learn more… | top users | synonyms

11
votes
2answers
3k views

NAT Traversal with Java

I'm trying to find a way to communicate between two NAT-ed nodes using Java. My requirements pretty much align with the ICE-specification; i.e. I want to try STUN first and then fall back to relaying ...
7
votes
1answer
465 views

Ruby Jabber/Jingle library

Do you know any well documented library for handling Jabber's Jingle (audio/video) extension in Ruby ?
2
votes
0answers
104 views

error with Corefoundation in Libjingle compile

I am trying to build libjingle on OSX 10.6.8 with xcode 4.3 and have run into and error with corefoundation which is killing the process. I assume the problem is with it not seeing corefoundation (or ...
2
votes
1answer
565 views

libjingle's XmppPump compilation problem

I just started coding a gtalk chat bot using libjingle. I'm having a problem getting the compiler to find the XmppClient class called by XmppPump class. The XmppClient is provided by libjingle in the ...
2
votes
2answers
455 views

What are the incompatibilities of libjingle and XEP-0166 et al?

libjingle's developer guide quite vaguely mentions incompatibilities between libjingle's implementation of Jingle and XEP-0166's specification. It also mentions it is incompatible with XEP-0167, ...
1
vote
1answer
367 views

XMPP / Jingle Voice Library for Android

I'm looking for a Jingle library (or app code) that exists on android and supports Voice for Gtalk or any xmpp in general. I don't really want to write JNI for libjingle. I would prefer something in ...
1
vote
3answers
728 views

p2p open source library tcp/udp multicast support

I have a certain application running on my computer. The same application can run on many computers on a LAN or different places in the world. I want to communicate between them. So I basically want a ...
1
vote
0answers
228 views

Using libjingle 0.5.x for P2P with self-provided signaling

Can someone provide a small chunk of code based on libjingle 0.5.x where I can see how I could establish a P2P channel for transmitting data, without using XMPP? I intend to provide signaling via ...
1
vote
1answer
245 views

XMPP and libjingle connection using IP address

I am developing a P2P application where UserA knows UserB's IP address and request a connection. It is not possible to log-in to any Google Talk or similar account, we have to use just the IP address. ...
1
vote
1answer
602 views

problem compiling libjingle

I downloaded and installed libjingle-0.5.2.zip, and according to the README also downloaded and installed swtoolkit.0.9.1.zip, scons-local-2.1.0.alpha.20101125.tar.gz, and expat-2.0.1.tar.gz, and got ...
0
votes
0answers
35 views

Developing plugin like “Google Talk browser plugin” [closed]

I am thinking to create a browser plugin for Windows PC. This plugin should work with all types browser on Windows(like IE, Chrome). I have plan to port the same plugin to other platforms like ...
0
votes
0answers
69 views

Generating libjingle VS solution and projects

I'm trying to generate the sln and vcproj files from the checkout of libjingle svn. I set all the environment variables defined on README, but i keep getting the error: C:\src>hammer --mode=all ...
0
votes
1answer
82 views

Link error when build libjingle on Mac OS X 10.7.2

I want to build libjingle on Mac OS X 10.7.2. I just overcome the compiler error and meet the linker error now. The path /Developer/libjingle/libjingle-0.6.3/talk/build/dbg/lib exists but system says ...
0
votes
3answers
161 views

error at building libjingle on Mac OS X 10.7.2 like “error: string.h: No such file or directory”

I failed to build libjingle on Mac OS X 10.7.2. The output was the following when I run $path_to_swtoolkit/hammer.sh according to the README of libjingle. MBP17:talk rei25$ ...
0
votes
0answers
27 views

Independently extract library elements from libJingle

Is it possible If I can use some of the components from libJingle as a Totally Independent component , so those could be used any where ? -- I only need XMPP Signalling from libJingle -- ICE-UDP ...
0
votes
0answers
279 views

Jingle-Android Filetransfer

I am trying to implement a file transfer via jingle in my app. Can anybody please help me with this error? I dont why it says service-unavailable when the server can handle file transfer using ...
0
votes
0answers
526 views

Android video chat using XMPP

I've been investigating the best way to develop a video chat application on android that: a) Is straight P2P OR b) Can take advantage of existing services (gtalk?) that already support video chat ...
0
votes
1answer
190 views

ilibjingle with the Openfire server - Not able to login

I just installed openfire server in my Suse-Linux EC2 instance and I've configured the openfire server by creating one user named 'balaji' in addition to the admin. I then installed the ilibjingle ...
0
votes
0answers
186 views

Problems compiling latest libjingle

When tryiong to copile latest libjingle I get: scons: Reading SConscript files ... EnvironmentError: No tool named 'component_bits': not a Zip file: File ...
0
votes
1answer
307 views

Libjingle and jingle [closed]

Possible Duplicate: What are the incompatibilities of libjingle and XEP-0166 et al? How does std. jingle file transfer differ from its implementation in gtalk client?
0
votes
0answers
144 views

XMPP implementation in Gtalk

i have tried hard but have been unable to find out the difference b/w standard xmpp file transfer and its implementation in gtalk ?
0
votes
1answer
489 views

Webbased P2P Audio/Video Chat in .Net

I want to develop Audio/Video web based chat application (Using asp.net 3.5 or higher version). After some research I found google provides the API called LibJingle which I am able to compile ...
0
votes
1answer
1k views

Problems compiling libjingle/gtk+-2.0 for Mac OS X

I'm trying to compile libjingle on Mac OSX Snow Leopard. The INSTALL file said to './configure', 'make' and 'make install', as usual. But make fails for me. Initially it gave some messages indicating ...