@ross Cool. Looked over the #matrix blog and it looked like it's not a fully-automatic bridge for arbitrary gitter rooms yet, each gitter room owner will have to run a hard-coded bridge.
@stitchxd @clacke you could say that. I've been kicking around the idea of building an ostatus-matrix bridge for a while. probably letting my perfectionist tendencies get the better of me, tbh.
@xj9 Ok! Where did you find the documentation on where to find #gitter rooms on #matrix? I looked around, but only saw the software mentioned, not any running service.
OStatus is built around the idea of publishing public streams of posts from users, and other users following those streams.
#XMPP is build around the idea of sending private messages between users or within groups of users, but also has public rooms.
#Matrix is built around the idea of synchronizing rooms of messages (public or private) between servers, but also has direct messaging emulated by one-on-one rooms.
@stitchxd @lnxw48a1 HTTP, TLS and JSON are all newer inventions than the IRC protocol, but you can of course run IRC over TLS.
There is an IRC front-end for Matrix, so that you can connect to a Matrix room with an IRC client, and there is an IRC client back-end for Matrix, so that you can connect to an IRC room with a Matrix client. But it's not because the protocols are particularly similar, it's just because Matrix people are really focused on bridging with everything, and because they have similar concepts of rooms, users and messages.
@clacke i don't remember. i can't find anything in my notes or bookmarks. i found this[1] just now, but there was no indication that i'd been there before. i did find some notes for an evening where i was playing with matrix room id's, but no mention of gitter.
@clacke @lnxw48a1 @xj9 Pretty decent explination! Although to add on to XMPP - with XEP-0060 pubsub can be used to create a social network, blog, etc (I.E: https://movim.eu where XMPP is a backend to a federated social network) Matrix has a fantastic idea, and I love that it uses JSON because it is so much easier to use than xml imo. I believe that OStatus needs more work too, or current implementations of it are just not working properly (Like friendica or GNUSocial as an example where OStatus works, but is also kinda broken)
@clacke sorry, missed this somehow. Yes, it's per gitter but that's probably desired. You don't want to bridge into gitter rooms without permission/knowledge.
@ross Gitter rooms that allow anonymous visitors should be fair game. But maybe that's not a thing? I have only gone into a gitter room once, and I don't remember if I had to use my github user.