Looking for fastpath_webchat.war source code svn?

Can anyone share fastpath_webchat.war source code svn url ??

Many thanks

Chaits

its in the SVN in three components. There’s the part that is in the Openfire repo under plugins (the server component), then webchat has it’s own svn repo, and then there is a plugin in the Spark (client) repo under plugins.

Openfire (Server Side): http://fisheye.igniterealtime.org/browse/openfire/trunk/src/plugins/fastpath

Webchat (war for web gui): http://fisheye.igniterealtime.org/browse/fastpath

Spark Plugin (Client Side): http://fisheye.igniterealtime.org/browse/spark/trunk/src/plugins/fastpath

You can checkout each repo using SVN as such:

svn co http://svn.igniterealtime.org/svn/repos/openfire/trunk openfire

svn co http://svn.igniterealtime.org/svn/repos/fastpath/trunk webchat

svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark

the entire line is a command. If you are using something like TortoiseSVN, then just copy the http:// link part. These commands will download the full repo for each software. This is necessary usually since most of the plugins wont compile without the codebase being present.

I’m trying to access to webchat code, but

svn co http://svn.igniterealtime.org/svn/repos/fastpath/trunk webchat

svn: E175002: Unable to connect to a repository at URL ‘http://svn.igniterealtime.org/svn/repos/fastpath/trunk

svn: E175002: OPTIONS of ‘http://svn.igniterealtime.org/svn/repos/fastpath/trunk’: Could not resolve hostname `svn.igniterealtime.org’: Host not found (http://svn.igniterealtime.org)

Can someone help me?

igniterealtime svn is not in use anymore. use github.

Discontinue Igniterealtime subversion server, migration to Github