Quantcast
Channel: ejabberd - ejabberd Administration
Viewing all 782 articles
Browse latest View live

Set message size in muc room

$
0
0

Hello all
i need to set max message size just in muc room
Can u help me?


Need help installing modules

$
0
0

Hi Everyone,

I am a newbie here. This is my first time with ejabberd . I have set up a ejabberd 15.06 server on my llinux (Centos 6)machine in /opt/ejabberd-15.06 and now i want to configure some modules which will help me to save chat logs in DB, enable audio/video sharing etc. So i figured out we need some modules to enable this support on my ejabberd server. So i started to work on installing modules to get a easy start i am trying to install the module "mod_statsdx"
which is properly build and copied the generated beam files in /opt/ejabberd-15.06/lib/ejabberd-15.06/ebin folder

read more

SCRAM Authentication with MySql? Scheme

$
0
0

Hi there,

Im in the process of setting up a chat server with as database MySql.
I got all that up and running, but I'm trying to enable SCRAM Authentication.

This post https://www.ejabberd.im/node/24818 says: If you use the default ejabberd SQL authentication backend, you can now enable password encryption in the database using the standard SCRAM approach. We also provide a tool to migrate your existing authentication database to the new SCRAM secure scheme.

I've been looking for this tool, but I can't find anything, or any instructions anywhere.

read more

How to install mod_muc_admin?

$
0
0

I have installed an ejabberd Server using ejabberd-15.03-linux-x86_64-installer.run

Now I want to use the module mod_muc admin. Is that possible? How can I install it?
When I enter "ejabberdctl module_install mod_muc_admin", I get an error message Error: not_available:

Thank you very much for your help. Claudia

Consistent deployment for ejabberd cluster in cloud

$
0
0

I'm considering a "set it and forget it" cloud instance that can gracefully reconnect or form a cluster upon startup and when it goes down / rebooted. Would the following make sense?

1) Each instance gets a static ip

2) List a collection of all these static node ips in each instance's ejabberd.yml config (or it could maybe be made a little more convenient to simply announce itself to a shared database first, then check the list there... but let's leave that aside for now)

3) Upon startup, sequentially check if each ip is online. If one is found, join it as a cluster.

read more

How to upgrade ejabberd 15.04 to 15.06

$
0
0

Hello,

Very Thanks for releasing new version with mod_mam (odbc support) .
I want to upgrade the ejabberd version from 15.04 to 15.06.
When I install latest version, there is not any option for version upgrade.
I don't want to loose my existing data.

Please Suggest.

How to setup ejabberd with Riak

$
0
0

I follow ejabberd installation and configuration document, but still could not get Riak to property setup with ejabberd.

Latest Riak KV (2.1.1) is installed on same host as ejabberd and along with redis. and make sure Riak is running properly

in ejabberd.yml added following configuration:

default_db: riak
sm_db_type: redis
riak_server: "localhost"
riak_port: 8087

i have changed "storage_backend = leveldb", Riak starts successfully with only this change.
Riak start FAILED after I create /etc/riak/vm.args with -pz /opt/ejabberd-15.06/lib/ejabberd-15.06/ebin

read more

user acount must meet credentials

$
0
0

Is it possible that i set some credentials for new user regisration?

For example users must always start with company number like:

aa-nameofoffice


An Analysis Of Vital Aspects Of Frequency doubling crystal

$
0
0

8 aperture, will easily manage the caf2 lens available light you might have. One of the ways to know the general longevity of the goods is simply glan taylor polarizer by reading the testimonials caf2 crystals published by previous clients. You can transform the index to thin the lens, to a point.

read more

Errors when trying to set up clustering

$
0
0

Hi there,

I'm pretty new to ejabberd, but I'm trying to set up ejabberd clustering. So far its not going very well.
I'm following this tutorial: https://raymii.org/s/tutorials/Set_up_a_federated_XMPP_Chat_Network_with... - but I've tried some other things as well.

This is the error I'm getting now:

[ec2-user@ip-xxx-xx-xx-xxx bin]$ ./ejabberdctl
{error_logger,{{2015,7,27},{8,2,2}},"Protocol: ~tp: register/listen error: ~tp~n",["inet_tcp",eaddrnotavail]}

read more

How to configure and test MOD_MAM (Message Archive Management)?

$
0
0

Hi,

I configure the mod_mam like manual speaks.

mod_mam:
    default: always
    cache_size: 1000
    cache_life_time: 3600

There are not errors in logs:

ejabberd.log

