| 1 |
/* $Id: */
|
| 2 |
|
| 3 |
The xmppframework module provides a framework and contributed modules for XMPP for Drual
|
| 4 |
|
| 5 |
The modules main purpose is too provide an api that other modules can utilize without worrying about
|
| 6 |
the underlying transport that is being utilized to fulfill the connection.
|
| 7 |
|
| 8 |
INSTALLATION
|
| 9 |
------------
|
| 10 |
|
| 11 |
Install and enable the Xmppframework Drupal module as you would any Drupal module.
|
| 12 |
|
| 13 |
Configure the module at Administer > XMPPFramework
|
| 14 |
|
| 15 |
MODULE HOOKS
|
| 16 |
------------
|
| 17 |
The module provides hook_xmpp() which allows you to give an api that you wish to utilize for transport.
|
| 18 |
The hook will return information about the api and the relevant functions and supported functionality.
|
| 19 |
|
| 20 |
DEPENDENCIES
|
| 21 |
------------
|
| 22 |
Module is written purely for Drupal 6.x core.
|
| 23 |
|
| 24 |
CREDITS
|
| 25 |
-------
|
| 26 |
Developed and maintained by Darren Ferguson <darren.ferguson [at] openband [dot] net>
|
| 27 |
Sponsored by OpenBand <http://tech.openband.net/>
|