jeudi 19 août 2010

This is the end, Of our elaborate plans, the end...

Hi everyone !
As you all know, GSOC 2010 has ended. I'm proud to announce that file transfer is working.
The only finished transport module is In-Band Bytestreams, so speed is not optimal, but it's not a problem for small files. I started the SOCKS5 Bytestreams module, but it's a work in progress and is not usable yet.
I wrote a README file that contains all instructions to compile and use the module and started documenting the code, so you can generate the doc using doxygen.
You can still access the git repository here or download a tarball of the most recent revision at http://github.com/alkino/mcabber-jingle/tarball/master.

Bye

jeudi 12 août 2010

A few days before end...

I don't know If I could finish this project, but I try \o/
This week I've "finish" the jingle part. Now I'm concentrating on the filetransfer module and ibb module.

mercredi 4 août 2010

Last week

It's the "last" week and I got problems. This week i start a disco module but mcabber got caps so it was useless, and I delete it ^^ I Continue to debug apps, and nothing more...

mercredi 28 juillet 2010

Update on my progress

Since my last post, i did some debugging using the Psi client and found several bugs.
I also added a /file command in the filetransfert module to initiate a file transfert.
I need to check if the client of the recipient support jingle using "Service Discovery" as described in XEP-0030, but mcabber does not implement this natively. I will probably have to use bear's disco module.

jeudi 15 juillet 2010

Updated timeline

I'm late on my schedule, so with my mentor (McKael) I planned a new timeline.

My project is divided in 3 principals parts : a module who care of jingle sessions, some others modules I call "applications" (my application is to do a File Transfer) and some others modules I call "transport" (for my part I want to do IBB and socks 5 if I get time).
So my new timeline is :
  • Until 23 July, finish the jingle module.
  • Until 30 July, finish application module.
  • Until the end (ca 9 August), finish the application(s) module(s).
I hope I can do it !

mardi 13 juillet 2010

This week I do much more on jingle sessions. I develop "session-initiate" for the most part. Now handle session-accept and session-reject. Not a lot to say ^^.

mardi 6 juillet 2010

One week before midterm...

One week before midterm, and I'm late on my schedule... But develop a jingle module is far more difficult than I excepted. The most difficult part is to conceive something which have modularity. This module must be able to do File Transfer. But must be generic too, generic for applications and for transports. So i find, it's a difficult task!

This week, I work on handles and sessions. Each session is saved and used by callback functions which are called when the module receive a jingle node. I developped the beginning of functions for sessions.

lundi 28 juin 2010

Hi all,
First of all, sorry for my work this last week, i got some probs, it will be better next week and after..
I do some code about sessions. When someone want to do a jingle sessions with my module, he registered him (here).
And do a function to transform a "jingle struct" into a LMNode to send it to the other client (here).

lundi 14 juin 2010

Update 2

Hi all,
This week, i started the code to register a app/transport handler. I also modified the filetransfer module to register to the main module.
I also did some debugging which was useful as you can see.
I implemented a function to check incoming file transfer offer in the filetransfer module.
I defined the header files in a way that made it difficult for modules to include them, so i fixed it.

lundi 7 juin 2010

Update on my progress

Hi all,
As you all know, i started working on implementing jingle and jingle file transfert in mcabber as modules.
You can find my work on github. The code is far from finished, but it should compile, if you want to test it.
The code is split into modules. A "main" jingle module that handles incoming iq, keep track of jingle sessions and modules that implement transport methods and apps.
So far, the main module reacts to incoming jingle messages, verify that they are correct, if so, pass them to a specific action handler, if not, handle the error.
I also started a file transfert module that will implement file transfert itself.

The next thing i plan to do is to implement jingle session management in the main module and also add a way for apps and transport module to register to it.

lundi 24 mai 2010

Hi all

On this first day GSOC 2010, I created my blog to show my progress in this project.
I have to add Jingle File Transfer (XEP 0234) in Mcabber.

I create a repo on github : http://github.com/alkino/mcabber-jingle

Two word about me.
I'm a french guy,
in first year of engineering school in ENSIB (Ecole Nationale Supérieur d'Informatique de Bourges).