Problems with punjab in a local network (solved)

Date September 12, 2009

I have been using punjab for a while as an interface for BOSH protocol between my browser Strophe applications and other xmpp clients. This worked perfectly until the (sad) day I had no internet connection. Suddenly I could not connect through punjab with a local ejabberd server and got very confusing “not authorized” error messages.
I [...]

SVN Server changed

Date June 22, 2009

Hi folks,
we have recently migrated our svn server to another machine. It is now available at:
svn://svn.devayd.com/cake
username: anon
password: anon
please use your favorite program (like this one) to browse and download our open source stuff.
EDIT
as many people seem to have problems getting the code, check this:
the svn command to export the whole repository would be:
svn –username anon [...]

installing punjab xmpp http client interface on ubuntu-server

Date March 23, 2009

Punjab allows to connect to an xmpp server like ejabberd, from a client that supports http requests only (for ex. javascript / ajax). It uses some clever parallel connections to handle input and output streams, so there is very little latency when sending and receiving messages.
First, install needed libraries:
apt-get install python python-twisted
then, download the source [...]

installing ejabberd on ubuntu-server

Date March 20, 2009

Ejabberd is one of the most popular xmpp servers. It is used mostly as a jabber chat server, but the xmpp protocol serves for any purpose when instant messaging, and message queques are needed.
Anytime when you need people (or software components) communicate in realtime over the network, an xmpp server might be what you are [...]

back again

Date March 9, 2009

it’s been a while since I published my last post, all because of some health problems that I’ve been coping with. Well, I am happy to say, things seem to go better these days and I feel like doing some new exciting projects (and of course blog about it). to be honest, we have been [...]

Custom configuration files in CakePHP

Date September 19, 2008

In order to speed up our development process and following the DRY rule we always try to split our code in reusable modules. Then when creating a new project we just get them one by one and add to the current code. Its pretty easy and efficient (now we can spend this time on adding [...]

Quick copy of data from one db to another on linux

Date September 18, 2008

mysqldump -u user1 -p -h host1 sourcedatabase | mysql -u user2 -p -h host2 -D destinationdatabase

El pueblo habla

Date September 17, 2008

No estoy seguro hasta que punto esto puede ser un reflejo de la omnipresente crisis económica, pero últimamamente ha aumentado mucho el numero de manifestaciones que pasan cerca de mi casa.
Supongo que ante una situación difícil la gente tiende a quejarse más y exigir que las autoridades tomen medidas…

server crash

Date July 1, 2008

Hemos perdido temporalmente los datos del blog pero finalmente se ha podido restaurar todo Por suerte hemos tenido un backup. Así que ya estamos de vuelta.

Script de inicio de darkice para el Ubuntu

Date May 31, 2008

Darkice es uno de los programas más populares, a la hora de montar una radio online sobre el GNU/Linux. Es bastante estable y funciona bien con el Icecast2.
Sin embargo, la versión que está en los repositorios tiene dos pegas:
1) no tiene soporte para emisión en el formato mp3. Y aunque el formato libre ogg está [...]