pusher_user
This module integrates Drupal users and Pusher via the PusherPusher API module.
Roadmap
1.x
1.0.0-beta1 is finally here! This release provides auto subscription to a private channel based on a users uid.
1.x has been been built from the ground up extending the API provided by the Pusher API module.
This major version aims to deliver a seamless integration between Drupal users and private Pusher channels. Once installed this module will automatically subscribe every authenticated user to a private Pusher channel following the naming convention private-user.{userId}. This allows the users client to subscribe to Javascript events that are dispatched when Pusher messages are received. This then enables developer to trigger a more rich, realtime user experience.
To learn more about how to dispatch Pusher events via Drupal visit the Pusher API module page.
1.x is still under active development new features and better (some) documentation coming August 2025).