negativecode / vines

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

Implement MUC in Chat Server #7

Closed jesseadams closed 9 years ago

jesseadams commented 12 years ago

Please consider implementing XEP-0045 in the Chat Server. http://xmpp.org/extensions/xep-0045.html

soorajb commented 12 years ago

+1

elijh commented 12 years ago

+1

jhulick commented 12 years ago

+1

Telmo commented 12 years ago

+1

jpcaruana commented 12 years ago

+1

jbpotonnier commented 12 years ago

+1

vcarel commented 12 years ago

+1 :-)

elijh commented 11 years ago

I will probably be starting work on this in the next six months, if anyone wants to join me.

jessereynolds commented 11 years ago

+1 :-)

simonvc commented 11 years ago

+1 I was really excited about vines, without MUC we'll be forced to go back to openfire or ejabberd or prosody :(

lian commented 10 years ago

+1

sammcj commented 9 years ago

+1

jessereynolds commented 9 years ago

A won't fix then? Good to have that sorted out.

sammcj commented 9 years ago

@jessereynolds sounds like a bit of a dead project to me - check out https://github.com/sdelements/lets-chat Yes it's nodejs shiver and mongodb vomit but it does work really well, supports XMPP, OTR, MUC, Message archiving etc...

jessereynolds commented 9 years ago

@sammcj lets-chat looks good, thanks for that!

AlanTupper commented 9 years ago

While we're on the Node topic, there's also https://github.com/node-xmpp/node-xmpp-server

Edit: It doesn't seem to have quite the XEP support that lets-chat has however!