2015-07-27 16:45:35.287 [info] <0.7.0> Application inets started on node ejabberd@localhost
2015-07-27 16:45:35.334 [info] <0.463.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5222
2015-07-27 16:45:35.334 [info] <0.464.0>@ejabberd_listener:listen_tcp:189 Reusing listening port for 5269

read more

mod_roster configuration

$
0
0

Hello.

I can not properly configure ejabberd. I do not want to give the possibility to add/remove roster to any user except admin. I found http://docs.ejabberd.im/admin/guide/configuration/#modroster but it does not work for me.
I have external auth script, which is very similar to https://www.ejabberd.im/node/4000.
I am using ejabberd 2.1.11.

My config:
%% Admin user
{acl, admin, {user, "admin", "localhost"}}.
...
{access, roster, [{allow, admin}]}.
...
{mod_roster, [{access, roster}]},

read more

X PLEASE HELP "I can not connect to the Web interface with the user and password created in windows

$
0
0

also I have the same problem, nose where I'm wrong but when I install on windows7 professional 64bist I get this error if I puedieran authentication for help that I have to do to work me

You have-been started ...

By default, the ejabberd Admin Web interface is enabled. You Should Be Able to connect to the admin interface and log in with the user admin@winserver.upap and the password you defined During the installation.

when I enter the password I think I get it auth error retry login to ejabberd

please help

MOD_MAM (Message Archive Management) doesnt work correctly

$
0
0

Debian 8 x64, Ejabberd 15.07, MySQL 5.6.25-3. Clean install.
Mysql base structure imported from this file:
https://github.com/processone/ejabberd/blob/master/sql/mysql.sql
with mysql -D ejabberd -h localhost -p -u ejabberd < ./mysql.sql (no errors appears).

# cat /opt/ejabberd-15.07/conf/ejabberd.yml
...
auth_method: internal
...
odbc_type: mysql
odbc_server: "localhost"
odbc_port: 3306
odbc_database: "ejabberd"
odbc_username: "ejabberd"
odbc_password: "PASSWORD"
...
mod_mam:
    default: always
    db_type: odbc
...

Clients:
- Alice

read more

Authentication Failed

$
0
0

Hi All,

I am facing a fairly urgent problem. Any help is highly appreciated.

Configurations is below:
Using latest version of Ubuntu 14.04, ejabberd, erlang OTP, iODBC, FreeTDS, Microsoft SQL Server on a separate server.

I configured ejabberd to use "external auth" using "odbc". I am using MS SQL server for the database. I am able to establish the connection. Using the "ctl" tool, I can register users. I checked the database and all users are entered which I created using command line.

read more


Using send_stanza_c2s to create pubsub node

$
0
0

Hi - am trying to figure out how to use mod_rest to create a pubsub node

Sending the following using mod_rest

send_stanza_c2s admin mydomain.org rest "<iq type='set' from='admin@mydomain.org' to='pubsub.mydomain.org' id='create1'> <pubsub xmlns='http://jabber.org/protocol/pubsub'><create node=aa/></pubsub></iq>"

*I get error: *

read more

Post Install Script Error

$
0
0

Hello,

I have been trying to get the latest 15.07 release to install on a fully updated Ubuntu 14.04 LTS release. Each attempt has resulted in the same issue, complaints about the installation perhaps not completing successfully and the the post installation script not finishing.

The steps I've taken are very simple;
Download Ubuntu Server 14.04 LTS ISO from Ubuntu website
Run through basic installation
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
reboot
wget the 15.07 deb file or run file from website
su (run as root user)

read more

Ejabberd configuration issue

$
0
0

What I want to achieve is:

  • I want to run XMPP service on separate subdomain like xmpp.domain.com
  • But at the same time, to use usernames like john@domain.com (neither than john@xmpp.domain.com)
  • to auto detect xmpp service's url xmpp.domain.com on jabber clients while using username like john@domain.com
  • to correctly use ssl for domain.com

Of course it might be, the way I think is not correct. If you have suggestion about it please comment me.

What I've done is:

Created Debian 8 server

Executed

read more

ejabberd Clustering Not Working

$
0
0

Hello,

I've set up a ejabberd (v 15.04) cluster on AWS using 2 Ubuntu images. Whilst I am able to successfully cluster the two (using the command join_cluster from the 2nd node to the 1st node), I am not sure if the behavior is as expected... any thoughts would be much appreciated...

read more

More than one external auth script

$
0
0

Hi,
I have two domains and I would like to have two external scripts to authenticate users, one for each domain. Is it possible?

Viewing all 782 articles
Browse latest View live


Latest Images