Project

vines-web

0.0
No commit activity in last 3 years
No release in over 3 years
Useful for testing the server's BOSH support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5.2
~> 10.1.0
~> 3.2.9
~> 2.10.0
~> 2.1.1
 Project Readme

Welcome to Vines

Vines is a scalable XMPP chat server, using EventMachine for asynchronous IO. This gem provides a web chat client, used to test the server's BOSH support.

Additional documentation can be found at getvines.org.

Usage

$ gem install vines vines-web
$ vines-web init wonderland.lit
$ cd wonderland.lit && vines start
$ open http://localhost:5280

Dependencies

Vines requires Ruby 1.9.3 or better. Instructions for installing the needed OS packages, as well as Ruby itself, are available at getvines.org/ruby.

Development

$ script/bootstrap
$ script/tests
$ script/server

Contact

License

Vines is released under the MIT license. Check the LICENSE file for details.