i was wondeirng if there was source code for spark messenger i want to add a few things intot he menus and when i decompile it it dosent re compile can anyone help?
You can find the path to Spark svn here http://www.igniterealtime.org/downloads/source.jsp
You can compile it with Netbeans or with Eclipse (or other ide supporting jdk). Here, some examples:
I already gave you the link to the Spark source code (svn).
here, more directly:
svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark
You see. There is no simple zip file with source code to download. Well, i can surely create such for you at home and upload it somewhere if you still had the problems. But usually source code can be downloaded from the svn with some svn software (easiest is TortoiseSVN, i'm using RapidSVN). You will have to use that link in such program:
svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark
Then, after the synchronization you will have all source code files on your hard drive in the folder you have specified as a target.
I think your coder can be more familiar with all that, as svn or cvs are very common in software development now (versioning system).