Questions tagged [prosody]

For questions about Prosody, a cross-platform XMPP server written in Lua. Its development goals include low resource usage, ease of use, and extensibility.

For questions about Prosody, a cross-platform XMPP server written in Lua. Its development goals include low resource usage, ease of use, and extensibility.

5 questions
10
votes
1 answer

What Prosody modules do I need to support Conversations?

I am configuring a Prosody server for use with mobile clients supporting OMEMO. I've picked Conversations as a reference client since I'm familiar with it. What Prosody modules do I need to install to support it?
lofidevops
  • 1,275
  • 3
  • 13
  • 23
3
votes
1 answer

What service should a Prosody mod_proxy65 proxy offer?

I am adding the mod_proxy65 module to a Prosody server so that it is suitable for XMPP clients supporting XEP-0065. This allows file transfers between clients that are each behind a firewall (NAT). Minimal configuration examples: Component…
lofidevops
  • 1,275
  • 3
  • 13
  • 23
2
votes
0 answers

How to select the preferred file transport method?

I have a problem, as I think, with my prosody configuration: When I am sending files (for example photos) bigger than ~2 or 3 megabytes (as I established experimentally) using Converstions 2.* version (android IM app) it transfers these files using…
Bogdan Lashkov
  • 131
  • 1
  • 1
  • 8
0
votes
0 answers

XMPP behind a GCP TCP/SSL proxy load balancer

I'm trying to set up an XMPP server on Google Compute Engine. I'm currently playing with Prosody. My preferred deployment strategy for servers is to have immutable infrastructure, so I tend to build an image of the server I want (using Packer),…
Paddy
  • 136
  • 5
0
votes
0 answers

JSXC refused to connect because Cross domain request is not possible as it does not appear in the connect-src directive of the CSP

I am trying to use Nextcloud's JSXC app (running under nextcloud.example.com) with Prosody (running under xmpp.example.com). However, the BOSH server (https://xmpp.example.com:5281/http-bind) keeps returning this error whenever I insert it into my…