hook_nodejs_handlers_info |
./nodejs.api.php |
Add libraries on pages where Nodejs is loaded. |
|
|
hook_nodejs_message_callback |
./nodejs.api.php |
Define handlers for custom messages received from the Node JS Server. |
|
|
hook_nodejs_user_channels |
./nodejs.api.php |
Define a list of socket.io channels the user will be automatically added to,
upon being registered / authenticated in the Node JS server. |
|
|
hook_nodejs_user_presence_list |
./nodejs.api.php |
Specifies the list of users that can see presence information (whether a user
is connected to the Node JS server or not) about a given account. |
|
|
nodejs_add_channel |
./nodejs.module |
Add a channel to the Node.js server. |
|
|
nodejs_add_js_to_page_check |
./nodejs.module |
Check if we should add the node.js js to the page. |
2 |
|
nodejs_add_user_to_channel |
./nodejs.module |
Add a user to a channel. |
1 |
|
nodejs_ajax_nodejs_handlers_info |
nodejs_ajax/nodejs_ajax.module |
Implements hook_nodejs_handlers_info(). |
|
|
nodejs_ajax_nodejs_user_channels |
nodejs_ajax/nodejs_ajax.module |
Implements hook_nodejs_user_channels(). |
|
|
nodejs_ajax_render |
nodejs_ajax/nodejs_ajax.module |
Send some commands to the user asynchronously. |
|
|
nodejs_auth_check |
./nodejs.module |
Checks the given key to see if it matches a valid session. |
1 |
|
nodejs_auth_check_callback |
./nodejs.module |
Default Node.js auth check callback implementation. |
|
1 |
nodejs_auth_get_token |
./nodejs.module |
Get an auth token for the current user. |
1 |
|
nodejs_auth_get_token_callback |
./nodejs.module |
Default nodejs_auth_get_token() implementation. |
|
1 |
nodejs_broadcast_message |
./nodejs.module |
Broadcast a message to all clients. |
1 |
1 |
nodejs_check_channel |
./nodejs.module |
Checks whether a channel exists on the Node.js server. |
|
|
nodejs_drush_command |
./nodejs.drush.inc |
Implements hook_drush_command(). |
|
|
nodejs_drush_help |
./nodejs.drush.inc |
Implements hook_drush_help(). |
|
|
nodejs_enqueue_message |
./nodejs.module |
Enqueue a message for sending at the end of the request. |
3 |
|
nodejs_generate_content_token |
./nodejs.module |
Generate a token for a piece of content. |
1 |
|
nodejs_get_client_socket_id |
./nodejs.module |
Get the client socket id associated with this request. |
|
|
nodejs_get_config |
./nodejs.module |
Get nodejs server config. |
2 |
|
nodejs_get_content_channel_users |
./nodejs.module |
Get a list of users in a content channel. |
|
|
nodejs_get_js_handlers |
./nodejs.module |
Get a list of javascript handler files. |
1 |
|
nodejs_get_nodejs |
./nodejs.module |
Procedural wrapper to get an Nodejs object. |
|
|
nodejs_get_socketio_js_config |
./nodejs.module |
Return the path to the socket.io client js. |
1 |
|
nodejs_get_url |
./nodejs.module |
Get the URL of a Node.js callback. |
|
|
nodejs_is_valid_service_key |
./nodejs.module |
Check if the given service key is valid. |
1 |
|
nodejs_js_settings_alter |
./nodejs.module |
Implements hook_js_settings_alter(). |
|
|
nodejs_kick_user |
./nodejs.module |
Kick a user from the node.js server. |
|
1 |
nodejs_library_info_build |
./nodejs.module |
Implements hook_library_info_build(). |
|
|
nodejs_logout_user |
./nodejs.module |
Logout any sockets associated with the given token from the node.js server. |
1 |
|
nodejs_nodejs_user_channels |
./nodejs.module |
Implements hook_nodejs_user_channels(). |
|
|
nodejs_notify_js_settings_alter |
nodejs_notify/nodejs_notify.module |
Implements hook_js_settings_alter(). |
|
|
nodejs_notify_nodejs_handlers_info |
nodejs_notify/nodejs_notify.module |
Implements hook_nodejs_handlers_info(). |
|
|
nodejs_page_attachments_alter |
./nodejs.module |
Implements hook_page_attachments_alter(). |
|
|
nodejs_remove_channel |
./nodejs.module |
Remove a channel from the Node.js server. |
|
|
nodejs_remove_user_from_channel |
./nodejs.module |
Remove a user from a channel. |
|
|
nodejs_requirements |
./nodejs.install |
Implements hook_requirements() |
|
|
nodejs_schema |
./nodejs.install |
Implements hook_schema(). |
|
|
nodejs_send_channel_message |
./nodejs.module |
Send a message to all users subscribed to a given channel. |
|
1 |
nodejs_send_content_channel_message |
./nodejs.module |
Send a content change message to a content channel. |
1 |
|
nodejs_send_content_channel_token |
./nodejs.module |
Send a content channel token to Node.js. |
1 |
|
nodejs_send_message |
./nodejs.module |
Send a message immediately. |
1 |
|
nodejs_send_role_message |
./nodejs.module |
Send a message to users in a role. |
|
1 |
nodejs_send_user_message |
./nodejs.module |
Send a message to given user. |
1 |
1 |
nodejs_send_user_message_multiple |
./nodejs.module |
Send a message to multiple users. |
1 |
1 |
nodejs_set_user_presence_list |
./nodejs.module |
Set the list of uids a user can see presence notifications for. |
|
|
nodejs_user_logout |
./nodejs.module |
Implements hook_user_logout(). |
|
|
nodejs_user_set_offline |
./nodejs.module |
Set the user as offline. |
1 |
|