]>
granicus.if.org Git - ejabberd/log
Badlop [Fri, 1 Aug 2008 08:50:19 +0000 (08:50 +0000)]
* src/web/ejabberd_http.erl: Temporary solution for check of
packet size when HTTPS (EJAB-611)(EJAB-507)(EJAB-574)
SVN Revision: 1502
Badlop [Thu, 31 Jul 2008 11:18:49 +0000 (11:18 +0000)]
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
* doc/guide.html: Likewise
* doc/api/overview.edoc: Likewise
* src/*/*.erl: Likewise
* src/*/*.hrl: Likewise
* src/*/*.c: Likewise
* src/odbc/*.sql: Likewise
SVN Revision: 1499
Badlop [Wed, 30 Jul 2008 18:24:08 +0000 (18:24 +0000)]
* src/mod_muc/mod_muc_room.erl: Support Reasons for all
affiliation and role changes (EJAB-306)
SVN Revision: 1498
Badlop [Wed, 30 Jul 2008 18:11:14 +0000 (18:11 +0000)]
* src/gen_mod.erl: When ejabberd is kindly stopped, don't forget
modules configuration (EJAB-706)
* src/ejabberd_app.erl: Likewise
SVN Revision: 1497
Badlop [Wed, 30 Jul 2008 14:09:36 +0000 (14:09 +0000)]
* src/msgs/uk.msg: Fix: each string in a single line
* src/msgs/wa.msg: Likewise
* src/msgs/es.msg: Fix typo
* src/msgs/gl.msg: Likewise
* src/msgs/pt-br.msg: Likewise
* src/msgs/zh.msg: Fix some strings (thanks to Zhan Caibao)
SVN Revision: 1496
Badlop [Tue, 29 Jul 2008 11:21:53 +0000 (11:21 +0000)]
* src/msgs/ca.msg: Updated (thanks to Badlop)
* src/msgs/cs.msg: Updated (thanks to Lukas Poliuvk)
* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)
* src/msgs/es.msg: Updated (thanks to Badlop)
* src/msgs/fr.msg: Updated (thanks to Christophe Romain)
* src/msgs/it.msg: Updated (thanks to Luca Brivio)
* src/msgs/ja.msg: Updated (thanks to Tsukasa Hamano)
* src/msgs/no.msg: Updated (thanks to Stian B. Barmen)
* src/msgs/pl.msg: Updated (thanks to Zbyszek Zolkiewski)
* src/msgs/pt-br.msg: Updated (thanks to Otavio Fernandes)
* src/msgs/ru.msg: Updated (thanks to Evgeniy Khramtsov)
* src/msgs/tr.msg: Updated (thanks to Doruk Fisek)
* src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)
* src/msgs/wa.msg: Updated (thanks to Pablo Saratxaga)
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
SVN Revision: 1495
Badlop [Mon, 28 Jul 2008 16:55:01 +0000 (16:55 +0000)]
* doc/guide.tex: Document how to get error message when ejabberd
crash dumps at start (EJAB-660)
* doc/guide.html: Likewise
SVN Revision: 1494
Badlop [Mon, 28 Jul 2008 16:15:51 +0000 (16:15 +0000)]
* src/mod_muc/mod_muc_room.erl: Add 'description' to the
mod_muc_room config record; it will be used in ejabberd 2.1.x
branch (EJAB-670)
SVN Revision: 1493
Christophe Romain [Fri, 25 Jul 2008 09:06:09 +0000 (09:06 +0000)]
Speedup startup with many pubsub nodes (EJAB-669)
SVN Revision: 1490
Badlop [Thu, 24 Jul 2008 18:21:40 +0000 (18:21 +0000)]
* doc/guide.tex: Include example PAM configuration file
ejabberd.pam (thanks to Evgeniy Khramtsov)(EJAB-704)
* doc/guide.html: Likewise
SVN Revision: 1489
Badlop [Thu, 24 Jul 2008 18:03:28 +0000 (18:03 +0000)]
* src/mod_proxy65/mod_proxy65_lib.erl: Send protocol compliant
SOCKS5 reply; this breaks support of uncompliant Psi<0.10 (thanks
to Felix Geyer)(EJAB-632)
* src/mod_proxy65/mod_proxy65_stream.erl: Likewise
SVN Revision: 1488
Badlop [Thu, 24 Jul 2008 17:49:37 +0000 (17:49 +0000)]
* src/mod_register.erl: When a registration is blocked due to IP
limitation, return description in error stanza (EJAB-692)
SVN Revision: 1487
Christophe Romain [Thu, 24 Jul 2008 14:06:28 +0000 (14:06 +0000)]
allow owner to subscribe/get its one node (EJAB-705)
SVN Revision: 1485
Badlop [Thu, 24 Jul 2008 11:53:00 +0000 (11:53 +0000)]
* src/Makefile.in: Support for parallel compilation with 'make -j'
in multi core CPUs: fix compilation dependencies; compile
behaviors before other source code (EJAB-697)(thanks to Jonathan
Schleifer)
* src/mod_pubsub/Makefile.in: Likewise
* src/eldap/Makefile.in: Likewise
SVN Revision: 1484
Badlop [Thu, 24 Jul 2008 11:22:43 +0000 (11:22 +0000)]
* doc/guide.tex: Document room options allow_visitor_nickchange
and allow_visitor_status (EJAB-624)
* doc/guide.html: Likewise
SVN Revision: 1483
Geoff Cant [Wed, 23 Jul 2008 17:45:39 +0000 (17:45 +0000)]
Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)
SVN Revision: 1481
Geoff Cant [Wed, 23 Jul 2008 16:58:52 +0000 (16:58 +0000)]
Remove allow_visitor_presence, add allow_visitor_status [merge from trunk@1477-1478] (EJAB-624)
SVN Revision: 1479
Geoff Cant [Wed, 23 Jul 2008 13:03:30 +0000 (13:03 +0000)]
Implementing muc_room visitor presence restrictions. [merge from trunk@1475] (EJAB-624)
SVN Revision: 1476
Christophe Romain [Wed, 23 Jul 2008 01:13:36 +0000 (01:13 +0000)]
subscribing to a node sends only last items (EJAB-700), send_last_items bugfix
SVN Revision: 1473
Christophe Romain [Tue, 22 Jul 2008 23:41:40 +0000 (23:41 +0000)]
pubsub improvement, fixes EJAB-684 EJAB-675 EJAB-663
SVN Revision: 1471
Badlop [Tue, 22 Jul 2008 16:08:57 +0000 (16:08 +0000)]
* src/ejabberd_config.erl: If syntax mistake in config file, show
specific error message (EJAB-616)
SVN Revision: 1470
Badlop [Thu, 17 Jul 2008 17:32:11 +0000 (17:32 +0000)]
* src/mod_muc/mod_muc_room.erl: Fix to allow a server admin to add
himself as owner of a room (EJAB-687)
SVN Revision: 1460
Badlop [Thu, 17 Jul 2008 17:13:01 +0000 (17:13 +0000)]
* src/Makefile.in: ejabberctl doesn't use the erl found by the
configure script (EJAB-676)
* src/ejabberdctl.template: Likewise
SVN Revision: 1459
Christophe Romain [Wed, 16 Jul 2008 22:23:58 +0000 (22:23 +0000)]
use -DSSL39 if compiling with R12
SVN Revision: 1455
Badlop [Wed, 16 Jul 2008 18:05:46 +0000 (18:05 +0000)]
* src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)
SVN Revision: 1454
Christophe Romain [Wed, 16 Jul 2008 13:30:37 +0000 (13:30 +0000)]
Rolled back the previous IP getting patch, and Report connection's IP address
SVN Revision: 1452
Christophe Romain [Wed, 16 Jul 2008 13:29:57 +0000 (13:29 +0000)]
Rolled back the previous IP getting patch, and Report connection's IP address
SVN Revision: 1451
Badlop [Wed, 16 Jul 2008 10:21:45 +0000 (10:21 +0000)]
* doc/guide.tex: Improve explanation of option 'hosts' in
ejabberd_service
* doc/guide.html: Likewise
SVN Revision: 1448
Badlop [Sat, 12 Jul 2008 21:32:45 +0000 (21:32 +0000)]
* src/configure.ac: Improve legibility
* src/aclocal.m4: Likewise
* src/configure: Likewise
* src/ejabberdctl.template: Remove garbage variable. Document node
option
* doc/guide.tex: Add references to sections.
* doc/guide.html: Likewise
SVN Revision: 1438
Badlop [Fri, 11 Jul 2008 13:47:15 +0000 (13:47 +0000)]
* doc/guide.tex: Document how to insert a newline character in
welcome_message (EJAB-501)
* src/ejabberd.cfg.example: Likewise
SVN Revision: 1437
Christophe Romain [Fri, 11 Jul 2008 07:13:41 +0000 (07:13 +0000)]
change needed to support previous blacklist support
SVN Revision: 1432
Christophe Romain [Fri, 11 Jul 2008 06:59:45 +0000 (06:59 +0000)]
Backport C2S blacklist support from trunk
SVN Revision: 1431
Badlop [Thu, 10 Jul 2008 18:09:18 +0000 (18:09 +0000)]
* src/configure.ac: Don't check for erlang header file (EJAB-232)
* src/configure: Likewise
SVN Revision: 1430
Badlop [Wed, 9 Jul 2008 21:33:34 +0000 (21:33 +0000)]
* src/configure.ac: Check for erlang header files (EJAB-232)
* src/configure: Likewise
SVN Revision: 1429
Badlop [Wed, 9 Jul 2008 21:26:25 +0000 (21:26 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fix compilation warnings
* src/mod_pubsub/node_zoo.erl: Likewise
* src/mod_shared_roster.erl: Likewise
SVN Revision: 1428
Badlop [Wed, 9 Jul 2008 18:39:41 +0000 (18:39 +0000)]
* src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure some
language is set, include ID attribute in each message, add
microseconds to ensure unique value (EJAB-497)
SVN Revision: 1426
Badlop [Wed, 9 Jul 2008 16:08:32 +0000 (16:08 +0000)]
* src/ejabberd_config.erl (load_file): error message on sasl.log
is not flattened (EJAB-616)
SVN Revision: 1424
Badlop [Wed, 9 Jul 2008 14:07:27 +0000 (14:07 +0000)]
* doc/guide.tex: mod_muc_log XMPP URI supports the updated version
RFC 5122 (EJAB-631)
* doc/guide.html: Likewise
SVN Revision: 1423
Badlop [Tue, 8 Jul 2008 11:07:45 +0000 (11:07 +0000)]
* tools/ejabberdctl: Work also when 'which' is unavailable
SVN Revision: 1419
Christophe Romain [Tue, 8 Jul 2008 10:31:29 +0000 (10:31 +0000)]
typo fix
SVN Revision: 1417
Christophe Romain [Tue, 8 Jul 2008 10:18:54 +0000 (10:18 +0000)]
typo on date fix
SVN Revision: 1415
Christophe Romain [Tue, 8 Jul 2008 10:17:50 +0000 (10:17 +0000)]
improve ip fetching patch
SVN Revision: 1414
Badlop [Mon, 7 Jul 2008 14:52:47 +0000 (14:52 +0000)]
* src/Makefile.in: Spool, config and log dirs: writtable by owner,
readable by group, nothing by others (EJAB-686)
* doc/guide.tex: New section Securing sensible files
* doc/guide.html: Likewise
SVN Revision: 1413
Badlop [Mon, 7 Jul 2008 08:47:47 +0000 (08:47 +0000)]
* doc/guide.tex: Solaris Makefile install: use ginstall (thanks to
Jonathan Auer)(EJAB-649)
* doc/guide.html: Likewise
SVN Revision: 1412
Jérôme Sautret [Fri, 4 Jul 2008 08:35:11 +0000 (08:35 +0000)]
Removed non ascii characters in changelog
SVN Revision: 1411
Jérôme Sautret [Thu, 3 Jul 2008 16:20:47 +0000 (16:20 +0000)]
* src/mod_privacy_odbc.erl: Support for privacy lists in MySQL (thanks to Igor Goryachev)(EJAB-538)(merge r1409 from trunk)
SVN Revision: 1410
Christophe Romain [Thu, 3 Jul 2008 09:56:21 +0000 (09:56 +0000)]
PubSub improvements, and solves (EJAB-453) (EJAB-608)
SVN Revision: 1407
Badlop [Sun, 29 Jun 2008 11:59:06 +0000 (11:59 +0000)]
* src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump only
persistent tables (EJAB-678)
SVN Revision: 1387
Badlop [Sun, 29 Jun 2008 11:34:30 +0000 (11:34 +0000)]
* src/mod_pubsub/node_pep.erl: Complain if mod_caps disabled and
mod_pubsub has PEP plugin enabled (EJAB-677)
SVN Revision: 1386
Badlop [Sat, 21 Jun 2008 00:19:57 +0000 (00:19 +0000)]
* src/web/ejabberd_http.erl: Support PUT and DELETE methods in
ejabberd_http (thanks to Eric Cestari)(EJAB-662)
SVN Revision: 1373
Badlop [Sat, 21 Jun 2008 00:12:06 +0000 (00:12 +0000)]
* doc/guide.tex: Explain that S2S outgoing first tries IPv4 and if
that fails then tries IPv6
* doc/guide.html: Likewise
SVN Revision: 1372
Christophe Romain [Thu, 19 Jun 2008 09:08:30 +0000 (09:08 +0000)]
allow get_default on PEP nodes (EJAB-656)
SVN Revision: 1363
Badlop [Wed, 18 Jun 2008 21:33:48 +0000 (21:33 +0000)]
* 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
Christophe Romain [Wed, 18 Jun 2008 16:35:17 +0000 (16:35 +0000)]
temporary roster_groups_allowed fix (EJAB-655)
SVN Revision: 1360
Christophe Romain [Wed, 18 Jun 2008 16:19:15 +0000 (16:19 +0000)]
pubsub get_default bugfix (EJAB-656)
SVN Revision: 1357
Badlop [Fri, 13 Jun 2008 17:51:01 +0000 (17:51 +0000)]
* src/ejabberd.cfg.example: Add registration_timeout (EJAB-653)
SVN Revision: 1355
Badlop [Fri, 13 Jun 2008 15:25:57 +0000 (15:25 +0000)]
* doc/guide.tex: Title in HTML is shorter. Update several external URIs.
SVN Revision: 1354
Badlop [Fri, 13 Jun 2008 10:13:44 +0000 (10:13 +0000)]
* doc/guide.tex: Document ldap_local_filter (EJAB-179)
SVN Revision: 1353
Badlop [Thu, 12 Jun 2008 23:52:13 +0000 (23:52 +0000)]
* 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
Badlop [Thu, 12 Jun 2008 23:01:09 +0000 (23:01 +0000)]
* doc/guide.tex: Fix indentation of verbatim text
SVN Revision: 1351
Badlop [Thu, 12 Jun 2008 22:00:51 +0000 (22:00 +0000)]
* doc/guide.tex:
Changes in CSS: verbatim text is indented and has grey background;
descriptions are indented; table borders are softer.
SVN Revision: 1350
Badlop [Thu, 12 Jun 2008 21:54:30 +0000 (21:54 +0000)]
* doc/guide.tex: Permanent reference URL for sections (EJAB-651)
SVN Revision: 1349
Badlop [Sun, 8 Jun 2008 16:52:25 +0000 (16:52 +0000)]
* doc/guide.tex: Small fixes (thanks to Christoph Anton Mitterer)
* doc/introduction.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1347
Badlop [Thu, 5 Jun 2008 12:04:43 +0000 (12:04 +0000)]
* doc/guide.tex: Document ejabberdctl status code (EJAB-633)
* doc/guide.html: Likewise
SVN Revision: 1346
Badlop [Wed, 4 Jun 2008 13:21:36 +0000 (13:21 +0000)]
* src/msgs/pl.msg: Bugfix in arguments of translated string that
could crash the room (thanks to Anastasia Gornostaeva)
SVN Revision: 1345
Badlop [Sat, 31 May 2008 18:21:43 +0000 (18:21 +0000)]
* src/web/ejabberd_web.erl (make_xhtml/2): Allow to include
elements in the HTTP header
SVN Revision: 1344
Badlop [Sat, 31 May 2008 17:09:13 +0000 (17:09 +0000)]
* src/odbc/odbc_queries.erl (del_user_return_password): Return
password (thanks to Oleg Palij)
SVN Revision: 1343
Badlop [Thu, 22 May 2008 00:01:18 +0000 (00:01 +0000)]
* README: R12 support: remove compilation warning (EJAB-630)
SVN Revision: 1340
Badlop [Tue, 20 May 2008 16:23:43 +0000 (16:23 +0000)]
Retract the changes that SVN commit 1326 made in branches/ejabberd-2.0.x
SVN Revision: 1339
Christophe Romain [Mon, 19 May 2008 22:35:01 +0000 (22:35 +0000)]
add release_notes_2.0.1
SVN Revision: 1338
Badlop [Mon, 19 May 2008 09:46:42 +0000 (09:46 +0000)]
* doc/guide.html: Updated
* doc/dev.html: Likewise
* doc/features.html: Likewise
* doc/version.tex: Likewise
* src/ejabberd.hrl: Version is 2.0.x
SVN Revision: 1336
Badlop [Mon, 19 May 2008 09:20:35 +0000 (09:20 +0000)]
* src/configure.ac: R12 support: remove compilation
warning (EJAB-630)
* src/configure: Likewise
* doc/guide.tex: Likewise
SVN Revision: 1334
Badlop [Mon, 19 May 2008 09:13:19 +0000 (09:13 +0000)]
* doc/guide.tex: Describe how to disable registration
limitation (EJAB-614)
SVN Revision: 1333
Christophe Romain [Fri, 16 May 2008 15:28:23 +0000 (15:28 +0000)]
Change FSMTIMEOUT to 30s
SVN Revision: 1327
Christophe Romain [Fri, 16 May 2008 14:23:37 +0000 (14:23 +0000)]
fixing 1324 commit issue on tagged versions
SVN Revision: 1326
Christophe Romain [Fri, 16 May 2008 12:56:24 +0000 (12:56 +0000)]
Don't activate a socket untill its receiver process is controlling it
SVN Revision: 1325
Badlop [Mon, 12 May 2008 20:35:43 +0000 (20:35 +0000)]
* src/mod_muc/mod_muc_room.erl: Return Forbidden error message
when user sends private message in a room that disallows
it (EJAB-595)
SVN Revision: 1323
Badlop [Mon, 12 May 2008 17:56:27 +0000 (17:56 +0000)]
* src/web/ejabberd_http.erl (parse_auth): Allow password that
include colon character (EJAB-522)
SVN Revision: 1322
Christophe Romain [Thu, 1 May 2008 22:37:56 +0000 (22:37 +0000)]
change contribs to trunk
SVN Revision: 1314
Christophe Romain [Wed, 30 Apr 2008 08:49:19 +0000 (08:49 +0000)]
XEP-0115 patch (EJAB-618)
SVN Revision: 1312
Badlop [Tue, 29 Apr 2008 16:59:03 +0000 (16:59 +0000)]
* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s
connection: wait_for_validation connect timeout (EJAB-617)
SVN Revision: 1311
Badlop [Tue, 29 Apr 2008 16:44:12 +0000 (16:44 +0000)]
* src/ejabberd.cfg.example: Small improvements in explanations
* doc/guide.tex: Document MUC room options (EJAB-619)
SVN Revision: 1310
Badlop [Mon, 28 Apr 2008 18:44:28 +0000 (18:44 +0000)]
Merge changeset 1305 from ejabberd trunk.
2008-04-27 Alexey Shchepin <alexey@process-one.net>
* src/mod_muc/mod_muc_room.erl: Fixed room shaper processing
SVN Revision: 1309
Badlop [Mon, 28 Apr 2008 18:41:13 +0000 (18:41 +0000)]
Merge changesets 1299, 1300 and 1302 from ejabberd trunk.
2008-04-26 Badlop <badlop@process-one.net>
* doc/guide.tex: Document option registration_timeout (EJAB-614)
2008-04-23 Alexey Shchepin <alexey@process-one.net>
* src/treap.erl: Bugfix
* src/mod_register.erl: Fixed table creation, timeout isn't
activated when registration fails
* src/mod_register.erl: Restrict registration frequency per IP or
user (EJAB-614)
* src/ejabberd_c2s.erl: Pass IP to the c2s_unauthenticated_iq hook
* src/ejabberd_config.erl: Added registration_timeout option
* src/treap.erl: Treaps implementation
SVN Revision: 1308
Badlop [Mon, 28 Apr 2008 18:07:23 +0000 (18:07 +0000)]
* doc/guide.tex: Document the option max_s2s_connections
SVN Revision: 1307
Badlop [Sat, 26 Apr 2008 17:54:57 +0000 (17:54 +0000)]
* src/mod_shared_roster.erl: Fix for new registered accounts not
being immediately shown in an 'all' special shared roster
group (thanks to Alexey Shchepin) (EJAB-71)
* src/mod_register.erl: New vhost event user_registered
SVN Revision: 1304
Badlop [Tue, 22 Apr 2008 18:56:29 +0000 (18:56 +0000)]
* src/ejabberd_auth.erl: Improve anonymous authentication to not
remove rosters accidentally (EJAB-549). New functions in
ejabberd_auth to get/check password and know which module accepted
the authentication. New element 'auth_module' in ejabberd_c2s
record 'statedata'. Cyrsasl provides a new property in the
response: {auth_module, AuthModule}.
* src/ejabberd_auth_anonymous.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/cyrsasl_digest.erl: Likewise
* src/cyrsasl_plain.erl: Likewise
SVN Revision: 1298
Badlop [Fri, 18 Apr 2008 12:19:45 +0000 (12:19 +0000)]
* 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
Badlop [Wed, 16 Apr 2008 15:44:58 +0000 (15:44 +0000)]
* doc/guide.tex: Clarification: PEP is enabled in default config
SVN Revision: 1295
Christophe Romain [Mon, 14 Apr 2008 12:00:37 +0000 (12:00 +0000)]
Cache negative response (EJAB-474)
SVN Revision: 1293
Badlop [Fri, 11 Apr 2008 09:25:54 +0000 (09:25 +0000)]
Merge SVN r1287 from trunk to 2.0.x branch:
* src/tls/tls_drv.c: Fixed gcc signedness warnings (EJAB-447)
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise
* src/expat_erl.c: Removed R9B workaround (EJAB-447)
SVN Revision: 1289
Christophe Romain [Thu, 10 Apr 2008 14:08:35 +0000 (14:08 +0000)]
pubsub identity and database update bugfix
SVN Revision: 1284
Mickaël Rémond [Thu, 10 Apr 2008 09:53:07 +0000 (09:53 +0000)]
*src/ejabberd_c2s.erl: Uniform default value for empty privacy list. Fixes (EJAB-603).
SVN Revision: 1283
Badlop [Tue, 8 Apr 2008 09:37:06 +0000 (09:37 +0000)]
* src/ejabberd_auth_ldap.erl: LDAP function to get the number of
registered users is too slow (EJAB-331): set timeout in LDAP
search queries (thanks to Evgeniy Khramtsov) and return the number
of registered users.
SVN Revision: 1280
Mickaël Rémond [Mon, 7 Apr 2008 13:27:03 +0000 (13:27 +0000)]
* doc/guide.tex: Documented the IQ discipline {queue, N}.
SVN Revision: 1279
Badlop [Sat, 5 Apr 2008 10:53:32 +0000 (10:53 +0000)]
* doc/guide.tex: Fix default_room_opts with default_room_options
* doc/guide.html: Likewise
SVN Revision: 1277
Badlop [Fri, 4 Apr 2008 18:57:01 +0000 (18:57 +0000)]
* src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New
function that returns 0 registered users (EJAB-331).
SVN Revision: 1276
Badlop [Thu, 3 Apr 2008 22:35:26 +0000 (22:35 +0000)]
* src/ejabberd_c2s.erl (process_presence_probe): Don't route a
presence probe to oneself (EJAB-498)
SVN Revision: 1275
Christophe Romain [Wed, 2 Apr 2008 14:24:00 +0000 (14:24 +0000)]
Do not ignore values passed from configure (EJAB-592)
SVN Revision: 1271
Christophe Romain [Wed, 2 Apr 2008 12:18:22 +0000 (12:18 +0000)]
clone iq_response table bugfix
SVN Revision: 1270