Projects tagged ‘jingle’


[10 total ]

118 Users
   

Asterisk is a complete PBX and telephony toolkit in software. It runs on Linux, *BSD, MacOSX, and Solaris. It provides all of the features you would expect from a PBX and more as it enables ... [More] developers to build customized voice applications of many types. Asterisk does voice over IP in many protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. [Less]
Created over 3 years ago.

7 Users
   

Yet Another Telephony Engine is a next-generation telephony engine; while currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended. Voice ... [More] , video, data and instant messaging can all be unified under Yate's flexible routing engine, maximizing communications efficiency and minimizing infrastructure costs for businesses. [Less]
Created over 3 years ago.

1 Users

Is the simplest solution that will allow you to communicate freely with your friends without being attached to a closed service providers like Skype or Telecom Carriers! Technically, Jingle Nodes ... [More] intend to provide easy to use Jingle Relay Type Candidates that can be used in ICE-UDP and also on RAW-UDP Jingle Sessions. Relay Candidates can provide NAT Traversal for users that don't have STUN/TURN Support, but also for users with STUN/TURN support that the negotiation failed. Realtime Communication Sharing made simple! [Less]
Created about 1 month ago.

0 Users

requirements: - the software shall run on Windows, Linux and Mac OS; - the software shall run by default with resolution 1010x565 (for Ubuntu Remix) but shall fit to larger resolutions; - the software ... [More] shall give access to multimedia files (sound only) via directory browsing, keyword search and button assignment; - the software shall play the files by using either keyboard, mouse or touchscreen; technical solution: - we will use Qt as a development framework - we will use Qt creator as IDE - we will use C++ as programming language - the source code will be opensource and anyone is free to participate by developing, reporting bugs or suggesting ideas. [Less]
Created 4 months ago.

0 Users
 

Concordance is an XMPP service framework for Python 3.0. Modeled on a similar concept as web frameworks like Django and Turbogears, Concordance takes care of the basics that every spec-compliant ... [More] XMPP server must support while allowing custom services to be implemented quickly with a high-level Pythonic API. [Less]
Created 12 months ago.

0 Users

What is Jingle Nodes?Is the simplest solution that will allow you to communicate freely with your friends without being attached to a closed service providers like Skype or Telecom Carriers! ... [More] Technically, Jingle Nodes intend to provide easy to use Jingle Relay Type Candidates that can be used in ICE-UDP and also on RAW-UDP Jingle Sessions. Relay Candidates can provide NAT Traversal for users that don't have STUN/TURN Support, but also for users with STUN/TURN support that the negotiation failed. Realtime Communication Sharing made simple! Why Jingle Nodes?In the creation of the very first version of the Jingle Protocol, one of the main goals was to achieve a P2P enable protocol, that would depend on XMPP for routing, but would be also able to negotiate sessions and exchange content without main proxy servers like present SIP deployments. After 5 years we still don't have any massive deployments containing and fully supported the current specifications, and even the closer to the specification ones are suffering when P2P is not possible and relay is required and there is no available ones. Jingle Nodes comes in place with the goal of making more nodes available, as it makes the task of having public relays close to trivial, as you just need to run an XMPP client with a Public Node Policy available for everyone. Also makes every buddy in your contact list a potential Node. Another positive point is that a client don't need to implement a Relay Node if not applicable, it only needs to implement the Usage specification that would be no more than two or three pages of specification as the main logic is on server side. Stats: .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 3 months ago.

0 Users

A Small Footprint Jingle API based on Smack. The goal is to provide an easy to use and small API, for Jingle Beginners. Currently there is no goal for now to support ICE methods or all Jingle ... [More] Extensions. It is only written in Java, but we have plans to create it in another languages too. Check XMPP Jingle Blog for more XMPP and Jingle stuff. [Less]
Created 4 months ago.

0 Users

Another XMPP (Jabber) client written in Java. This client will support the Jingle extension for voice calls.
Created about 1 year ago.

0 Users

In developping ......
Created 4 months ago.

0 Users

The objective is to implement the File Transfer system as a media session for Jingle since the manner in which p2p connections are established (even with Firewalls and NAT devices involved) is one of ... [More] the main reasons for its success and also makes it relatively easy to implement any kind of media session. Expecting to achieve an efficient file transfer system, mainly for users behind Firewall/NAT that currently transfer files through a server which causes low transfer rates. For more information about this project, Jabber, Psi and Libjingle follow the links! Due some capacity problems here i will put only important files here. The mais tree of psi should be checkouted at http://dev.psi-im.org/darcs/psi [Less]
Created about 1 year ago.