Difference between revisions of "Summer of Code 2007"

Jump to navigation Jump to search
3,357 bytes added ,  14:13, 6 March 2007
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Client ==
== Client ==
=== Coccinella: Jingle file transfer ===
* Mentor: [http://hem.fyristorg.com/matben/ Mats Bengtsson]
* Programming language: C/C++ and/or Tcl
==== Project motivation ====
Transporting files from one user to another is plagued by NATs and firewalls. In ancient times a standard Tcp connection was all that was needed. Instead various application level protocols have been implemented on top of Udp which handles NATs much better. This "reinventing the wheel" by having to reimplement a kind of pseudo Tcp stack on top of Udp is a very unfortunate situation which lacks standardization.
==== Implementation ====
This projects aims to use Google gTalks Jingle implementation as a starting point. Ufortunately it is written in C++ and deeply tied into the application notifier system and therefore not reusable as is. Instead the task will be to use the Tcl Udp C code implementation, and essentially use gTalks PseudoTcp class as a wrapper. There are two possible options here: either do a pur Tcl script implementation of the tricks used in PseudoTcp, which I'm not sure is possible, or just translate the C++ class into C code and wrap up the tcludp package to a pseudo tcp (ptcp) command. This should work just like the standard Tcl socket command and should be able to use it transparently.
Jingle contains several parts but the actual jingle xmpp protocol stack is already running and used for voip. A limited STUN client has also been implemented in pure Tcl, but some support for the ICE protocol will likely be necessary.
==== Relevant XEPs ====
*[http://www.xmpp.org/extensions/xep-0166.html Jingle]
*[http://www.xmpp.org/extensions/xep-0176.html Jingle ICE Transport]
*[http://www.xmpp.org/extensions/xep-0177.html Jingle Raw UDP Transport]
There seems to be a XEP in the works that actually describes the topmost file transfer protocol.
=== Coccinella: an aquarium for kids ===
* Mentor: [http://hem.fyristorg.com/matben/ Mats Bengtsson]
* Programming language: Tcl/Tk
* Coolness factor: high
==== Project description ====
This project involves the creation of an interface for kids to Coccinella. You need to create a new roster style, the fishy roster style, with an aquarium containing fishes that represents the contacts (like [http://ralphm.net/ ralphm's Jabber Aquarium]). The fishes need to be be animated with [http://www.jabber.org/jeps/jep-0107.html User Mood]. For example, when a contact is happy, the fish will swim quickly in the aquarium with a smile on his face. The graphics will be done in 2D, but when time allows, they can be made in 3D.
The programming tools will be Tcl/Tk and the tkpath graphics extension package [http://tclbitprint.sf.net/] which provides high quality graphics on all platforms. There exists an albeit primitive SVG importer so the actual graphics elements can be obtained from a SVG drawing tool.
This project will involve mostly new code, and less boring code rewriting.
==== Relevant XEPs ====
*[http://www.xmpp.org/extensions/xep-0107.html User Mood]
*[http://www.xmpp.org/extensions/xep-0108.html User Activity]
*[http://www.xmpp.org/extensions/xep-0163.html Personal Eventing via Pubsub]
== Server ==
== Server ==
[http://www.process-one.net/ Process-one] will propose mentors for ejabberd related projects. We will also suggest project ideas. In the meantime, feel free to suggest your own project ideas.
== General ==
== General ==
=== XEP-0033 support ===
=== XEP-0033 support ===
10

edits

Navigation menu