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.

6 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,325
  • 4
  • 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,325
  • 4
  • 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
  • 141
  • 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
1 answer

how to query a xmpp server from outside to find out what version he is running

There are many xmpps servers around (ejabberd, prosody etc ...). Is there a api call that tells one what brand and what version is running on that server?
Max Muster
  • 337
  • 2
  • 6
  • 27
0
votes
2 answers

Prosody never calls http_file_share

I've tried to set up my prosody xmpp-server (more exactly: I migrated from a different machine with some really outdated version) Most stuff works fine. Apart from mod_http_file_share that is. If I open it in my browser, anything looks okay. Looking…