aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Document that the admin can install ejabberd.init script (EJAB-755)Badlop2009-08-242-3/+21
| | | | SVN Revision: 2522
* Show example config to disable account create/delete, and allow password change.Badlop2009-08-202-10/+25
| | | | SVN Revision: 2512
* Explain how client can specify Pubsub plugin when creating node (thanks to ↵Badlop2009-08-192-2/+8
| | | | | | Christophe Romain) SVN Revision: 2504
* Update Pubsub's nodetree documentation (thanks to Christophe Romain)Badlop2009-08-192-13/+39
| | | | SVN Revision: 2503
* Recompile guide.htmlBadlop2009-08-181-3/+15
| | | | SVN Revision: 2499
* added mod_pubsub_odbc documentationChristophe Romain2009-08-181-4/+19
| | | | SVN Revision: 2498
* Describe the options syntax, not only the name (EJAB-998)Badlop2009-08-124-609/+553
| | | | SVN Revision: 2472
* Update URLs of IETF and XMPP protocol documentsBadlop2009-08-113-75/+75
| | | | SVN Revision: 2455
* More documentation for STUN server.Badlop2009-08-113-8/+14
| | | | | | | | | | * Add stun listener to example config file, disabled. * Improve enumeration of listeners options * Mention STUN in release notes * Mention new STUN listener in release notes * Mention new network protocol syntax in release notes SVN Revision: 2454
* STUN support is now documentedEvgeniy Khramtsov2009-08-112-148/+235
| | | | SVN Revision: 2453
* Added preliminary Release Notes for ejabberd 2.1.0Badlop2009-08-071-0/+248
| | | | SVN Revision: 2445
* To use import/export XEP-0227 feature, exmpp 0.9.1 or higher is required.Badlop2009-08-072-2/+2
| | | | SVN Revision: 2441
* ejabberdctl commands use _ instead of -. For backwards compatibility - is ↵Badlop2009-08-072-12/+12
| | | | | | still supported. SVN Revision: 2440
* Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop2009-08-072-4/+26
| | | | SVN Revision: 2439
* Document options for Roster Versioning (EJAB-964)Badlop2009-08-062-3/+46
| | | | SVN Revision: 2430
* Document the new option s2s_dns_options, expressed in seconds (EJAB-994)Badlop2009-08-032-0/+8
| | | | SVN Revision: 2417
* Document mod_ping in the ejabberd Guide (EJAB-974)(EJAB-173)Badlop2009-07-302-99/+170
| | | | SVN Revision: 2403
* Allow content types to be configured in ejabberd.cfg (EJAB-975)(thanks to ↵Badlop2009-07-212-4/+34
| | | | | | Brian Cully) SVN Revision: 2376
* Support XEP-0157: Contact Addresses for XMPP Services (EJAB-235)Badlop2009-07-172-5/+72
| | | | SVN Revision: 2368
* Add -hidden flag when calling Debug or CtlBadlop2009-07-061-0/+4
| | | | SVN Revision: 2354
* Add XEP82 Date Time, update XEP202 Entity Time and XEP203 Delayed Delivery ↵Badlop2009-06-302-5/+5
| | | | | | (EJAB-234) SVN Revision: 2345
* Improve explanation about SSL for port 5223 and its option 'tls'.Badlop2009-06-252-6/+18
| | | | SVN Revision: 2339
* Add note about PAM configuration for pam_winbind (thanks to Jon Bendtsen)Badlop2009-06-252-0/+4
| | | | SVN Revision: 2337
* Add permanent section about HTTP Bind module to the Guide. Example config.Badlop2009-06-163-119/+237
| | | | SVN Revision: 2260
* Add permanent section about mod_http_fileserver to the Guide. Example config.Badlop2009-06-163-115/+212
| | | | SVN Revision: 2182
* Ad-hoc commands to join IRC channel, set nickname and encoding (thanks to ↵Badlop2009-06-152-0/+4
| | | | | | Magnus Henoch)(EJAB-302) SVN Revision: 2164
* Add option to restrict max offline messages by Access and ACL (EJAB-951)Badlop2009-06-152-13/+71
| | | | | | | New option for mod_offline: access_max_user_messages. The old option user_max_messages is no longer supported. SVN Revision: 2162
* pubsub: added configuration option in guide.tex, added last item cache, use ↵Christophe Romain2009-05-281-3/+20
| | | | | | default node type if given type is not configured, make node_flat the default node plugin. caps: improve cache handling SVN Revision: 2112
* Support LDAPS with TLS (EJAB-109)(thanks to Thomas Baden, Andy Harb, Sergei ↵Badlop2009-05-252-10/+24
| | | | | | Golovan, Anton Podavalov) SVN Revision: 2098
* Document how to convert Mnesia node nameBadlop2009-05-152-18/+84
| | | | SVN Revision: 2081
* Erlang/OTP R13 can be used, but its support is still experimentalBadlop2009-05-152-2/+2
| | | | SVN Revision: 2077
* * src/mod_muc/mod_muc.erl: Limit number of characters in Room ID,Badlop2009-04-222-4/+38
| | | | | | | | | Name and Description (EJAB-899) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 2034
* * doc/guide.tex: Add section to document how to setup CAPTCHABadlop2009-04-222-139/+223
| | | | | | | support (EJAB-895) * doc/guide.html: Likewise SVN Revision: 2027
* * doc/guide.tex: Document new ejabberdctl option. New section thatBadlop2009-04-172-147/+375
| | | | | | | documents AccessCommands. (EJAB-910) * doc/guide.html: Likewise SVN Revision: 2025
* * doc/guide.tex: Explain that the recommended Erlang/OTP versionBadlop2009-04-142-2/+2
| | | | | | | | is R12B-5, and R13 is not supported yet. * doc/guide.html: Likewise * README: Likewise SVN Revision: 2021
* * doc/release_notes_2.0.5.txt: Added file for new releaseBadlop2009-04-011-0/+33
| | | | SVN Revision: 2002
* * doc/release_notes_2.0.4.txt: Added file for new releaseBadlop2009-03-101-0/+44
| | | | SVN Revision: 1987
* * src/tls/tls_drv.c: Fix to support OpenSSL older thanBadlop2009-03-092-4/+4
| | | | | | | | 0.9.8f (EJAB-877)(thanks to Jonathan Schleifer) * doc/guide.tex: It is again supported OpenSSL older than 0.9.8f * doc/guide.html: Likewise SVN Revision: 1979
* * doc/guide.tex: Require OpenSSL 0.9.8f or higher (EJAB-877)Badlop2009-03-052-14/+14
| | | | | | * doc/guide.html: Likewise SVN Revision: 1967
* * doc/guide.tex: No mention to the release date in ejabberd GuideBadlop2009-02-261-3/+0
| | | | | | | or release notes. The date of an ejabberd release is determined by the date of the corresponding release announcement. SVN Revision: 1922
* * src/web/ejabberd_http_poll.erl: Allow configuration of sessionBadlop2009-02-142-3/+14
| | | | | | | | timeout, using new global option http_poll_timeout (EJAB-135) * doc/guide.tex: Document new option * doc/guide.html: Likewise SVN Revision: 1876
* * src/ejabberd_system_monitor.erl: Allow parametrizable watchdogBadlop2009-02-132-9/+17
| | | | | | | | | | threshold: option watchdog_large_heap or chatting with the watchdog bot (EJAB-545) * src/ejabberd_config.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1872
* * doc/Makefile: In Clean do not remove html. In new Distclean, remove also html.Badlop2009-02-031-2/+4
| | | | SVN Revision: 1862
* * doc/Makefile: When cleaning, remove contributed_modules.texBadlop2009-02-031-0/+1
| | | | SVN Revision: 1861
* * doc/guide.tex: Provide only an example of language optionBadlop2009-01-312-15/+4
| | | | | | * doc/guide.html: Likewise SVN Revision: 1858
* * doc/guide.tex: mod_muc can run in several nodes of clusterBadlop2009-01-272-10/+10
| | | | | | * doc/guide.html: Likewise SVN Revision: 1854
* * doc/api/process-one.css: Add some style to HTML elementsBadlop2009-01-211-1/+13
| | | | | | | * src/ejabberd_listener.erl: Fix EDoc errors * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1843
* * doc/guide.tex: Explain that account creation is only supportedBadlop2009-01-202-1/+3
| | | | | | | by internal and odbc authentication methods * doc/guide.html: Likewise SVN Revision: 1836
* * src/Makefile.in: The path to the installed copy of ejabberdBadlop2009-01-202-13/+13
| | | | | | | | | | | Guide is set in the environment variable EJABBERD_DOC_PATH (EJAB-837). * src/web/ejabberd_web_admin.erl: Likewise * src/ejabberdctl.template: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1835
* * doc/release_notes_2.0.3.txt: Minor changesBadlop2009-01-131-0/+35
| | | | SVN Revision: 1818