Gof's weblog Blog de Olivier Goffart

Aller au contenu | Aller au menu | Aller à la recherche

Using your Webcam with Kopete and Jabber

Long time ago (end of 2006) I developed a patch to use your webcam with the Kopete Jabber plugin. I used the MSN webcam code 'as it' and wrapped it into XMPP XML. [1]

Here is the patch against Kopete 0.12 (in KDE 3.5) for those who want it: http://bepointbe.be/files/jabber_webcam.diff

Anyway, it has several negative issue

  • This is not a XMPP standard, so it only work with person who have applied the same patch.
  • It would be difficult for other client to include it (It was easy in Kopete because Kopete has an MSN implementation).
  • Because of that I do not plan to include it in any official release.
  • It doesn't use jingle, this is totally unrelated.

The only positive issue of this protocol is that it would be easy to implement it in the MSN gateway. But this has no real interest since only Kopete support it, and Kopete support MSN natively

It could also make happy linuxers that want to use their webcam without using the evil MSN. But they could also use other free conferencing software such as Ekiga.

Notes

[1] Microsoft probably did the same anyway: they wrapped an existing webcam protocol into the MSN one.

Server Archive Online Reader

One year ago, I developed a module for ejabberd to archive messages : mod_archive. Few time later, I also had developed an online reader in PHP that I never published. So I publish it now as it may interest people: it's located there : http://bepointbe.be/jabwebhist/

It use one old version of the XEP-0136, and is compatible with my version of mod_archive(version 0.0.4). [1]

It's a very basic implementation, but it could help someone who want to develop one better implementation.

Why is server archive important?

You probably already know why messages archives (also called logs) are usefull. To remember the URL/phone number/password/sample code/or whatever someone sent you over IM. Or simply to remember the last conversation with a contact. Most clients include a logging feature.

But what if I connect with several client, from different places (home, school, in friends, ...), or with webclient or mobile client? Logs are not always saved, or disparate.

That's the point of server archive. Every message you receive or send is saved on your jabber server, by your server. No matter which client you do use, or your location. And log may be available from every places.

Notes

[1] Process One developers upgraded mod archive to match with the new XEP-0136. My version is there


Parse error: syntax error, unexpected ',' in /space_3/o/ogoffart/blog/ecrire/tools/bbclone/var/access.php on line 353