RMDS services
A new event 'RMDS_ServiceInfo' is introduced which will give uslist of services existing in RMDS and their service state. This gives an idea to end user which service is active and to which service he can subscribe.
event RMDS_ServiceInfo{string marketId; string name; string state;
dictionary<string,string> extraParams;}