| 1 |
README.txt - Drupal Module - Messaging
|
| 2 |
======================================
|
| 3 |
|
| 4 |
Drupal Messaging Framework
|
| 5 |
|
| 6 |
This is a messaging framework to allow message sending in a channel independent way
|
| 7 |
It will provide a common API for sending while allowing plugins for multiple channels
|
| 8 |
|
| 9 |
This Messaging Framework has been primarily developed to be used by the Notifications Framework.
|
| 10 |
See Drupal notifications module for an usage usage example implementing the full messaging capabilities.
|
| 11 |
|
| 12 |
See DEVELOPER.txt for technical and developers documentation.
|
| 13 |
|
| 14 |
Features:
|
| 15 |
---------
|
| 16 |
- Provides a method agnostic API for composing and sending messages
|
| 17 |
- Handles message composition and formatting depending on sending method
|
| 18 |
- Supports multiple plug-ins for different message methods
|
| 19 |
- Supports 'push' and 'pull' message delivery
|
| 20 |
|
| 21 |
Plug-ins provided in this package:
|
| 22 |
---------------------------------
|
| 23 |
- messaging_mail: Integration with Drupal core mail API
|
| 24 |
- messaging_private: Integration with Privatemsg
|
| 25 |
- messaging_simple: Provides a simple UI for viewing pending messages for a user
|
| 26 |
|
| 27 |
Developers:
|
| 28 |
-----------
|
| 29 |
- Tim Cullen
|
| 30 |
- Jeff Miccolis
|
| 31 |
- Jose A. Reyero
|
| 32 |
|
| 33 |
Development Seed, http://www.developmentseed.org
|