The following section describes how to write extensions implementing custom processes and plug them into Aware IM.
To implement custom processes and add them to the configuration of your application follow the steps below:
AwareIM/CustomJars
directory (see section 2)com.myextensions.MyProcessExtension
The rest of the section describes how to write the code implementing the custom process (step 1 above).