Questions tagged [ejabberd-module]

eJabbberd is an XMPP application server written primarily in Erlang (with growing support for Elixir)that is extended through the use of extension modules formally known as XEPs. A list of XEPs can be fond here.

173 questions
2
votes
1 answer

Register a new user on ejabberd server in android

I am facing the problem to create a new user on ejabberd server but sign in is working fine. i used the github repository (https://github.com/dilicode/LetsChat) for register the new user and chat between two and more users. I search on intenet, i…
singh.indolia
  • 1,292
  • 13
  • 26
2
votes
1 answer

How can i clear the MUC history in Ejabberd

I have an application with chatting functionality which support group chat also. In my app i have many public groups, now i want to clear the MUC history of an existing public group without destroy that group. Actually this group have many users…
Hemant Sharma
  • 514
  • 6
  • 17
2
votes
1 answer

Enable service_url in ejabberd using mod_http_upload

I'm using ejabberd 15.09 and mod_http_upload. According to https://github.com/weiss/mod_http_upload , if service_url is defined then, upload service should be forwarded to the given link. However, even though I have define the service_url link, it…
IllSc
  • 1,419
  • 3
  • 17
  • 24
1
vote
0 answers

ejabberd clustering - load balancing between the nodes

im new to ejabberd setup. we are using ejabberd in our project and we are getting below performance issue, please assist how we address this. we have 3 ejabberd servers joined in cluster with LB in front to do the Load balancing between the servers…
1
vote
0 answers

Ejabberd Server-Consumer Communication Mode

I am a graduate student conducting a comprehensive survey of open-source messaging middleware. I have a couple of questions about the Communication Mode of Server-Consumer traffic in Ejabberd (eCS). For a message that is sent from ejabberd to a…
1
vote
1 answer

Configuration related issue while implementing pyejabberd message system

I am implementing a message system in my python app and to achieve this I am using the client library of ejabberd which is pyejabberd. I have checked the official documentation of this to configure the ejabberd.yml file but getting some errors.…
1
vote
1 answer

install & configure mod_offline_post in ejabberd 20.07 version

I have installed and used mod_offline_http_post module in 20.07 version and was able to get push notifications for individual users. But this module doesn't support MUC rooms. I wanted to get push notifications for users who have subscribed to a MUC…
1
vote
1 answer

Cannot install any ejabberd contrib module

I'm trying to instal ejabberd-contrib modules. Using this guide, However when I run ejabberdctl modules_update_specs nothing is returned. And when I try install any of the individual modules: ejabberdctl module_install mod_pottymouth Failed RPC…
Milkyway
  • 705
  • 3
  • 12
  • 25
1
vote
1 answer

How to implement modules in ejabberd?

I am new on the XMPP server ejabberd. I installed ejabberd on ubuntu from this link: https://docs.ejabberd.im/admin/installation/#install-on-linux. I am using the default ejabberd.yml file which is present in ejabberd-20.07/conf folder. Here is my…
FaaiqKhan
  • 143
  • 12
1
vote
1 answer

ejabberd - Custom roster module based on external REST API

I was going through https://docs.ejabberd.im/developer/extending-ejabberd/architecture/, which talks about roster management via REST API. Trying to find which module to use and what kind of API contract that REST API should implement. Can you…
user846895
  • 171
  • 1
  • 1
  • 5
1
vote
2 answers

Ejabberd - Run SQL Query for Custom Command

I'm trying to make a custom command in mod_admin_extra.erl. to fetch messages between 2 JIDs. My command will look like this:- ejabberdctl get_messages HOST FROM TO START_TIME END_TIME The SQL query will be like:- select * from archive where…
Praful Bagai
  • 16,684
  • 50
  • 136
  • 267
1
vote
1 answer

Missing table pubsub_state in ejabberd

I have ejabberd working well but my logs are filling up with references to a missing table pubsub_state. I have a bunch of other tables with that prefix but not that one. Where can I find the definition so that I can add it? I am using PostgreSQL…
D'Arcy
  • 19
  • 4
1
vote
1 answer

How do setup mod_http_upload in ejabberd

In ejabberd 18.01-2, installed in lxc container Ubuntu 18.04 Bionic LTS using apt, I'm trying to setup mod_http_upload. In the section listen, I have listen: - port: 5444 module: ejabberd_http tls: true request_handlers: …
Clèm
  • 424
  • 3
  • 14
1
vote
1 answer

How to get data from ejabberd packet object?

I have a print log with packet data and I extract subelement using Packet#message.sub_els and it gives me array like : [ {xmlel,<<"delay">>,[{<<"xmlns">>,<<"urn:xmpp:delay">>},{<<"stamp">>,<<"2019-10-24T08:08:15.126+00:00">>}],[]}, …
Maulik Patel
  • 650
  • 5
  • 22
1
vote
1 answer

How to clear message archive on ejabberd server? (I am the server admin)

How do I clear all message archives on a fresh ejabberd installation? I accidentally enabled mod_mam and set it to default: always, but now I'm willing to delete message archives (mod_mam is already set to "never") Tried nothing
Solus
  • 11
  • 1
1
2
3
11 12