Questions tagged [prosody-im]

Prosody is an XMPP communication server which aims to be easy to set up and configure.

Prosody is an communication server which aims to be easy to set up and configure.

For more information, see the official homepage.

45 questions
3
votes
1 answer

Jitsi Meet - Allow only JWT token authentication and get rid of user and password authentication

On my Jitsi Meet Prodody config file: ~/.jitsi-meet-cfg/prosody/config/conf.d I have the following configuration: admins = { "focus@auth.meet.jitsi", "jvb@auth.meet.jitsi" } plugin_paths = { "/prosody-plugins/", "/prosody-plugins-custom"…
davidesp
  • 3,743
  • 10
  • 39
  • 77
3
votes
1 answer

Allowing XMPP users to change passwords against prosody

I have a running prosody that handles XMPP for a couple of my domains, and a friends domain. One of the users (his wife) on my friend's domain would like to change her password (actually she has forgotten her, so I would set one with prosodyctl that…
3
votes
1 answer

Prosody muc chat history is not complete

I try to make conference chat using prosody, and for the client I use strophe.js. Everything works great except one thing that the chat history shown to user when they just join in to the room is not complete. For example: One client has already…
Subkhan Sarif
  • 459
  • 9
  • 20
3
votes
1 answer

How to properly connect strophe.js client with Prosody server using XMPP protocol

I've installed and configured Prosody server. It listens on standard localhost:5222. Added admin in configuration file - user1@example.com. Every request to server ended up with error:
magos
  • 3,371
  • 4
  • 29
  • 54
2
votes
0 answers

Prosody XMPP server isn't receiving files, returns 404

I'm setting up my own XMPP server on a VPS, mostly for additional control and not for public use. I want to set up HTTP file upload, using an "upload." subdomain. However, attempting to send files gives me a 404. I'm using prosody-filer.
KSP Atlas
  • 138
  • 1
  • 8
2
votes
1 answer

Remote Control of Prosody Server

I am setting up an XMPP server that can be used to send real-time messages to clients as directed by a central application. I want the clients to be as simple as possible, so I want the server to handle account creation and destruction. I think…
seawolf
  • 2,147
  • 3
  • 20
  • 37
2
votes
1 answer

Stream Management (XEP-0198) in Prosody

I am using Prosody for stream management. But I am suffering from some issues. How can I ensure that stream management is enabled on prosody ? Is there any command to test on terminal ? I also tried to add mod_smacks.lua modules in modules. but I…
user3463981
  • 29
  • 1
  • 6
1
vote
1 answer

How to setup Jitsi Meet on a custom Kubernetes

We have a single node kubernetes environment hosted on an on prem server and we are attempting to host jitsi on it as a single pod. Jitsi web, jicofo, jvb and the prosody will be in on one pod rather than having separate pods for each (reference…
lp_nave
  • 244
  • 3
  • 17
1
vote
1 answer

How to add log in Jitsi prosody plugin lua files

I am trying to add some log in Jitsi meet prosody module Lua files. e.g : in mod_muc_allowners.Lua file. How to add logs in these lua files and where can I check this? mod_muc_allowners.Lua mod_av_moderation_component.lua in this file, suppose I…
MMSmmsbd
  • 113
  • 1
  • 10
1
vote
1 answer

How to log fully detailed XMPP message sent and received by Prosody IM

I try to analyze a problem related to XMPP. I have two server components joined the same MUC room on Prosody IM (it's hard to make my application to print those XMPPs they received/sent , i'm using jitsi jicofo and jitsi jigasi). So, I was wondering…
hcnak
  • 428
  • 7
  • 18
1
vote
2 answers

LUA - Calling function from other module without exporting table

I try to setup a special behavior with Jitsi, but have not that much LUA knowlege. A Jitsi/Prosody module "mod_muc_lobby_rooms.lua" is implementing some function like handle_create_lobby(event);. handle_create_lobby is calling other sub-function…
ula.uvula
  • 158
  • 13
1
vote
1 answer

How select prefered file transport method?

I have a problem, as I think, with my prosody configuration. When I am sending files (for example photos) more the ~2 or 3 megabytes (as I established experimentally) using Converstions 2.* version (android IM app) it transfers this files using peer…
Bogdan Lashkov
  • 319
  • 3
  • 17
1
vote
2 answers

Is it possible for a Prosody server to make an HTTP request to an external API

The Prosody server has several modules that allow it to respond to HTTP requests. For example, mod_http_rest allows me to make a POST request on port 5280 with an XMPP stanza as the payload, and the Prosody server responds by sending that stanza on…
user1070300
  • 836
  • 9
  • 15
1
vote
0 answers

Connecting to Prosody via JAXL: "This server does not serve username"

I have my own prosody server setup and can connect to it via a windows XMPP client. The server has two accounts on it, and I can connect as both of them and exchange messages between them (I am using the built-in client in Mozilla Thunderbird). I…
uncovery
  • 794
  • 5
  • 19
1
vote
0 answers

Can a http client using XMPP interact directly with jitsi videobrigdge server?

I want to implement a cross platform chat app. I want to use XMPP and I know that XMPP's BOSH extension is used for instant messaging. However, I also need a video conference and audio conference abilities. jitsi does that actually. It uses…
M.Yilmaz
  • 25
  • 9
1
2 3