#!/bin/sh

if [ $# -eq 0 ]; then
        /usr/bin/ICTApplication/ICTCliGateLite --call IctIM:dump
else
        echo "                                                                                  "
        echo "  COMMAND    : dumpIctIM                                                          "
        echo "  OBJECT     : Display IctIM data (instant messaging and presence state and data) "
        echo "  PARAMETERS : none                                                               "
        echo "                                                                                  "
fi

