Asynchronous, non-blocking libgadu bindings.
- libgadu (>= 1.12.1)
- libuv (>= 1.10.1)
npm install gadu
See http://toxygen.net/libgadu/.
Implementlibuv
's asynchronous DNS resolver. Forking might cause problems when multiple threads are present.- Implement timeouts for the libuv implementation of resolver.
Gives information about libgadu
.
> Gadu.version()
'1.12.1'
List of events. The event idents are numeric constants.
Connected successfuly.
Connection failure.
Gadu-Gadu session object. Use it for server connection.
Connects to Gadu-Gadu server. callback
is called every time a event is received. In case of an error callback
is undefined.
The event
passed as a first parameter is object with a attribute type
.
Michał Papierski <michal@papierski.net>