Rocket Chat vs. Jabber
-
Cool, was wondering as I'd just played with both a tiny bit and not enough to see how they were different yet. Rocket.Chat felt like it had the momentum and mindshare for a reason, but Mattermost seems to have more Slack API functionality ready (from what I've seen listed only.)
-
Is there any reason in particular that it has to work with XMPP? I've not read the OP again... But if you need Desktop / Mobile clients, RocketChat offers those as well.
-
XMPP makes it able to connect to a lot of existing infrastructure.
-
@dafyre said in Rocket Chat vs. Jabber:
Is there any reason in particular that it has to work with XMPP? I've not read the OP again... But if you need Desktop / Mobile clients, RocketChat offers those as well.
Yes, exactly what @scottalanmiller said. We've got a lot of communication, notification, and other things which use it. Our web cam and credit exchange system (the messaging aspects) and our chat system also use it, and while Rocket.Chat is more for internal use in our case, pushing/pulling information from these other services will be easier.
-
@tonyshowoff said in Rocket Chat vs. Jabber:
@dafyre said in Rocket Chat vs. Jabber:
Is there any reason in particular that it has to work with XMPP? I've not read the OP again... But if you need Desktop / Mobile clients, RocketChat offers those as well.
Yes, exactly what @scottalanmiller said. We've got a lot of communication, notification, and other things which use it. Our web cam and credit exchange system (the messaging aspects) and our chat system also use it, and while Rocket.Chat is more for internal use in our case, pushing/pulling information from these other services will be easier.
I'm also going to be testing out a KVM orchestration system tonight that uses XMPP.
-
@johnhooks said in Rocket Chat vs. Jabber:
@tonyshowoff said in Rocket Chat vs. Jabber:
@dafyre said in Rocket Chat vs. Jabber:
Is there any reason in particular that it has to work with XMPP? I've not read the OP again... But if you need Desktop / Mobile clients, RocketChat offers those as well.
Yes, exactly what @scottalanmiller said. We've got a lot of communication, notification, and other things which use it. Our web cam and credit exchange system (the messaging aspects) and our chat system also use it, and while Rocket.Chat is more for internal use in our case, pushing/pulling information from these other services will be easier.
I'm also going to be testing out a KVM orchestration system tonight that uses XMPP.
Let me know how that goes... I'm running KVM as my hypervisor in my personal server right now.
-
@dafyre said in Rocket Chat vs. Jabber:
@johnhooks said in Rocket Chat vs. Jabber:
@tonyshowoff said in Rocket Chat vs. Jabber:
@dafyre said in Rocket Chat vs. Jabber:
Is there any reason in particular that it has to work with XMPP? I've not read the OP again... But if you need Desktop / Mobile clients, RocketChat offers those as well.
Yes, exactly what @scottalanmiller said. We've got a lot of communication, notification, and other things which use it. Our web cam and credit exchange system (the messaging aspects) and our chat system also use it, and while Rocket.Chat is more for internal use in our case, pushing/pulling information from these other services will be easier.
I'm also going to be testing out a KVM orchestration system tonight that uses XMPP.
Let me know how that goes... I'm running KVM as my hypervisor in my personal server right now.
I will! If it works well, I'll do a write up. From the video I saw it looks pretty cool. It has migration (which KVM has through virsh, but whether it's local or shared storage I'm not sure) but you just click migrate. You can also do the other stuff you would expect from XMPP like "How are you doing?" and it gives you the uptime and whatever.
-
So I attempted the install last night. There aren't any rpm packages, so I downloaded the source from GitHub and ran their like 4 installers. The web interface came up with the logo but nothing else in it. I tried getting the agent installed on the server, but that failed. I changed the giant amount of data in the configs they wanted changed, and ran everything from their Readme, but still got errors when I tried to start the agent. I just gave up. I'll stick with Virt-Manager and virsh.
-
@johnhooks said in Rocket Chat vs. Jabber:
So I attempted the install last night. There aren't any rpm packages, so I downloaded the source from GitHub and ran their like 4 installers. The web interface came up with the logo but nothing else in it. I tried getting the agent installed on the server, but that failed. I changed the giant amount of data in the configs they wanted changed, and ran everything from their Readme, but still got errors when I tried to start the agent. I just gave up. I'll stick with Virt-Manager and virsh.
Setting it up definitely is not easy to do, that's the most major problem for now I think. I hope once they reach whatever goals they're trying to shoot for, they focus on making it easy to setup.
-
@tonyshowoff said in Rocket Chat vs. Jabber:
@johnhooks said in Rocket Chat vs. Jabber:
So I attempted the install last night. There aren't any rpm packages, so I downloaded the source from GitHub and ran their like 4 installers. The web interface came up with the logo but nothing else in it. I tried getting the agent installed on the server, but that failed. I changed the giant amount of data in the configs they wanted changed, and ran everything from their Readme, but still got errors when I tried to start the agent. I just gave up. I'll stick with Virt-Manager and virsh.
Setting it up definitely is not easy to do, that's the most major problem for now I think. I hope once they reach whatever goals they're trying to shoot for, they focus on making it easy to setup.
Ya if I actually needed it or cared, I would have stuck it through. It's on my server at home, so I just didn't feel like putting in the effort. Maybe that's lazy lol.