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.

40 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
  • 2,546
  • 6
  • 25
  • 59
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
  • 429
  • 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
  • 2,997
  • 3
  • 23
  • 49
2
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…
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
  • 1,747
  • 3
  • 15
  • 30
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
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
  • 117
  • 8
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
  • 295
  • 1
  • 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
  • 654
  • 5
  • 18
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
vote
0 answers

Android Xmppconnection with prosody server

I am able to connect with my local server (prosody) but when i am trying to connect hosted server, i am unable to connect . Here is my connection request XMPPTCPConnectionConfiguration.XMPPTCPConnectionConfigurationBuilder builder = …
1
vote
1 answer

How to send media to Jitsi videobridge using prosody?

I'm relatively new to xmpp and webrtc. Now, I try to create simple video conference web app using Jitsi Videobridge and prosody, and I don't want to use jitsi-meet, because I need to know how the basic to get jitsi-videobridge to work. Until now, I…
Subkhan Sarif
  • 429
  • 9
  • 20
1
vote
0 answers

Can I Customize Openfire to use as MBaaS for mobile push notification? How?

I decide to build an infrastructure to send push notification using XMPP Protocol. I don't want to use 3rd party services like GCM or FCM [because Google restricts FCM service based on IP Address, Is there any other free Android push notification…
Mehran Zamani
  • 817
  • 9
  • 29
1
vote
1 answer

Prosody/Pidgin not sending buddy authorization requests

I'm setting up a Prosody XMPP server on my local machine for a proof of concept, and I just want to get a simple chat session going with myself. I set it to allow registration, and was able to register new users, but when I send a buddy request to…
bdetweiler
  • 1,404
  • 1
  • 17
  • 25
1
vote
0 answers

Message Archive Management Plugin (Prosody) can't open archive

I'm trying to get Message Archive Management ( mam ) on a prosody server working. I tried it with SQLite3, MySQL and PostgreSQL. Always this log: Oct 20 14:56:21 general info Hello and welcome to Prosody version 0.9.7 Oct 20 14:56:21 general info…
Nick
  • 41
  • 2
1
2 3