summaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-20Remove obsolete doc and win32 files (EJAB-1738)Christophe Romain20-8102/+0
2015-04-22Remove obsolete release notesChristophe Romain28-2176/+0
2015-03-03Fix IPv6 loopback address in the guideHolger Weiss1-2/+2
Thanks to Erik Huelsmann for spotting this.
2015-02-26Update remanining old RFC links (EJAB-1728)(#444)Badlop1-7/+5
2015-02-17Update mod_vcard_ldap Guide documentation from Erlang to YAML format (Github ↵Badlop1-115/+105
#274 #394)
2015-01-28List all available commands in the guide (EJAB-1735)Badlop1-4/+21
2015-01-28Support for "> ." in YAML configuration filesBadlop1-0/+23
2015-01-21Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain1-1/+1
2015-01-15Update the Guide about using access_commands in YAML/CFG filesBadlop1-7/+39
2015-01-08Update some RFC links (EJAB-1728)Badlop2-6/+6
2015-01-08Update compilation from git (github #397)Badlop1-1/+1
2015-01-04Fix example: turn_ip must be specified as stringHolger Weiss1-1/+1
2014-11-10New option: disable_sasl_mechanismsHolger Weiss1-0/+5
The new "disable_sasl_mechanisms" option allows for restricting the list of SASL mechanisms offered to the client. Closes #339.
2014-10-27Add new option: store_empty_bodyEvgeniy Khramtsov1-0/+2
2014-09-16XEP-0198: Support "resend_on_timeout: if_offline"Holger Weiss1-3/+7
If "resend_on_timeout" is set to "if_offline", resend unacknowledged stanzas only if no other resource is online when the session times out. In other words, allow for sending them to offline storage, but nowhere else.
2014-09-11Support XEP-0352: Client State IndicationHolger Weiss1-0/+34
2014-08-27Automatically remove IPs from ban, add the documentationEvgeniy Khramtsov1-0/+26
2014-08-26Fix an XEP reference in the guideHolger Weiss1-1/+1
2014-08-20Guide: For consistency, use 'infinity' everywhereHolger Weiss1-2/+2
2014-08-20Fix MUC option docs: "infinity", not "infinite"Holger Weiss1-3/+3
2014-07-28doc/Makefile: Replace non-portable echo(1) callsHolger Weiss1-9/+9
The echo(1) behavior is system-dependent, the printf(1) behavior is not.
2014-07-24doc/Makefile: Don't insist on using /bin/bashHolger Weiss1-1/+1
Fix "make doc" for systems that don't have /bin/bash. There's no bash-specific code in doc/Makefile anymore.
2014-07-22Fix "s2s_access" option name in documentationHolger Weiss1-2/+2
2014-07-21html guide is now generated when building source tarballChristophe Romain1-5148/+0
2014-07-10Re-generate the HTML documentsEvgeniy Khramtsov3-549/+696
2014-07-10Mention about Riak in yet another placeEvgeniy Khramtsov1-1/+1
2014-07-10Document Riak supportEvgeniy Khramtsov2-2/+77
2014-07-07Improve documentation of mod_sipEvgeniy Khramtsov1-2/+25
2014-07-02add ability to rotate logs on given date conditionChristophe Romain1-3/+11
2014-07-02New option support: log_rotate_countEvgeniy Khramtsov1-0/+9
2014-07-02Support new options: log_rotate_size and log_rate_limitEvgeniy Khramtsov1-5/+26
2014-06-03Always enable STUN at compile timeEvgeniy Khramtsov1-3/+0
2014-06-03Remove exmpp from the list of dependenciesHolger Weiss1-1/+0
The XEP-0227 code no longer uses exmpp. Thanks to Steve Gillespie for noting this.
2014-06-03Fix LibYAML version in the list of dependenciesHolger Weiss1-1/+1
Thanks to Steve Gillespie for reporting the error.
2014-05-27XEP-0198: Terminate session on queue overflowHolger Weiss1-4/+4
On queue overflow, terminate the c2s session instead of just dropping items from the queue. This makes sure all stanzas are either delivered or bounced.
2014-05-20Fix URL markup in the guideHolger Weiss1-4/+8
2014-05-14Update ejabberd_xmlrpc documentation URLHolger Weiss1-1/+1
2014-05-08Recompile the GuideBadlop1-25/+110
2014-05-08TURN support (EJAB-1017)Evgeniy Khramtsov1-18/+80
2014-05-07Revert "Document that ejabberd compilation requires pkg-config"Evgeniy Khramtsov1-1/+0
This reverts commit bd0060715ec776c6417422ca4aebea853cfa82e1.
2014-05-05Recompile the ejabberd Guide htmlBadlop1-2403/+2694
2014-05-05Document that ejabberd compilation requires pkg-configBadlop1-0/+1
2014-05-02Always enable SIP at compile timeEvgeniy Khramtsov1-3/+0
2014-04-30SIP supportEvgeniy Khramtsov2-1/+109
Conflicts: configure configure.ac doc/guide.tex
2014-04-16Update a URL in the guideHolger Weiss1-1/+1
2014-04-16Fix two small typos in the guideHolger Weiss1-2/+2
2014-04-15Mention mod_carboncopy in documentationHolger Weiss1-0/+2
2014-04-15Remove outdated comment from guideHolger Weiss1-2/+1
2014-04-11Fix description of access rules syntaxHolger Weiss1-1/+1
2014-04-08Add option to specify openssl optionsAntonio Murdaca1-2/+10