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.
mercredi 28 juillet 2010
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 :
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).
mardi 13 juillet 2010
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.
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).
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.
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.
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.
Inscription à :
Articles (Atom)