README.txt
____________________


DESCRIPTION
____________________

This module implements a Private message with node.js.
This module gives the possibility of interactive communication.
We use private message module as a flexible and powerful system and we use
Node.js integration module for integration with Node.js server. 


INSTALLATION
____________________

To install this module, do the following:

1. Extract the tar ball that you downloaded from Drupal.org.

2. Upload the privatemsg_nodejs directory and all its contents to your modules
   directory.

3. Visit admin/modules and enable the "Private messages with node.js" module.


CONFIGURATION
____________________

To configure this module do the following:

1. It is necessary to configure correctly Node.js integration module -
   (http://drupal.org/node/1713530).
2. And to correctly configure privatemsg module(use stable 1.x version)
   (http://drupal.org/documentation/modules/privatemsg).
3. Also the configurations for this module one can find on admin page -
   (admin/config/messaging/privatemsg/nodejs).


API
____________________

One can use powerful API from the private message module, and one can find some
hooks in privatemsg_nodejs.api.php with description.
