The following is a link to the online source repository.
The source can be checked out anonymously from SVN with this command:
$ svn checkout http://soashable.googlecode.com/svn/trunk soashable-web
Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.
$ svn checkout https://soashable.googlecode.com/svn/trunk soashable-web
To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)
$ svn commit --username your-username -m "A message"
For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:
$ svn checkout https://soashable.googlecode.com/svn/trunk soashable-web
The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.
Example: Edit the 'servers' file and add something like:
[global] http-proxy-host = your.proxy.name http-proxy-port = 3128
Soashable is a completely Open Source (GPL) instant messaging client, built on the Xmpp4Js (LGPL) XMPP library for Javascript. It communicates with an XMPP server using XEP-0124/XEP-0206 HTTP Binding, and provides end-user functionality comparable to Meebo (but is in no way affiliated with Meebo).