Adding diameter support

Diameter support is optional and should be activated first. To start Cipango with diameter, add the diameter.xml to the command runline. For instance:

java -jar start.jar etc/cipango.xml etc/diameter.xml

The diameter module scans the deployed application at startup and looks for a class implementing the DiameterListener interface. This interface is then invoked when diameter messages are received.