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
0
votes
1 answer

Allow both Ejabberd and CakePHP 3 use same users table and passwords

Im developing a web app which uses cakePHP 3. I have the app working, and i need to add ejabberd 15.x chat to my app. I have configured the jabber to use odbc mysql and users database table( the same users table that cakephp uses ). Now, the…
Rainer Plumer
  • 3,693
  • 2
  • 24
  • 42
0
votes
1 answer

Ejabberd 15.07 custom module on hook user_send_packet

I am willing to develop a custom module by using a hook "user_send_packet" For now I have deleted custom work from the function and compiled the code. But when I use this module... Server is crashing and restarting continuously. I am not getting…
Gopal S Rathore
  • 9,885
  • 3
  • 30
  • 38
-1
votes
1 answer

ejabberd 18.12 Centos 7: mod_muc is crashing

Whenever a user tries to create a chatroom either thru a client or ejabberctl the module crashes: ** State machine <0.505.0> terminating ** Last event in was…
-1
votes
1 answer

Configure HBase with Ejabberd

I am planning to use HBase for my Ejabberd Server. I was trying to get some documentation on how to configure it but I couldn't so please anyone can help me by giving some documentation link. Thanks, Shiva Prasad G
-1
votes
1 answer

which is the table in mysql database to store chat conversations in ejabberd 17.07?

i have configured ejabberd 17.07 by source and enable mysql.i have made changes in yml file to for using mysql as its databse. now i want to know which is the table in mysql database to store chat conversations in ejabberd ? do i need to add any…
-1
votes
1 answer

How to create groups like whatsapp with ejabberd?

I need to ask few questions: a. How can I create whatsapp like groups? b. How can I implement group chat similar to whatsapp? Right now I am creating rooms and invite users into them. Users automatically removed from room,when users go offiline.…
-1
votes
1 answer

File operation error: eacces. Target:../ebin. Function: list_dir. Process: application_controller. on ejjabberd server

I am getting an error as follow: File operation error: eacces. Target: /opt/ejabberd-16.03/lib/xmerl-1.3.7/ebin. Function: list_dir. Process: application_controller. On AWS server but it is working locally.Further it was working in the past but now…
karan421
  • 863
  • 17
  • 43
-4
votes
1 answer

eJabberd admin panel not showing users

In eJabberd API, Why eJabberd admin panel is not showing host, registered users and online users ? Anyone having idea for the same ? Because in Postman, all these type of APIs are working fine like connected_users_vhost, connected_users and…
1 2 3
11
12