For now, I have some troubles with ucectl. start/stop is working. But I can't use any internal command.
$ ./bin/ucectl user list --domain locahost
Fatal: {error,nodedown}
Hum, with my code, I can fetch infos : { result: { domain: '192.168.1.142', metadata: {} } }
Next try :
$ ./bin/ucectl user list --domain 192.168.1.142
Fatal: {error,nodedown}
The server is a Debian 6.0 in a virtualbox, and I use it from a Mac.
My next step is to implement lazy presence, events exchange from lots of clients and real unit test.
M.