Questions tagged [ejabberd]

ejabberd is a Jabber/XMPP instant messaging server, licensed under GPLv2 (Free and Open Source), written in Erlang/OTP. Among other features, ejabberd is cross-platform, fault-tolerant, clusterable and modular.

ejabberd is a Jabber/XMPP instant messaging server, licensed under GPLv2 (Free and Open Source), written in Erlang/OTP. Among other features, ejabberd is cross-platform, fault-tolerant, clusterable and modular.

176 questions
0
votes
1 answer

How to add pre-hashed password to ejabberd with ansible

I know that I can add users using the ansible ejabberd_user module, but there doesn't seem to be a way to add a user with a pre-hashed password. I want this: - name: create a user if it does not exists ejabberd_user: username: test host:…
Michael
  • 123
  • 4
0
votes
2 answers

Ejabberd : Creating Custom Authentication with Webservice

Is it possible to create custom authentication on Ejabberd with .NET Webservice? I want to override the default authentication happening on Ejabberd. The version I would be using on Ejabberd would be the latest available. Any pointers / help…
0
votes
1 answer

Ejabberd Resource Constraint: Users are not allowed to register accounts so fast from same ip

I am getting an error during register multiple users on Ejabberd server from same mobile user, which is: \n \n \n
0
votes
1 answer

Ejabberd server on AWS t2.micro instance?

I am just worried about the performance issues of running Ejabberd(XMPP) chat server on 1GB RAM and 1CPU core AWS t2.micro instance. Ejabberd documentation says it can easily accept concurrent connections of 100K to 300k if the machine has 16GB of…
Naroju
  • 101
  • 1
0
votes
2 answers

How to auto start ejabberd in centos 7?

I have installed ejabbered from source code into centos 7 it is running fine but now problem is only how to auto start it with system. I have tried startup application, rc.local file method but all failed is there any other way to run ejabbered with…
0
votes
1 answer

Problem with Ejabberd external authentication with PHP

I'm stumped at the moment. I'm trying to get ejabberd to authenticate users based on my web application's already-existing MySQL user table. Environment info Ubuntu 8.04 server Ejabberd 2.0.1-2 (using hardy-backports) PHP 5.2.4 MySQL 5.0.51a-3 In…
Andrew Ensley
  • 932
  • 2
  • 17
  • 30
0
votes
1 answer

Syntax error while giving a new user administration permissions in ejabberd.ym

For the last couple of hours I have been trying setting ejabberd server up. I built ejabberd from source becuase the package in ubuntu repository has a bug. Anyway after building ejabberd from the source, I added my FQDN "s1.noureldin.local" to my…
Mohammed Noureldin
  • 541
  • 1
  • 11
  • 25
0
votes
1 answer

How to register user on ejabberd using php code?

I am trying to register user on ejabberd linux server. I am using below php code
0
votes
1 answer

Cannot register new user on localhost ejabberd via Pidgin (503: service unavailable)

I setted up ejabberd server on localhost and now can access admin panel on localhost:5280/admin In pidgin I fill following values: username: root password: password host: localhost resource: 5280 and checking "Create this new account on the…
Vassily
  • 85
  • 2
  • 12
0
votes
1 answer

Secure ejabberd: protocol options and ciphers setting has no effect

I try to secure my ejabberd by configuring openssl ciphers like this for s2s communication: {s2s_use_starttls, required}. {s2s_certfile, "/etc/ejabberd/mycert.pem"}. {s2s_protocol_options, ["no_sslv3", "no_sslv2"]}. {s2s_ciphers, "HIGH" }. However…
0
votes
1 answer

Ejabberd returning 503 Service Unavailable when trying in-channel registration

I've put the following snippet into my ejabberd.cfg, under the modules section: {mod_register, [ {ip_access, "my.ip.add.ress"}, %%% some default rules included with the cfg file %%% ]}, Alongside…
Jules
  • 201
  • 4
  • 11
0
votes
1 answer

Instal ejabberd on centos 6.7 - epel is enabled still No package ejabberd available

I am trying to install ejabberd on my centos 6.7. As I googled I found that I need to enable EPEL which I did still there is no success. Out put for yum repolist [root@static ~]# yum repolist Failed to set locale, defaulting to C Loaded plugins:…
Satish
  • 101
  • 1
  • 3
0
votes
2 answers

Using MySQL with Ejabberd

I'm trying to integrate MySQL into Ejabberd but I'm constantly facing problem with it. I'm working in AWS EC2 environment and I have 1 EC2 instance that has MySQL, Ejabberd and latest Erlang (Version 17) installed. Then I have exactly followed steps…
Jason
  • 101
  • 1
0
votes
1 answer

Where's ejabberd.cfg file in ubuntu

I have installed ejabberd by downloading ejabberd.run file from the website. I didn't installed it from apt-get since it was giving some issues. I am using ejabberd version 15.04. I need to make some changes in the configuration, but I am unable to…
noob
  • 141
  • 1
  • 7
0
votes
1 answer

Mongooseim : mod_vcard crashing

I configured mod_vcard as follows: {mod_vcard, [ {allow_return_all, true}, {search_all_hosts, true}, {matches, 1}, {search, true}, {host, localhost}, {backend, odbc} ]}, But when I restart…
user3360140
  • 281
  • 1
  • 4
  • 14