definition.php 680 B

12345678910111213
  1. <?php
  2. /*
  3. This object sends an instant message to a user when asked to do so by the server.
  4. It has been written to deal messages saying email postcard processing is finished, but probably has other applications.
  5. Collection being set to SLOODLE 2.2 for now, although we may bring it forward.
  6. */
  7. $sloodleconfig = new SloodleObjectConfig();
  8. $sloodleconfig->primname = 'SLOODLE Instant Messager';
  9. $sloodleconfig->group = 'communication';
  10. $sloodleconfig->collections= array('SLOODLE 2.2');
  11. $sloodleconfig->aliases = array();
  12. $sloodleconfig->notify = array('message_to_user'); // If this happens on the server side, tell me about it.
  13. $sloodleconfig->field_sets = array( );