negativecode / vines

An XMPP chat server for Ruby.
http://www.getvines.org/
MIT License
470 stars 75 forks source link

How to create account by code? #33

Closed sharp closed 10 years ago

sharp commented 10 years ago

I want to create one xmpp account for my Rails User model

dgraham commented 10 years ago

You might look at the SQL schema the vines-sql storage gem provides here: https://github.com/negativecode/vines-sql/blob/master/lib/vines/storage/sql.rb#L154-L160

If your Rails app contains a users table with those same fields, both Vines and Rails can use the same table.