-
Miderily
Im planning develop a image based decentralized chat platform with Xmpp. However, the servers on the platform should not be federated with other xmpp servers, that is, they should only communicate with the servers on their platform. Also on the server side I don't know where to start. Should I use an xmpp library or something else?✎ -
Miderily
Im planning develop a image based decentralized chat platform with Xmpp. However, the servers on the platform should not be federated with other xmpp servers, i mean they should only communicate with the servers on their platform. Also on the server side I don't know where to start. Should I use an xmpp library or something else? ✏
-
Miderily
Im planning develop a image based decentralized chat platform with Xmpp. However, the servers on the platform should not be federated with other xmpp servers, i mean it should only communicate with the servers on the mine platform. Also on the server side I don't know where to start. Should I use an xmpp library or something else? ✏
-
jonas’
I would suggest you use an existing xmpp server software such as prosody
-
jonas’
why do you want to limit federation though?
-
Peter Waher
Miderily: If you’re open for joint ventures, let me know. We have our own XMPP server software we can configure this way.
-
Miderily
jonas’ Because I dont want to make anouther im platform. My idea different konsept of communication. It is kinda decentralized Snapchat
-
Guus
Miderily: My suggestion would be to start with existing server and client implementations, at least to generate a proof of concept. That will probably give you an idea of the amount of effort that's needed to tune things towards your end goal. For the time being, "should not federate with other XMPP servers" might be sufficient. That will prevent the need - at least for now - for development effort that goes into "must not / can not federate with other XMPP servers."
-
MattJ
Yeah, federation doesn't have anything to do with whether you are building IM or not
-
MattJ
You can even use public existing XMPP servers for non-IM stuff
-
Miderily
actually there may not be much of a downside for my platform being federated with other xmpp servers. In the end, I have produced a client that makes it easy to share snapshots with xmpp and offers additional features.
-
Miderily
Guus Thx for the suggestion
-
Link Mauve
Miderily, having never used Snapchat, what are snapshots?
-
Miderily
Just some images. You send some images which are private to your friends and images destroy theirselfes after seening.✎ -
Miderily
Just some images. You send some images which are private, to your friends and images destroy theirselfes after seening. ✏
-
Link Mauve
Thanks. :)
-
Peter Waher
Miderly: You can use HTTP over XMPP (XEP-0332) to guarantee that images sent between peers cannot be seen by anyone else, including server operators (esp. if E2EE is used). No need to risk anything and delete anything from the server.
-
Peter Waher
(but still maintain HTTP-semantics, and integrate with browser or browser-like clients)
-
Miderily
Peter Waher thanks
-
Anderson
Hello! Does anyone have the documentation for using the nbxmpp library?