I have a jabber server running on a machine that has a public ip on it , and i only want this server to serv my companies staff members only for our intranet , where in the .cfg or in the ejabberd web interface can i change the access rules for only my internal company network.
limit access to internal intranet Lan users with option ip
As you can see in section3.1.5 Listened Sockets , all modules support the option 'ip'. What this option does, is also described in that section.
You can read a real-life example using the 'ip' option in section3.3.1 Web Interface , example 2.
--
sander
ok but...
How can i make it so that it disables registration , so they have to ask the admin before registering and account , f , like if theres a new employee we register him , or if someone else needs a second account in the jabber server??
The second example in
The second example in sectionA.12 mod_register is what you need. You only need to decide if you want to disable all In-Band Registration functionality, or only registration. Afterwards, you will need e.g. the web interface are the command line tool ejabberdctl to register new users (and delete accounts, and change passwords of users).
Do not hesitate to provide feedback if you believe something is not clear enough or if something can be improved in that section. Also all other feedback is welcome of course. :-)
--
sander
ok but...
disable , anonymouse registering thats what i ment , so only us admins can register ppl