Providers script API
SkySMS for iPod touch / iPhone is build arround the Apple© WebKit framework. Thanks to that all the providers are implemented into SkySMS in JavaScript. All programmers can thus modify / add the existing providers without having to recompile the all program.
Samples
For samples script, look at your /Applications/SkySMS.app/accounts directory on your iPod or iPhone. Alternatively you can download the SkySMS package and look at one of the providers script inside the accounts directory.
Location
To be recognized by SkySMS a provider script should be inside the accounts/ directory of the SkySMS bundle. Generally it is /Applications/SkySMS.app/accounts . Moreover the providers script must implement all required functions as in the samples and must have the extension ".js".