Badlop
c13ed8c625
Merge 1872 from trunk.
...
* src/ejabberd_system_monitor.erl: Allow parametrizable watchdog
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: 1940
2009-03-03 18:45:26 +00:00
Badlop
85412f0a41
Merge from trunk: 1835, 1836, 1842, 1843, 1854, 1858, 1860, 1861, and 1862.
...
* doc/Makefile: In Clean do not remove html. In new Distclean,
remove also html.
* doc/Makefile: When cleaning, remove contributed_modules.tex
* src/Makefile.in: Fix arguments to Install program
* doc/guide.tex: Provide only an example of language option
* doc/guide.html: Likewise
* doc/guide.tex: mod_muc can run in several nodes of cluster
* doc/guide.html: Likewise
* doc/api/process-one.css: Add some style to HTML elements
* src/ejabberd_listener.erl: Fix EDoc errors
* src/web/ejabberd_web_admin.erl: Likewise
* src/ejabberd_hooks.erl: Explanation in EDoc of some functions
* doc/guide.tex: Explain that account creation is only supported
by internal and odbc authentication methods
* doc/guide.html: Likewise
* src/Makefile.in: The path to the installed copy of ejabberd
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: 1937
2009-03-03 18:11:23 +00:00
Badlop
dd5a7bcd54
* doc/guide.tex: No mention to the release date in ejabberd Guide
...
or release notes. The date of an ejabberd release is determined by
the date of the corresponding release announcement.
SVN Revision: 1922
2009-02-26 23:10:28 +00:00
Jean-Sébastien Pédron
4badd3b6ac
Disable "TODO:" interpretation in eDoc because usually, the following
...
text isn't in eDoc format.
PR: EJABP-1
SVN Revision: 1857
2009-01-30 15:50:13 +00:00
Jean-Sébastien Pédron
fc77b48344
Merge from trunk (r1804 to r1829).
...
The merge party is over, you may now double-check that everything is in
place.
PR: EJABP-1
SVN Revision: 1830
2009-01-19 15:27:07 +00:00
Jean-Sébastien Pédron
ff500d8297
Merge from trunk (r1787 to r1804).
...
Included are fixes to src/mod_configure.erl and src/mod_caps.erl.
Note: this merge doesn't include the following revisions because it was
made by previous commits:
r1766, r1768, r1781, r1783, r1794, r1797, r1799, r1802.
Warning: Ejabberd may be broken until the merge is completly finished.
PR: EJABP-1
SVN Revision: 1829
2009-01-19 14:47:33 +00:00
Jean-Sébastien Pédron
25009ff9f4
Merge from trunk (r1764 to r1787).
...
Warning: Ejabberd may be broken until the merge is completly finished.
PR: EJABP-1
SVN Revision: 1827
2009-01-19 11:59:40 +00:00
Jean-Sébastien Pédron
bc51bd0dbd
Merge from trunk (r1752 to r1764).
...
Warning: Ejabberd may be broken until the merge is completly finished.
PR: EJABP-1
SVN Revision: 1826
2009-01-19 11:16:44 +00:00
Jean-Sébastien Pédron
2cc2039ad8
Merge from trunk (r1734 to r1752).
...
Note: this merge doesn't include the following revisions because it was
made by previous commits:
r1737, r1740, r1745, r1747, r1748.
Additionnaly, any deprecated content was removed from jlib.hrl. This
leaves only the new RSM records.
Warning: Ejabberd may be broken until the merge is completly finished.
PR: EJABP-1
SVN Revision: 1824
2009-01-19 10:14:04 +00:00
Jean-Sébastien Pédron
69805f36fa
Merge from trunk (r1730 to r1734).
...
PR: EJABP-1
SVN Revision: 1735
2008-12-17 13:52:44 +00:00
Jean-Sébastien Pédron
3bfb2b5cc1
Merge from trunk (r1692 to r1709).
...
PR: EJABP-1
SVN Revision: 1710
2008-12-08 12:02:27 +00:00
Jean-Sébastien Pédron
9e96043255
Merge from trunk (r1649 to r1692).
...
PR: EJABP-1
SVN Revision: 1695
2008-12-01 15:53:30 +00:00
Jean-Sébastien Pédron
ab2b70f189
Merge from trunk (r1613 to 1649).
...
PR: EJABP-1
SVN Revision: 1650
2008-10-13 10:11:19 +00:00
Jean-Sébastien Pédron
67a87af459
Merge from trunk (r1563 to r1613).
...
PR: EJABP-1
SVN Revision: 1614
2008-10-08 12:02:30 +00:00
Jean-Sébastien Pédron
4eaa8e19c9
Merge from trunk (r1457 to r1563).
...
SVN Revision: 1564
2008-09-16 14:39:57 +00:00
Jean-Sébastien Pédron
07b1210b50
Merge revisions from 1444 to revision 1457 from trunk.
...
SVN Revision: 1458
2008-07-17 15:33:50 +00:00
Jean-Sébastien Pédron
574dbbfd08
Merge revisions from 1434 to revision 1444 from trunk.
...
SVN Revision: 1445
2008-07-15 08:45:05 +00:00
Jean-Sébastien Pédron
332fb55e3a
MFC:
...
Merge revisions from 1362 to revision 1434 from trunk.
SVN Revision: 1435
2008-07-11 12:48:27 +00:00
Badlop
5fdcb52306
* src/ejabberd.app: The ejabberd version number is defined in the
...
OTP application resource file, in the key 'vsn' (EJAB-657)
* src/ejabberd.hrl: The macro VERSION now consults the ejabberd
application key vsn
* src/configure.erl: Load the ejabberd application description
* doc/Makefile: Read ejabberd version from ejabberd.app vsn
* doc/api/Makefile: Likewise
SVN Revision: 1361
2008-06-18 21:33:48 +00:00
Badlop
cbf63d06a8
* src/mod_muc/mod_muc_room.erl: Allow admins to send messages to
...
rooms even if not joined (EJAB-645)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1356
2008-06-13 18:55:26 +00:00
Badlop
44e0a17d80
* doc/guide.tex: Title in HTML is shorter. Update several external URIs.
...
SVN Revision: 1354
2008-06-13 15:25:57 +00:00
Badlop
8f7d9de0b6
* doc/guide.tex: Document ldap_local_filter (EJAB-179)
...
SVN Revision: 1353
2008-06-13 10:13:44 +00:00
Badlop
d27f41a9e8
* doc/guide.tex: Table of listener modules converted to
...
description. Table of modules overview simplified, and module
names link to their sections.
* doc/guide.html: Regenerated with all the latest changes
SVN Revision: 1352
2008-06-12 23:52:13 +00:00
Badlop
795263b5d4
* doc/guide.tex: Fix indentation of verbatim text
...
SVN Revision: 1351
2008-06-12 23:01:09 +00:00
Badlop
a8140bca89
* doc/guide.tex:
...
Changes in CSS: verbatim text is indented and has grey background;
descriptions are indented; table borders are softer.
SVN Revision: 1350
2008-06-12 22:00:51 +00:00
Badlop
9507a0001d
* doc/guide.tex: Permanent reference URL for sections (EJAB-651)
...
SVN Revision: 1349
2008-06-12 21:54:30 +00:00
Badlop
be8d1902d0
* doc/guide.tex: Small fixes (thanks to Christoph Anton Mitterer)
...
* doc/introduction.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1347
2008-06-08 16:52:25 +00:00
Badlop
95462d3f25
* doc/guide.tex: Document ejabberdctl status code (EJAB-633)
...
* doc/guide.html: Likewise
SVN Revision: 1346
2008-06-05 12:04:43 +00:00
Christophe Romain
3c1efb8c4d
add release_notes_2.0.1
...
SVN Revision: 1338
2008-05-19 22:35:01 +00:00
Badlop
9bdaa45981
* doc/guide.html: Update
...
SVN Revision: 1335
2008-05-19 09:45:44 +00:00
Badlop
30f54a6bfc
* src/configure.ac: R12 support: remove compilation
...
warning (EJAB-630)
* src/configure: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1334
2008-05-19 09:20:35 +00:00
Badlop
b503e02b09
* doc/guide.tex: Describe how to disable registration
...
limitation (EJAB-614)
SVN Revision: 1333
2008-05-19 09:13:19 +00:00
Badlop
e5879f4349
* src/ejabberd.cfg.example: Small improvements in explanations
...
* doc/guide.tex: Document MUC room options (EJAB-619)
SVN Revision: 1310
2008-04-29 16:44:12 +00:00
Badlop
1cbfc60570
* doc/guide.tex: Document the option max_s2s_connections
...
SVN Revision: 1307
2008-04-28 18:07:23 +00:00
Badlop
0b5720906c
* doc/guide.tex: Document option registration_timeout (EJAB-614)
...
SVN Revision: 1302
2008-04-25 22:45:45 +00:00
Badlop
c88a4650ba
* src/ejabberd_c2s.erl: Added forbidden_session_hook
...
* src/acl.erl: New access types: resource, resource_regexp and
resource_glob
* doc/guide.tex: Likewise
SVN Revision: 1301
2008-04-25 09:25:31 +00:00
Badlop
ee6aae8211
* src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s
...
after a remote server crash (EJAB-540)
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s.erl: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1296
2008-04-18 12:19:45 +00:00
Badlop
981a4a9cd8
* doc/guide.tex: Clarification: PEP is enabled in default config
...
SVN Revision: 1295
2008-04-16 15:44:58 +00:00
Mickaël Rémond
1b13449194
* doc/guide.tex: Documented the IQ discipline {queue, N}.
...
* doc/guide.html: Likewise.
SVN Revision: 1278
2008-04-07 13:18:42 +00:00
Badlop
2498bdaad9
* doc/guide.tex: Fix default_room_opts with default_room_options
...
* doc/guide.html: Likewise
SVN Revision: 1277
2008-04-05 10:53:32 +00:00
Badlop
1649dec58e
* src/ejabberd_config.erl: Add support to include additional
...
configuration files. Add support for macro definition and
usage. (EJAB-593)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1273
2008-04-02 16:31:15 +00:00
Badlop
39b35cf54b
* doc/guide.tex: Updated command line parameters, epmd section
...
* doc/guide.html: Likewise
SVN Revision: 1267
2008-04-01 12:00:34 +00:00
Badlop
5fd627b85b
* doc/api/Makefile: Report the correct ejabberd version. When
...
cleaning, remove also erlang.png
* src/mod_muc/mod_muc_room.erl: Update source code to prevent
warning messages from EDoc
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_pubsub/node_default.erl: Likewise
* src/mod_pubsub/nodetree_default.erl: Likewise
* src/mod_pubsub/nodetree_virtual.erl: Likewise
* src/mod_pubsub/pubsub.hrl: Likewise
SVN Revision: 1265
2008-04-01 10:11:39 +00:00
Badlop
2510d71ae6
* doc/webadmmain.png: Updated to ejabberd 2.0.0
...
* doc/webadmmainru.png: Likewise
* doc/disco.png: Removed because not used
* doc/guide.tex: Fix Latex reference to webadmin section. Update
explanation of screenshots. Update xmpp addresses of Mickael
Remond and Sander Devrieze.
* doc/guide.html: Likewise
* doc/Makefile: Remove the Hevea deprecated option -noiso
* doc/guide.html: Likewise
* doc/dev.html: Likewise
* doc/features.html: Likewise
SVN Revision: 1261
2008-03-31 10:36:41 +00:00
Badlop
e13908c26c
* doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
...
* doc/guide.html: Likewise
SVN Revision: 1259
2008-03-27 00:28:44 +00:00
Badlop
ea510f9d48
* doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanks
...
to Andreas Ntaflos)
* doc/guide.html: Likewise
SVN Revision: 1254
2008-03-24 18:57:41 +00:00
Badlop
30739179ee
* doc/guide.tex: Document service_check_from (EJAB-576)
...
* doc/guide.html: Likewise
SVN Revision: 1248
2008-03-22 00:33:28 +00:00
Badlop
efec28ada7
* doc/guide.tex: Document s2s_default_policy and
...
s2s_host (EJAB-575)
* doc/guide.html: Likewise
SVN Revision: 1246
2008-03-21 16:17:37 +00:00
Badlop
694baba127
* doc/guide.tex: Improve explanation of how to start ejabberd when
...
binary installer. Don't recommend R12 in Windows compilation.
Describe what happens if maxrate shaper is exceeded.
* doc/guide.html: Likewise
SVN Revision: 1238
2008-03-20 19:24:27 +00:00
Badlop
40442b9c99
* doc/guide.tex: Describe option Matches in mod_vcard_ldap (thanks
...
to Evgeniy Khramtsov)(EJAB-530). Fix typo in the description of
ldap_server option.
* doc/guide.html: Likewise
SVN Revision: 1229
2008-03-13 10:59:57 +00:00
Badlop
735b34e7b7
* doc/guide.tex: Improve documentation of host_config
...
add (EJAB-544)
* doc/guide.html: Likewise
* src/ejabberd.cfg.example: Likewise
* src/ejabberd_config.erl: Likewise
SVN Revision: 1219
2008-03-04 10:36:57 +00:00
Badlop
a65273690d
* doc/guide.tex: mod_announce recommends, but doesn't require
...
mod_adhoc (thanks to Anastasia Gornostaeva)
* doc/guide.html: Likewise
* src/ejabberd.cfg.example: Likewise
SVN Revision: 1218
2008-03-04 09:07:43 +00:00
Badlop
2ef35b89ca
* doc/release_notes_2.0.0.txt: Small fixes and update date
...
SVN Revision: 1207
2008-02-21 09:54:19 +00:00
Badlop
ac99c7fc7d
* doc/release_notes_2.0.0.txt: Updated version number and date
...
SVN Revision: 1205
2008-02-20 16:08:13 +00:00
Badlop
0316caafd3
* doc/guide.tex: Mentioned the problems about Windows service
...
* doc/guide.html: Likewise
SVN Revision: 1204
2008-02-20 16:05:26 +00:00
Badlop
a021731c09
* doc/release_notes_2.0.0.txt: Describe in the Release Notes the
...
upgrade instructions (EJAB-522)
SVN Revision: 1195
2008-02-15 19:18:36 +00:00
Badlop
8ff5599d3a
* src/ejabberd.cfg.example: Document options to SQL keep alive
...
interval and pool size (EJAB-206)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1178
2008-02-08 18:28:36 +00:00
Badlop
ba419eae59
* src/ejabberd.hrl: Updated version to 2.1.0-alpha
...
* doc/dev.html: Likewise
* doc/features.html: Likewise
* doc/guide.html: Likewise
* doc/version.tex: Likewise
SVN Revision: 1172
2008-02-04 16:44:42 +00:00
Badlop
fb6c0d4771
* doc/guide.tex: Removed the option served_hosts in mod_pubsub
...
because it does not work correctly yet (EJAB-504)
* doc/guide.html: Likewise
SVN Revision: 1167
2008-01-30 17:51:09 +00:00
Badlop
a34feb9b1a
* doc/introduction.tex: Updated list of languages
...
* doc/release_notes_2.0.0.txt: Likewise
SVN Revision: 1162
2008-01-25 15:28:30 +00:00
Badlop
cca5d7fcbe
* src/msgs/eo.msg: New Esperanto translation (thanks to Andreas
...
van Cranenburgh)
* src/msgs/no.msg: New Norwegian translation (thanks to Stian
B. Barmen)
* doc/Makefile: Fixed small problem with contributed_modules.tex
SVN Revision: 1160
2008-01-25 10:23:12 +00:00
Badlop
f361633f36
* doc/guide.tex: Updated the names of log files.
...
* doc/guide.html: Likewise
* src/mod_muc/mod_muc_room.erl: Added log messages for room
destroy
* src/mod_caps.erl: Small beautify of log error messages
SVN Revision: 1155
2008-01-16 10:08:17 +00:00
Badlop
864d2056a7
* doc/guide.tex: Improved the documentation of Binary
...
installer. Updated the requirements, specifically: Erlang R10B-9
is required as minimum, and R12 is not yet supported. Added
section Upgrading ejabberd. Improved documentation about Erlang
runtime system environment variables and command-line parameters.
* doc/guide.html: Likewise
* doc/release_notes_2.0.0.txt: Updated to RC1
* doc/version.tex: Likewise
* src/ejabberd.hrl: Likewise
* doc/introduction.tex: Updated to 22 languages
* doc/Makefile: Ensure that Bash is used
SVN Revision: 1154
2008-01-15 17:53:40 +00:00
Badlop
2d2fcc8210
* doc/guide.tex: Updated copyright dates to 2008
...
* src/*: Likewise
SVN Revision: 1153
2008-01-15 17:02:57 +00:00
Christophe Romain
74d52708b0
fix version.tex generation bug
...
SVN Revision: 1139
2008-01-08 13:29:50 +00:00
Badlop
1a1f9d1488
* src/web/ejabberd_web_admin.erl: Uniformize the name of
...
ejabberd's web admin to: 'Web Admin' (EjAB-472)
* doc/guide.tex: Likewise
* doc/introduction.tex: Likewise
* src/web/ejabberd_web_admin.erl: Uniformize ejabberd name in the
text using the Latex command
SVN Revision: 1137
2008-01-01 18:20:57 +00:00
Badlop
b23d82bc1e
* src/ejabberdctl.template: Create logs_dir if doesn't exist. New
...
parameters --config, --ctl-config, --logs, --spool. Crash dump
renamed to erl_crash_DATETIME.dump.
* src/ejabberdctl.template: Backport improvements from binary
installer (EJAB-488): options are simple values; enable Kernel
Poll by default, set SMP to auto, set max ports to 32000, max
processes to 250000.
* src/ejabberdctl.cfg.example: Likewise
* src/ejabberd.inetrc: Renamed ejabberd.inetrc to inetrc
* src/inetrc: Likewise
* src/Makefile.in: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1133
2008-01-01 10:53:05 +00:00
Mickaël Rémond
24d2fc10f0
* doc/release_notes_2.0.0.txt: minor fix.
...
SVN Revision: 1120
2007-12-24 15:14:37 +00:00
Mickaël Rémond
29095be0d4
* doc/release_notes_2.0.0.txt: Small fix.
...
SVN Revision: 1119
2007-12-24 15:01:00 +00:00
Mickaël Rémond
24f20c0dbb
* doc/release_notes_2.0.0.txt: Small fixes.
...
SVN Revision: 1115
2007-12-24 14:09:55 +00:00
Mickaël Rémond
8c4042848e
* doc/release_notes_2.0.0.txt: Fix on number of supported languages.
...
SVN Revision: 1108
2007-12-24 10:58:31 +00:00
Mickaël Rémond
24665d630b
* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.
...
SVN Revision: 1107
2007-12-24 10:26:55 +00:00
Mickaël Rémond
5afeed7399
* doc/release_notes_2.0.0.txt: Fixes and update.
...
SVN Revision: 1106
2007-12-24 10:26:53 +00:00
Badlop
818091390d
* doc/introduction.tex: Small updates
...
* doc/guide.tex: Small fixes in Install. Added http_bind to
Listening Ports.
SVN Revision: 1102
2007-12-22 16:36:48 +00:00
Mickaël Rémond
5ee03c1514
* doc/release_nodes_2.0.0.txt: release notes draft (still a work in progress).
...
SVN Revision: 1093
2007-12-21 18:15:45 +00:00
Christophe Romain
027adc6c38
Explain how to launch installer and improve ejabberdctl usage example (EJAB-420)
...
SVN Revision: 1084
2007-12-20 09:29:30 +00:00
Badlop
073e9979c4
* doc/guide.tex: Document mod_privacy_odbc
...
SVN Revision: 1079
2007-12-18 18:11:10 +00:00
Badlop
2cfa983325
* doc/Makefile: Support for conditional inclusion of documentation
...
from contributed modules
* doc/guide.tex: Likewise
SVN Revision: 1078
2007-12-18 18:04:12 +00:00
Badlop
09a30422f5
* doc/guide.tex: Remove 'ssl' option from documentation and
...
configuration load (EJAB-461)
* src/ejabberd_listener.erl: Likewise
* src/msgs/cs.msg: Small typo (thanks to Lukas Polivka alias
Spike411)
* src/ejabberd.cfg.example: Small change in order of options
SVN Revision: 1073
2007-12-17 11:03:22 +00:00
Badlop
6586293142
* doc/guide.tex: Small improvement in mod_shared_roster
...
SVN Revision: 1062
2007-12-10 16:00:31 +00:00
Badlop
dfa74082f8
* src/configure: Regenerated
...
* doc/dev.html: Likewise
* doc/features.html: Likewise
* doc/guide.html: Likewise
* doc/version.tex: Likewise
* doc/introduction.tex: Updated number of translated languages
SVN Revision: 1042
2007-12-06 19:47:49 +00:00
Badlop
b07f857fdc
* doc/Makefile: Remove bashism (now really committed)
...
SVN Revision: 1035
2007-12-06 15:31:17 +00:00
Badlop
386f432977
* doc/Makefile: Remove bashism
...
* doc/guide.tex: Document how to change computer
hostname (EJAB-320)
SVN Revision: 1034
2007-12-06 15:26:53 +00:00
Badlop
6c0e4820d8
* doc/guide.tex: Add mod_caps and improve mod_pubsub documentation
...
* src/ejabberd.cfg.example: Added mod_caps enabled by default
SVN Revision: 1032
2007-12-06 11:13:29 +00:00
Christophe Romain
c90579146c
enable pep by default and add pubsub plugin examples
...
SVN Revision: 1031
2007-12-06 09:29:28 +00:00
Badlop
749a4305b4
* doc/guide.tex: Document the Debug Console (EJAB-395)
...
SVN Revision: 1030
2007-12-06 00:31:09 +00:00
Badlop
353a61ce1c
* doc/guide.tex: Improvements in sections: Start, Creating Initial
...
Account, Module Overview, Managing an ejabberd server, and
Debugging
SVN Revision: 1028
2007-12-05 23:46:50 +00:00
Badlop
720b57a235
* doc/guide.tex: Added explanations about epmd, cookie and node
...
name (EJAB-251)
SVN Revision: 1027
2007-12-05 18:53:09 +00:00
Mickaël Rémond
384f4c9196
* src/mod_muc.erl: Added option to limit the number of room a user is
...
allowed to connect to (EJAB-445).
* src/mod_muc_room.erl: Likewise.
* doc/guide.tex: Likewise.
SVN Revision: 1016
2007-12-03 10:50:36 +00:00
Mickaël Rémond
796089b8bc
* doc/*.html: Rebuild.
...
SVN Revision: 1012
2007-12-01 16:43:10 +00:00
Mickaël Rémond
b84f85ba8a
* doc/Makefile: echo seems to interpret \n and \v under MacOSX
...
Leopard. I fixed the problem but let me know if it breaks build
chain in other contexts.
SVN Revision: 1011
2007-12-01 16:43:04 +00:00
Mickaël Rémond
71c7879b48
* doc/guide.tex: Updated Windows compilation instructions.
...
* src/configure.erl: Likewise.
* doc/ejabberd.hrl: Preparing ejabberd 2.0.0 beta release.
* doc/version.tex: Likewise.
SVN Revision: 1009
2007-12-01 16:06:24 +00:00
Badlop
6697c6153f
* doc/guide.tex: It should be made more clear that domain_certfile
...
works for both s2s and c2s connections (EJAB-212). Added another
example of listening ports.
SVN Revision: 998
2007-11-28 17:16:36 +00:00
Badlop
0996e569a6
* doc/guide.tex: Update URI of ejabberd official home page, URI
...
of ejabberd.jabber.ru, and copyright dates (EJAB-366)
* doc/introduction.tex:
* src/ejabberd.hrl:
* src/ejabberd_admin.erl:
* src/mod_irc/mod_irc.erl:
* src/mod_irc/mod_irc_connection.erl:
* src/mod_muc/mod_muc.erl:
* src/mod_muc/mod_muc_log.erl:
* src/mod_proxy65/mod_proxy65_service.erl:
* src/mod_pubsub/mod_pubsub.erl:
* src/mod_vcard.erl:
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:
* src/msgs/*.msg:
* src/web/ejabberd_web_admin.erl:
SVN Revision: 997
2007-11-27 23:35:26 +00:00
Badlop
0ef2886b7e
* doc/guide.tex: Document ejabberd_http's
...
request_handlers (EJAB-372). Fixed small Latex problems.
Sort options of listening sockets.
SVN Revision: 994
2007-11-27 18:40:09 +00:00
Badlop
003e7ae9a2
* doc/guide.tex: Document ejabberd_http's
...
request_handlers (EJAB-372). Fixed small Latex problems.
SVN Revision: 993
2007-11-27 18:22:47 +00:00
Badlop
e000cbb034
* doc/guide.tex: Added clarification about LDAP default port
...
(thanks to Christophe Romain).
SVN Revision: 991
2007-11-27 14:45:30 +00:00
Badlop
b4997bc20c
* src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).
...
* src/mod_vcard_ldap.erl: Likewise.
* src/mod_vcard_odbc.erl: Likewise.
* doc/guide.tex: Updated documentation.
SVN Revision: 990
2007-11-27 14:06:44 +00:00
Badlop
f397741d20
* doc/guide.tex: Fixed several typos.
...
SVN Revision: 987
2007-11-26 19:54:30 +00:00
Badlop
2bf29183f5
* doc/guide.tex: Describe how ejabberd treats ejabberd.cfg file
...
(EJAB-384).
SVN Revision: 983
2007-11-26 14:52:11 +00:00