Tuesday, January 30, 2007

XMPP and SIP..

OK. We didnt reach that far today (6'th feb.). But we concluded that it might be a good idea to have our own XMPP (GTALK) server to operate with. This is due to SASL/TLS that makes it hard to snif the packages.

Also We would in the near future try to make an "implant" in Gaim/Jabber that takes control of the XML docments. In this we would try to make some new functions. It could be cool to make a plugin that could take a RAW XMPP XML document at send it to the server and get a result back.
A nice and easy way to work and develop. Also its easy to make an implementation of "listening to" function. The document can be found here.

Now where the research of the voip and video is "finished" we need to investigate the area of XMPP and SIP a "bit" more. The next time we will meet (the 5'th of feb.) we need to focus on how to build the middleware layer of XMPP.

libstrophe

lib jingle

A good and easy way could be to split up the protocol via. ether-real and investigate the packages that are going through the air. Here after we have to see in XMPP what kind of extensions we need to implement to get the full scale VIDEO and VOIP working. Pheew.... that will be hard. :-)

/zool

Thursday, January 04, 2007

Minimal talk app

Today we cleaned up/renewed our Makefile (it actually works now!)
We have also made a small 2 threaded app in which you can talk between two computers on the same network.

Nice One!