Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ejabberd.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3761-5813/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ejabberd.spec'] warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ejabberd-2.1.13-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ejabberd.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3761-5813/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ejabberd.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AlRGHt + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ejabberd-2.1.13 + /usr/bin/gzip -dc /builddir/build/SOURCES/ejabberd-2.1.13.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ejabberd-2.1.13 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ejabberd-ejabberdctl_hostname.patch):' Patch #0 (ejabberd-ejabberdctl_hostname.patch): + /bin/cat /builddir/build/SOURCES/ejabberd-ejabberdctl_hostname.patch + /usr/bin/patch -s -p1 -b --suffix .fix_hostname --fuzz=2 + echo 'Patch #3 (ejabberd-ejabberd_cfg_pam_name.diff):' Patch #3 (ejabberd-ejabberd_cfg_pam_name.diff): + /bin/cat /builddir/build/SOURCES/ejabberd-ejabberd_cfg_pam_name.diff + /usr/bin/patch -s -p0 -b --suffix .pam_name --fuzz=2 Patch #5 (ejabberd-2.1.2-nicklock.patch): + echo 'Patch #5 (ejabberd-2.1.2-nicklock.patch):' + /bin/cat /builddir/build/SOURCES/ejabberd-2.1.2-nicklock.patch + /usr/bin/patch -s -p1 --fuzz=2 + cp /builddir/build/SOURCES/mod_ctlextra.erl src + cp /builddir/build/SOURCES/ejabberd_auth_ad.erl src + cp /builddir/build/SOURCES/mod_shared_roster_ad.erl src + cp /builddir/build/SOURCES/mod_vcard_ad.erl src + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZKnao6 + umask 022 + cd /builddir/build/BUILD + cd ejabberd-2.1.13 + LANG=C + export LANG + unset DISPLAY + pushd src ~/build/BUILD/ejabberd-2.1.13/src ~/build/BUILD/ejabberd-2.1.13 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-koji-linux-gnu --host=x86_64-koji-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-odbc --enable-debug --enable-pam configure: WARNING: unrecognized options: --enable-debug checking for x86_64-koji-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking for x86_64-koji-linux-gnu-erlc... no checking for erlc... /usr/bin/erlc checking for x86_64-koji-linux-gnu-erl... no checking for erl... /usr/bin/erl checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for XML_ParserCreate in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for an ANSI C-conforming const... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for ANSI C header files... (cached) yes checking whether build mod_irc... yes checking whether build mod_muc... yes checking whether build mod_proxy65... yes checking whether build mod_pubsub... yes checking whether build eldap... yes checking whether build odbc... yes checking whether build tls... yes checking whether build web... yes checking whether build ejabberd_zlib... yes checking for gzgets in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking whether build pam... yes checking for pam_start in -lpam... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes looking for openssl in /usr/local/ssl... checking for SSL_new in -lssl... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes openssl found in /usr/local/ssl checking krb5.h usability... yes checking krb5.h presence... yes checking for krb5.h... yes checking openssl/md2.h usability... yes checking openssl/md2.h presence... yes checking for openssl/md2.h... yes checking build system type... x86_64-koji-linux-gnu checking host system type... x86_64-koji-linux-gnu checking target system type... x86_64-redhat-linux-gnu Target OS is 'linux-gnu' CBIT is set to '' configure: creating ./config.status config.status: creating Makefile config.status: creating mod_irc/Makefile config.status: creating mod_muc/Makefile config.status: creating mod_pubsub/Makefile config.status: creating mod_proxy65/Makefile config.status: creating eldap/Makefile config.status: creating pam/Makefile config.status: creating web/Makefile config.status: creating stringprep/Makefile config.status: creating stun/Makefile config.status: creating tls/Makefile config.status: creating odbc/Makefile config.status: creating ejabberd_zlib/Makefile configure: WARNING: unrecognized options: --enable-debug + make gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ expat_erl.c \ -lexpat \ \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei \ -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include -DSSL40 -DHAVE_MD2 \ -o expat_erl.so \ -fpic -shared /usr/bin/erlc -bber_bin +der +compact_bit_string +optimize +noobj XmppAddr.asn1 Warning: The option 'ber_bin' is now called 'ber'. Warning: The option 'optimize' is no longer needed. /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 XmppAddr.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cyrsasl.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 gen_mod.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 p1_fsm.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 acl.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 adhoc.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cache_tab.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cache_tab_sup.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 configure.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cyrsasl_anonymous.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cyrsasl_digest.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cyrsasl_plain.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 cyrsasl_scram.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 dynamic_compile.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_admin.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_app.erl ejabberd_app.erl:61: Warning: asn1rt:load_driver/0: deprecated (will be removed in R16A); has no effect as drivers are no longer used. /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_ad.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_anonymous.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_external.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_internal.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_ldap.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_odbc.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_auth_pam.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_c2s.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_c2s_config.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_captcha.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_check.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_commands.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_config.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_ctl.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_frontend_socket.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_hooks.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_listener.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_local.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_logger_h.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_loglevel.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_node_groups.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_piefxis.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_rdbms.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_receiver.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_regexp.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_router.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_s2s.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_s2s_in.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_s2s_out.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_service.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_sm.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_socket.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_sup.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_system_monitor.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_tmp_sup.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejabberd_update.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 ejd2odbc.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 extauth.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 gen_iq_handler.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 idna.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 jd2ejd.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 jlib.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_adhoc.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_announce.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_blocking.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_caps.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_configure.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_configure2.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_ctlextra.erl mod_ctlextra.erl:456: Warning: regexp:gsub/3: removed in R15; use the re module instead mod_ctlextra.erl:628: Warning: regexp:first_match/2: removed in R15; use the re module instead mod_ctlextra.erl:636: Warning: regexp:format_error/1: removed in R15; use the re module instead mod_ctlextra.erl:640: Warning: regexp:sh_to_awk/1: removed in R15; use the re module instead /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_disco.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_echo.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_ip_blacklist.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_last.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_offline.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_ping.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_pres_counter.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_privacy.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_private.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_register.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_roster.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_service_log.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_shared_roster.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_shared_roster_ad.erl mod_shared_roster_ad.erl:229: Warning: function get_user_groups/1 is unused mod_shared_roster_ad.erl:238: Warning: function is_group_enabled/2 is unused mod_shared_roster_ad.erl:276: Warning: function get_group_name/2 is unused mod_shared_roster_ad.erl:279: Warning: function get_all_users_groups/1 is unused mod_shared_roster_ad.erl:284: Warning: function get_user_displayed_groups/1 is unused /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_shared_roster_ldap.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_sic.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_stats.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_time.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_vcard.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_vcard_ad.erl mod_vcard_ad.erl:134: Warning: variable 'From' is unused mod_vcard_ad.erl:134: Warning: variable 'Name' is unused mod_vcard_ad.erl:134: Warning: variable 'To' is unused mod_vcard_ad.erl:326: Warning: variable 'SubEl' is unused mod_vcard_ad.erl:354: Warning: variable 'SubEl' is unused mod_vcard_ad.erl:445: Warning: function case_exact_compare/2 is unused mod_vcard_ad.erl:452: Warning: function ldap_sort_entries/1 is unused mod_vcard_ad.erl:462: Warning: variable 'Attr' is unused mod_vcard_ad.erl:556: Warning: variable 'Err' is unused mod_vcard_ad.erl:629: Warning: variable 'User' is unused /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_vcard_ldap.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_vcard_xupdate.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 mod_version.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 p1_mnesia.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 pg2_backport.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 randoms.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 scram.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 sha.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 shaper.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 translate.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 treap.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 win32_dns.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 xml.erl /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 xml_stream.erl making all in mod_irc make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_irc' /usr/bin/erlc -W -I .. -pz .. -o .. iconv.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_irc.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_irc_connection.erl gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ iconv_erl.c \ \ -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei \ -o ../iconv_erl.so \ -fpic -shared make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_irc' making all in mod_pubsub make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_pubsub' /usr/bin/erlc -W -I .. -pz .. -o .. gen_pubsub_node.erl /usr/bin/erlc -W -I .. -pz .. -o .. gen_pubsub_nodetree.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_pubsub.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_pubsub_odbc.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_buddy.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_club.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_dag.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_dispatch.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_flat.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_flat_odbc.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_hometree.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_hometree_odbc.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_mb.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_pep.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_pep_odbc.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_private.erl /usr/bin/erlc -W -I .. -pz .. -o .. node_public.erl /usr/bin/erlc -W -I .. -pz .. -o .. nodetree_dag.erl /usr/bin/erlc -W -I .. -pz .. -o .. nodetree_tree.erl /usr/bin/erlc -W -I .. -pz .. -o .. nodetree_tree_odbc.erl /usr/bin/erlc -W -I .. -pz .. -o .. nodetree_virtual.erl /usr/bin/erlc -W -I .. -pz .. -o .. pubsub_db_odbc.erl /usr/bin/erlc -W -I .. -pz .. -o .. pubsub_index.erl /usr/bin/erlc -W -I .. -pz .. -o .. pubsub_subscription.erl /usr/bin/erlc -W -I .. -pz .. -o .. pubsub_subscription_odbc.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_pubsub' making all in mod_muc make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_muc' /usr/bin/erlc -W -I .. -pz .. -o .. mod_muc.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_muc_log.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_muc_room.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_muc' making all in mod_proxy65 make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_proxy65' /usr/bin/erlc -W -I .. -pz .. -o .. mod_proxy65.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_proxy65_lib.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_proxy65_service.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_proxy65_sm.erl /usr/bin/erlc -W -I .. -pz .. -o .. mod_proxy65_stream.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_proxy65' making all in eldap make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/eldap' /usr/bin/erlc -bber_bin +optimize -W -DSSL40 -I .. -pz .. ELDAPv3.asn Warning: The option 'ber_bin' is now called 'ber'. Warning: The option 'optimize' is no longer needed. /usr/bin/erlc -W eldap_filter_yecc.yrl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. eldap.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. eldap_filter.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. eldap_pool.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. eldap_utils.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. ELDAPv3.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. eldap_filter_yecc.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/eldap' making all in pam make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/pam' /usr/bin/erlc -W -I .. -pz .. -o .. epam.erl gcc -I/usr/local/ssl/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ epam.c -lpam \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include \ -o ../epam -lpthread make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/pam' making all in web make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/web' /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. ejabberd_http.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. ejabberd_http_bind.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. ejabberd_http_poll.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. ejabberd_web.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. ejabberd_web_admin.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. mod_http_bind.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. mod_http_fileserver.erl /usr/bin/erlc -W -DSSL40 -I .. -pz .. -o .. mod_register_web.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/web' making all in stringprep make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stringprep' /usr/bin/erlc -W -I .. -pz .. -o .. stringprep.erl /usr/bin/erlc -W -I .. -pz .. -o .. stringprep_sup.erl gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ stringprep_drv.c \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei \ -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include \ -o ../stringprep_drv.so \ -fpic -shared make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stringprep' making all in stun make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stun' /usr/bin/erlc -W -I .. -pz .. -o .. ejabberd_stun.erl /usr/bin/erlc -W -I .. -pz .. -o .. stun_codec.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stun' making all in tls make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/tls' /usr/bin/erlc -W -DSSL40 -I .. -pz .. -DHAVE_MD2 -o .. tls.erl gcc -I/usr/local/ssl/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ tls_drv.c \ \ -L/usr/local/ssl/lib -lssl -lcrypto \ -DHAVE_SSL \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei \ -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include -DHAVE_MD2 \ -o ../tls_drv.so \ -fpic -shared gcc -I/usr/local/ssl/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ sha_drv.c \ \ -L/usr/local/ssl/lib -lssl -lcrypto \ -DHAVE_SSL \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei \ -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include -DHAVE_MD2 \ -o ../sha_drv.so \ -fpic -shared make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/tls' making all in odbc make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/odbc' /usr/bin/erlc -W -I .. -pz .. -Dgeneric -o .. ejabberd_odbc.erl /usr/bin/erlc -W -I .. -pz .. -Dgeneric -o .. ejabberd_odbc_sup.erl /usr/bin/erlc -W -I .. -pz .. -Dgeneric -o .. odbc_queries.erl make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/odbc' making all in ejabberd_zlib make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/ejabberd_zlib' /usr/bin/erlc -W -I .. -pz .. -o .. ejabberd_zlib.erl gcc -I/usr/local/ssl/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall \ ejabberd_zlib_drv.c \ \ -lz \ \ -L/usr/lib64/erlang/lib/erl_interface-3.7.11/lib -lerl_interface -lei \ -I/usr/lib64/erlang/lib/erl_interface-3.7.11/include -I/usr/lib64/erlang/usr/include \ -o ../ejabberd_zlib_drv.so \ -fpic -shared make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/ejabberd_zlib' + popd ~/build/BUILD/ejabberd-2.1.13 ~/build/BUILD/ejabberd-2.1.13/doc ~/build/BUILD/ejabberd-2.1.13 + pushd doc + make html pdf make: Nothing to be done for `html'. pdflatex guide.tex This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./guide.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, turkish, ukenglish, ukrainian, loaded. (/usr/share/texmf/tex/latex/base/book.cls Document Class: book 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/bk10.clo)) (/usr/share/texmf/tex/latex/float/float.sty) (/usr/share/texmf/tex/latex/graphics/graphics.sty (/usr/share/texmf/tex/latex/graphics/trig.sty) (/usr/share/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)) (/usr/share/texmf/tex/latex/hevea/hevea.sty (/usr/share/texmf/tex/latex/comment/comment.sty Excluding comment 'comment') Excluding comment 'rawhtml' Excluding comment 'htmlonly') (/usr/share/texmf/tex/latex/hyperref/hyperref.sty (/usr/share/texmf/tex/latex/graphics/keyval.sty) (/usr/share/texmf/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf/tex/latex/config/hyperref.cfg) (/usr/share/texmf/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf/tex/latex/hyperref/puenc.def) Implicit mode ON; LaTeX internals redefined (/usr/share/texmf/tex/latex/ltxmisc/url.sty)) *hyperref using driver hpdftex* (/usr/share/texmf/tex/latex/hyperref/hpdftex.def) (/usr/share/texmf/tex/latex/base/makeidx.sty) (/usr/share/texmf/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/geometry/geometry.sty) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty) Writing index file guide.idx \@input{version.aux} (./version.tex) No file guide.aux. (/usr/share/texmf/tex/latex/graphics/color.sty (/usr/share/texmf/tex/latex/config/color.cfg)) (/usr/share/texmf/tex/latex/hyperref/nameref.sty (/usr/share/texmf/tex/latex/oberdiek/refcount.sty)) [1{/usr/share/texmf/fonts/m ap/pdftex/updmap/pdftex.map}] [2] (./introduction.tex [3] [4] Chapter 1. [5] (/usr/share/texmf/tex/latex/base/omscmr.fd) [6]) [7] [8] Chapter 2. Overfull \hbox (31.63289pt too wide) in paragraph at lines 219--224 \OT1/cmr/m/n/10 in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] Overfull \hbox (1.9686pt too wide) in paragraph at lines 249--256 []\OT1/cmr/m/n/10 On a *nix sys-tem, if you want ejab-berd to be started as dae -mon at boot time, copy \OT1/cmtt/m/n/10 ejabberd.init [9] LaTeX Warning: Reference `ejabberdctl' on page 10 undefined on input line 274. Overfull \hbox (12.9141pt too wide) in paragraph at lines 277--277 []\OT1/cmr/bx/n/14.4 Installing \OT1/cmtt/m/n/14.4 ejabberd \OT1/cmr/bx/n/14.4 with Op-er-at-ing Sys-tem Spe-cific Pack- [10] LaTeX Warning: Reference `compilemysql' on page 11 undefined on input line 321. LaTeX Warning: Reference `compilepgsql' on page 11 undefined on input line 322. LaTeX Warning: Reference `pam' on page 11 undefined on input line 323. LaTeX Warning: Reference `modirc' on page 11 undefined on input line 324. LaTeX Warning: Reference `captcha' on page 11 undefined on input line 325. Overfull \hbox (219.49384pt too wide) in paragraph at lines 332--334 \OT1/cmr/m/n/10 Released ver-sions of \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 are avail-able in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] [11] LaTeX Warning: Reference `ejabberdctl' on page 12 undefined on input line 367. LaTeX Warning: Reference `pam' on page 12 undefined on input line 377. LaTeX Warning: Reference `database' on page 12 undefined on input line 381. [12] LaTeX Warning: Reference `ejabberdctl' on page 13 undefined on input line 425. LaTeX Warning: Reference `cookie' on page 13 undefined on input line 429. LaTeX Warning: Reference `logfiles' on page 13 undefined on input line 432. LaTeX Warning: Reference `compile' on page 13 undefined on input line 444. LaTeX Warning: Reference `ejabberdctl' on page 13 undefined on input line 465. [13] [14] Overfull \hbox (124.34706pt too wide) in paragraph at lines 555--556 []\OT1/cmr/m/n/10 Make sure the you can ac-cess Er-lang bi-na-ries from your pa th. For ex-am-ple: []\OT1/cmtt/m/n/10 set PATH=%PATH%;"C:\sdk\erl5.6.5\bin" [15] LaTeX Warning: Reference `ejabberdctl' on page 16 undefined on input line 579. LaTeX Warning: Reference `modregister' on page 16 undefined on input line 583. [16] Chapter 3. [17] Overfull \hbox (6.96812pt too wide) in paragraph at lines 678--681 []\OT1/cmr/m/n/10 Domain \OT1/cmtt/m/n/10 example.net \OT1/cmr/m/n/10 is us-ing the in-ter-nal au-then-ti-ca-tion method while do-main \OT1/cmtt/m/n/10 exampl e.com Overfull \hbox (68.74232pt too wide) in paragraph at lines 696--696 [] \OT1/cmtt/m/n/10 {odbc_server, "DSN=ejabberd;U ID=ejabberd;PWD=ejabberd"}]}.[] [18] [19] LaTeX Warning: Reference `firewall' on page 20 undefined on input line 778. Overfull \hbox (80.02084pt too wide) in paragraph at lines 796--797 [][]\OT1/cmtt/m/n/10 {16#fdca, 16#8ab6, 16#a243, 16#75ef, 0, 0, 0, 1} \OT1/cmr/ m/n/10 is the IPv6 ad-dress []\OT1/cmtt/m/n/10 FDCA:8AB6:A243:75EF::1/128 [20] Overfull \hbox (57.92093pt too wide) in paragraph at lines 809--814 \OT1/cmr/m/n/10 Options: \OT1/cmtt/m/n/10 access\OT1/cmr/m/n/10 , \OT1/cmtt/m/n /10 certfile\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]fsm[]queue\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]stanza[]size\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 shaper\OT 1/cmr/m/n/10 , \OT1/cmtt/m/n/10 starttls\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 star ttls[]required\OT1/cmr/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 827--830 LaTeX Warning: Reference `captcha' on page 21 undefined on input line 846. LaTeX Warning: Reference `hostnames' on page 21 undefined on input line 851. [21] [22] LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 925. LaTeX Warning: Reference `shapers' on page 23 undefined on input line 935. LaTeX Warning: Reference `shapers' on page 23 undefined on input line 938. [23] Overfull \hbox (1.72263pt too wide) in paragraph at lines 976--981 []\OT1/cmr/m/n/10 This op-tion de-fines if s2s [24] LaTeX Warning: Reference `webadmin' on page 25 undefined on input line 1041. [25] Overfull \hbox (22.74248pt too wide) in paragraph at lines 1070--1070 [] \OT1/cmtt/m/n/10 tls, {certfile, "/et c/ejabberd/server.pem"},[] LaTeX Warning: Reference `webadmin' on page 26 undefined on input line 1092. Overfull \hbox (11.27242pt too wide) in paragraph at lines 1102--1106 []\OT1/cmr/m/n/10 The MSN trans-port[][][][][] \OT1/cmtt/m/n/10 msn.example.org \OT1/cmr/m/n/10 is con-nected to port 5235 with pass-word `\OT1/cmtt/m/n/10 ms nsecret\OT1/cmr/m/n/10 '. [26] [27] Overfull \hbox (12.24257pt too wide) in paragraph at lines 1201--1201 [] \OT1/cmtt/m/n/10 /var/spool/jabber[] [28] LaTeX Warning: Reference `internalauth' on page 29 undefined on input line 1215 . LaTeX Warning: Reference `extauth' on page 29 undefined on input line 1216. LaTeX Warning: Reference `ldap' on page 29 undefined on input line 1217. LaTeX Warning: Reference `mysql' on page 29 undefined on input line 1218. LaTeX Warning: Reference `pgsql' on page 29 undefined on input line 1218. LaTeX Warning: Reference `mssql' on page 29 undefined on input line 1219. LaTeX Warning: Reference `odbc' on page 29 undefined on input line 1219. LaTeX Warning: Reference `saslanonymous' on page 29 undefined on input line 122 0. LaTeX Warning: Reference `pam' on page 29 undefined on input line 1221. [29] [30] LaTeX Warning: Reference `virtualhost' on page 31 undefined on input line 1331. LaTeX Warning: Reference `virtualhost' on page 31 undefined on input line 1350. [31] [32] Overfull \hbox (36.52547pt too wide) in paragraph at lines 1449--1451 []\OT1/cmr/m/n/10 If you use \OT1/cmtt/m/n/10 pam[]winbind \OT1/cmr/m/n/10 to a u-tho-rise against a Win-dows Ac-tive Di-rec-tory, then \OT1/cmtt/m/n/10 /etc/n sswitch.conf [33] Overfull \hbox (15.03905pt too wide) in paragraph at lines 1489--1490 []\OT1/cmr/m/n/10 Matches any mem-ber of a Shared Ros-ter Group with name \OT1/ cmtt/m/n/10 Groupname Overfull \hbox (31.32991pt too wide) in paragraph at lines 1518--1521 []\OT1/cmr/m/n/10 Matches any user with a name that matches \OT1/cmtt/m/n/10 Us erRegexp [34] [35] [36] LaTeX Warning: Reference `i18ni10n' on page 37 undefined on input line 1663. LaTeX Warning: Reference `listened-module' on page 37 undefined on input line 1 692. [37] LaTeX Warning: Reference `listened' on page 38 undefined on input line 1722. [38] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1789--1789 []\OT1/cmtt/m/n/10 {include_config_file, "./example.org/additional_not_listen.c fg", [{disallow, [listen]}]}.[] [39] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1797--1797 []\OT1/cmtt/m/n/10 {include_config_file, "/etc/ejabberd/acl_and_access.cfg", [{ allow_only, [acl, access]}]}.[] [40] Overfull \hbox (3.91129pt too wide) in paragraph at lines 1863--1864 \OT1/cmr/m/n/10 The re-sult-ing op-tion in-ter-preted by \OT1/cmtt/m/n/10 ejabb erd \OT1/cmr/m/n/10 is: \OMS/cmtt/m/n/10 f\OT1/cmtt/m/n/10 acl, admin, \OMS/cmt t/m/n/10 f\OT1/cmtt/m/n/10 user, "bob", "localhost"\OMS/cmtt/m/n/10 gg\OT1/cmr/ m/n/10 . [41] LaTeX Warning: Reference `ad' on page 42 undefined on input line 1912. LaTeX Warning: Reference `hostnames' on page 42 undefined on input line 1920. LaTeX Warning: Reference `virtualhost' on page 42 undefined on input line 1924. Overfull \hbox (69.99207pt too wide) in paragraph at lines 1928--1928 [] \OT1/cmtt/m/n/10 {odbc_server, {pgsql, "localhost", "database-public-exampl e-org", "ejabberd", "password"}},[] [42] [43] LaTeX Warning: Reference `modoverview' on page 44 undefined on input line 2027. LaTeX Warning: Reference `configureodbc' on page 44 undefined on input line 206 6. [44] LaTeX Warning: Reference `odbcauth' on page 45 undefined on input line 2076. LaTeX Warning: Reference `modoverview' on page 45 undefined on input line 2082. [45] LaTeX Warning: Reference `modoverview' on page 46 undefined on input line 2177. [46] [47] LaTeX Warning: Reference `modoverview' on page 48 undefined on input line 2253. [48] Overfull \hbox (17.58194pt too wide) in paragraph at lines 2310--2311 []\OT1/cmr/m/n/10 Whether or not to deref-er-ence aliases. [49] Overfull \hbox (26.35638pt too wide) in paragraph at lines 2393--2400 \OT1/cmr/m/n/10 book, which con-tains users emails and their ad-di-tional in-fo s in \OT1/cmtt/m/n/10 "ou=AddressBook,dc=example,dc=org" [50] Overfull \hbox (17.49252pt too wide) in paragraph at lines 2438--2438 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] [51] [52] Overfull \hbox (92.31012pt too wide) in paragraph at lines 2569--2608 [][] [53] LaTeX Warning: Reference `database' on page 54 undefined on input line 2611. LaTeX Warning: Reference `database' on page 54 undefined on input line 2617. [54] [55] Overfull \hbox (52.9672pt too wide) in paragraph at lines 2686--2689 []\OT1/cmr/m/n/10 This ex-am-ple con-fig-ures the []echo mod-ule to pro-vide it s echo-ing ser-vice in the Jab-ber ID \OT1/cmtt/m/n/10 mirror.example.org\OT1/c mr/m/n/10 : [56] LaTeX Warning: Reference `modoffline' on page 57 undefined on input line 2731. Overfull \hbox (1.3825pt too wide) in paragraph at lines 2726--2732 []\OT1/cmr/m/n/10 The mes-sage is sent to Overfull \hbox (1.99332pt too wide) in paragraph at lines 2732--2735 []\OT1/cmr/m/n/10 The mes-sage is Overfull \hbox (8.21504pt too wide) in paragraph at lines 2740--2742 []\OT1/cmr/m/n/10 The Overfull \hbox (9.0484pt too wide) in paragraph at lines 2743--2744 []\OT1/cmr/m/n/10 Any LaTeX Warning: Reference `database' on page 57 undefined on input line 2748. [57] LaTeX Warning: Reference `modiqdiscoption' on page 58 undefined on input line 2 809. Overfull \hbox (152.16069pt too wide) in paragraph at lines 2809--2810 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ser-vice D is-cov-ery (\OT1/cmtt/m/n/10 http://jabber.org/protocol/disco#items Overfull \hbox (4.6075pt too wide) in paragraph at lines 2813--2820 []\OT1/cmr/m/n/10 Specify ad-di-tional in-for-ma-tion [58] Overfull \hbox (215.74104pt too wide) in paragraph at lines 2869--2869 [] \OT1/cmtt/m/n/10 ["http://shakespeare.lit/feedback.php", "mailto:feed back@shakespeare.lit", "xmpp:feedback@shakespeare.lit"]},[] [59] [60] Overfull \hbox (42.49521pt too wide) in paragraph at lines 2933--2937 \OT1/cmr/m/n/10 With this con-fig-u-ra-tion, the mod-ule will serve the re-ques ts sent to []\OT1/cmtt/m/n/10 http://example.org:5280/http-bind/ [61] Overfull \hbox (7.62692pt too wide) in paragraph at lines 2993--2997 []\OT1/cmr/m/n/10 Specify map-pings of ex-ten-sion to con-tent type. There Overfull \hbox (22.74248pt too wide) in paragraph at lines 3017--3017 [] \OT1/cmtt/m/n/10 {"X-Fry", "It's a widely-believed fact!"}[] Overfull \hbox (38.49234pt too wide) in paragraph at lines 3038--3038 [] \OT1/cmtt/m/n/10 {["pub", "archi ve"], mod_http_fileserver},[] [62] LaTeX Warning: Reference `database' on page 63 undefined on input line 3079. [63] LaTeX Warning: Reference `modiqdiscoption' on page 64 undefined on input line 3 129. Overfull \hbox (9.16182pt too wide) in paragraph at lines 3129--3130 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Last ac-ti v-ity (\OT1/cmtt/m/n/10 jabber:iq:last\OT1/cmr/m/n/10 ) LaTeX Warning: Reference `database' on page 64 undefined on input line 3130. [64] LaTeX Warning: Reference `database' on page 65 undefined on input line 3165. [65] [66] Overfull \hbox (14.55797pt too wide) in paragraph at lines 3248--3249 []\OT1/cmr/m/n/10 Visitors can send LaTeX Warning: Reference `captcha' on page 67 undefined on input line 3262. [67] [68] [69] [70] Overfull \hbox (92.31416pt too wide) in paragraph at lines 3465--3471 \OT1/cmr/m/n/10 time zone will be GMT/UTC. Fi-nally, the top link will be []\OT 1/cmtt/m/n/10 Jabber.ru\OT1/cmr/m/n/10 . [71] LaTeX Warning: Reference `ejabberdctl' on page 72 undefined on input line 3528. LaTeX Warning: Reference `database' on page 72 undefined on input line 3531. LaTeX Warning: Reference `configmaxsessions' on page 72 undefined on input line 3539. Overfull \hbox (33.24239pt too wide) in paragraph at lines 3551--3551 []\OT1/cmtt/m/n/10 {access, max_user_offline_messages, [ {5000, poweruser}, {20 00, admin}, {100, all} ]}.[] [72] Overfull \hbox (12.24257pt too wide) in paragraph at lines 3594--3594 [] \OT1/cmtt/m/n/10 {mod_ping, [{send_pings, true}, {ping_interval, 240}, {ti meout_action, kill}]},[] [73] LaTeX Warning: Reference `modiqdiscoption' on page 74 undefined on input line 3 661. LaTeX Warning: Reference `database' on page 74 undefined on input line 3662. [74] LaTeX Warning: Reference `modiqdiscoption' on page 75 undefined on input line 3 678. Overfull \hbox (62.27176pt too wide) in paragraph at lines 3678--3679 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Pri-vate X ML Stor-age (\OT1/cmtt/m/n/10 jabber:iq:private\OT1/cmr/m/n/10 ) LaTeX Warning: Reference `database' on page 75 undefined on input line 3679. Overfull \hbox (0.37483pt too wide) in paragraph at lines 3692--3694 []\OT1/cmr/m/n/10 Defines Ser-vice Dis-cov-ery name of the ser-vice. De-fault i s \OT1/cmtt/m/n/10 "SOCKS5 Bytestreams"\OT1/cmr/m/n/10 . [75] [76] Overfull \hbox (16.24278pt too wide) in paragraph at lines 3811--3811 [] \OT1/cmtt/m/n/10 {mod_pubsub, [{pep_mapping, [{"http://jabber.org/protocol /tune", "tune"}]}]}[] [77] LaTeX Warning: Reference `captcha' on page 78 undefined on input line 3868. [78] LaTeX Warning: Reference `modiqdiscoption' on page 79 undefined on input line 3 885. Overfull \hbox (67.27281pt too wide) in paragraph at lines 3885--3886 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for In-Band Re g-is-tra-tion (\OT1/cmtt/m/n/10 jabber:iq:register\OT1/cmr/m/n/10 ) [79] Overfull \hbox (194.74123pt too wide) in paragraph at lines 3956--3956 [] \OT1/cmtt/m/n/10 {welcome_message, {"Welcome!", "Hi.\nWelcome to this Ja bber server.\n Check http://www.jabber.org\n\nBye"}},[] [80] Overfull \hbox (46.1335pt too wide) in paragraph at lines 4005--4009 []\OT1/cmr/m/n/10 For ex-am-ple, the users of the host \OT1/cmtt/m/n/10 example .org \OT1/cmr/m/n/10 can visit the page: \OT1/cmtt/m/n/10 https://example.org:5 281/register/ LaTeX Warning: Reference `modiqdiscoption' on page 81 undefined on input line 4 019. Overfull \hbox (52.18953pt too wide) in paragraph at lines 4019--4020 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ros-ter Ma n-age-ment (\OT1/cmtt/m/n/10 jabber:iq:roster\OT1/cmr/m/n/10 ) LaTeX Warning: Reference `database' on page 81 undefined on input line 4020. [81] Overfull \hbox (18.49568pt too wide) in paragraph at lines 4062--4064 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com\OT1/cmr/m/n/10 : Overfull \hbox (15.7179pt too wide) in paragraph at lines 4072--4075 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com [82] LaTeX Warning: Reference `database' on page 83 undefined on input line 4100. [83] Overfull \hbox (81.71582pt too wide) in paragraph at lines 4151--4199 [][] [84] Overfull \hbox (47.74251pt too wide) in paragraph at lines 4239--4239 []\OT1/cmtt/m/n/10 (&(&([ldap_memberattr]=[ldap_memberattr_format])([ldap_grou pattr]=%g))[ldap_filter])[] Overfull \hbox (22.76404pt too wide) in paragraph at lines 4249--4255 \OT1/cmr/m/n/10 Name'') and the mem-bers of a group. See also the pa-ram-e-ters []\OT1/cmtt/m/n/10 ldap_groupattr\OT1/cmr/m/n/10 , []\OT1/cmtt/m/n/10 ldap_gro updesc LaTeX Warning: Reference `msrlfilters' on page 85 undefined on input line 4281. [85] Overfull \hbox (0.33055pt too wide) in paragraph at lines 4314--4319 \OT1/cmr/m/n/10 tribute in the ros-ter item ob-jects needs to match the ID re-t rieved from the \OT1/cmtt/m/n/10 ldap[]memberattr LaTeX Warning: Reference `msrlfilters' on page 86 undefined on input line 4332. LaTeX Warning: Reference `msrlfilters' on page 86 undefined on input line 4358. LaTeX Warning: Reference `msrlconfigroster' on page 86 undefined on input line 4363. [86] LaTeX Warning: Reference `msrlconfigroster' on page 87 undefined on input line 4369. LaTeX Warning: Reference `msrlconfigroster' on page 87 undefined on input line 4374. LaTeX Warning: Reference `ldapconnection' on page 87 undefined on input line 43 81. [87] LaTeX Warning: Reference `step:rfilter' on page 88 undefined on input line 4427 . LaTeX Warning: Reference `fig:msrl-dit-flat' on page 88 undefined on input line 4468. Overfull \hbox (7.73027pt too wide) in paragraph at lines 4473--4474 [][] LaTeX Warning: Reference `fig:msrl-roster-flat' on page 88 undefined on input l ine 4499. [88] [89 <./msrl-dit-flat.png> <./msrl-roster-flat.p ng>] LaTeX Warning: Reference `fig:msrl-dit-deep' on page 90 undefined on input line 4510. Overfull \hbox (14.56981pt too wide) in paragraph at lines 4515--4516 [][] LaTeX Warning: Reference `fig:msrl-roster-deep' on page 90 undefined on input l ine 4536. [90 <./msrl-dit-deep.png>] LaTeX Warning: Reference `modiqdiscoption' on page 91 undefined on input line 4 553. LaTeX Warning: Reference `modiqdiscoption' on page 91 undefined on input line 4 570. Overfull \hbox (135.61937pt too wide) in paragraph at lines 4570--4571 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Statis-tic s Gath-er-ing (\OT1/cmtt/m/n/10 http://jabber.org/protocol/stats\OT1/cmr/m/n/10 ) [91 <./msrl-roster-deep.png>] LaTeX Warning: Reference `modiqdiscoption' on page 92 undefined on input line 4 606. Overfull \hbox (7.43958pt too wide) in paragraph at lines 4606--4607 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for En-tity Ti me (\OT1/cmtt/m/n/10 jabber:iq:time\OT1/cmr/m/n/10 ) LaTeX Warning: Reference `modiqdiscoption' on page 92 undefined on input line 4 620. LaTeX Warning: Reference `database' on page 92 undefined on input line 4621. [92] LaTeX Warning: Reference `ldapauth' on page 93 undefined on input line 4677. [93] LaTeX Warning: Reference `ldapauth' on page 94 undefined on input line 4692. Overfull \hbox (26.56598pt too wide) in paragraph at lines 4686--4695 \OT1/cmtt/m/n/10 ldap[]servers\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]port\OT1 /cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]rootdn\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 l dap[]password\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]base\OT1/cmr/m/n/10 , \OT 1/cmtt/m/n/10 ldap[]uids\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]deref[]aliases LaTeX Warning: Reference `modiqdiscoption' on page 94 undefined on input line 4 701. [94] [95] Overfull \hbox (5.74287pt too wide) in paragraph at lines 4818--4818 [] \OT1/cmtt/m/n/10 %% We use the same server and port, but want to bind an onymously because[] Overfull \hbox (42.49255pt too wide) in paragraph at lines 4828--4828 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] Overfull \hbox (0.49292pt too wide) in paragraph at lines 4833--4833 [] \OT1/cmtt/m/n/10 [{"NICKNAME", "%u", []}, % just use user's part of JID as his nickname[] [96] [97] LaTeX Warning: Reference `database' on page 98 undefined on input line 4912. LaTeX Warning: Reference `modiqdiscoption' on page 98 undefined on input line 4 925. Overfull \hbox (42.60611pt too wide) in paragraph at lines 4925--4926 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Soft-ware Ver-sion (\OT1/cmtt/m/n/10 jabber:iq:version\OT1/cmr/m/n/10 ) [98] Chapter 4. LaTeX Warning: Reference `ectl-commands' on page 99 undefined on input line 493 4. LaTeX Warning: Reference `eja-commands' on page 99 undefined on input line 4935 . Overfull \hbox (12.43983pt too wide) in paragraph at lines 4933--4938 \OT1/cmr/m/n/10 With the \OT1/cmtt/m/n/10 ejabberdctl \OT1/cmr/m/n/10 com-mand line ad-min-is-tra-tion script you can ex-e-cute \OT1/cmtt/m/n/10 ejabberdctl c ommands LaTeX Warning: Reference `erlangconfiguration' on page 99 undefined on input li ne 4940. LaTeX Warning: Reference `list-eja-commands' on page 99 undefined on input line 4963. [99] LaTeX Warning: Reference `accesscommands' on page 100 undefined on input line 4 975. Overfull \hbox (10.27232pt too wide) in paragraph at lines 4982--4984 []\OT1/cmr/m/n/10 If ac-count \OT1/cmtt/m/n/10 robot1@example.org \OT1/cmr/m/n/ 10 is reg-is-tered in \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 with pass-word \OT1/cmtt/m/n/10 abcdef \OT1/cmr/m/n/10 and \OT1/cmtt/m/n/10 ejabberd.cfg Overfull \hbox (6.99261pt too wide) in paragraph at lines 4988--4988 []\OT1/cmtt/m/n/10 {ejabberdctl_access_commands, [ {ctlaccess, [registered_user s, register], []} ]}.[] [100] LaTeX Warning: Reference `epmd' on page 101 undefined on input line 5031. LaTeX Warning: Reference `epmd' on page 101 undefined on input line 5054. Overfull \hbox (11.92381pt too wide) in paragraph at lines 5054--5055 []\OT1/cmr/m/n/10 Define the first and last ports LaTeX Warning: Reference `epmd' on page 101 undefined on input line 5057. Overfull \hbox (15.58148pt too wide) in paragraph at lines 5071--5074 []\OT1/cmr/m/n/10 Path to the Er-lang/OTP [101] Overfull \hbox (12.24257pt too wide) in paragraph at lines 5112--5112 []\OT1/cmtt/m/n/10 Usage: ejabberdctl [--node nodename] [--auth user host passw ord] command [options][] LaTeX Warning: Reference `logfiles' on page 102 undefined on input line 5125. [102] [103] [104] LaTeX Warning: Reference `listened' on page 105 undefined on input line 5235. LaTeX Warning: Reference `fig:webadmmain' on page 105 undefined on input line 5 239. Overfull \hbox (10.99283pt too wide) in paragraph at lines 5271--5271 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, admin, {user, "admin", "example.com"}}]}.[] Overfull \hbox (37.2426pt too wide) in paragraph at lines 5272--5272 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, viewers, {user, "review er", "example.com"}}]}.[] [105 <./webadmmain.png (PNG copy)>] Overfull \hbox (58.24242pt too wide) in paragraph at lines 5302--5302 [] \OT1/cmtt/m/n/10 tls, {certfile, " /usr/local/etc/server.pem"}[] LaTeX Warning: Reference `erlangconfiguration' on page 106 undefined on input l ine 5317. Overfull \hbox (29.45824pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 must be in-stalled in the sys-tem. The file is searched by de-f ault in \OT1/cmtt/m/n/10 "/share/doc/ejabberd/guide.html"\OT1/cmr/m/n/10 . Overfull \hbox (13.77838pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 The di-rec-tory of the doc-u-men-ta-tion can be spec-i-fied in the en-vi-ron-ment vari-able \OT1/cmtt/m/n/10 EJABBERD[]DOC[]PATH\OT1/cmr/m/n/1 0 . LaTeX Warning: Reference `nodename' on page 106 undefined on input line 5334. [106] [107] [108] Chapter 5. LaTeX Warning: Reference `epmd' on page 109 undefined on input line 5431. LaTeX Warning: Reference `epmd' on page 109 undefined on input line 5432. Overfull \hbox (35.91364pt too wide) in paragraph at lines 5426--5435 [][] [109] [110] Overfull \hbox (2.1041pt too wide) in paragraph at lines 5531--5535 []\OT1/cmr/m/n/10 Contains IP ad-dresses of clients. LaTeX Warning: Reference `cookie' on page 111 undefined on input line 5540. [111] [112] Chapter 6. [113] LaTeX Warning: Reference `ejabberdctl' on page 114 undefined on input line 5630 . [114] [115] [116] Chapter 7. LaTeX Warning: Reference `ectl-commands' on page 117 undefined on input line 57 65. [117] [118] [119] [120] Appendix A. Overfull \hbox (8.8473pt too wide) in paragraph at lines 5828--5834 \OT1/cmtt/m/n/10 ejabberd\OT1/cmr/m/n/10 . To per-form those man-age-ment tasks , in the \OT1/cmtt/m/n/10 src/ \OT1/cmr/m/n/10 di-rec-tory ex-e-cute \OT1/cmtt/ m/n/10 make translations\OT1/cmr/m/n/10 . LaTeX Warning: Reference `fig:discorus' on page 121 undefined on input line 583 6. [121] [122 <./discorus.png (PNG copy)> <./webadmmainru.png (PNG copy)>] Appendix B. [123] [124] Appendix C. [125] [126] Appendix D. No file guide.ind. [127] (./guide.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information)pdfTeX warning (dest): name {Hfootnote.93} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.92} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.91} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.90} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.89} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.88} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.87} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.86} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.85} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.84} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.83} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.82} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.81} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.79} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.78} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.77} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.76} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.75} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.74} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.73} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.72} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.71} has been referenced but does not exis t, replaced by a fixed one < /usr/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb> Output written on guide.pdf (127 pages, 795808 bytes). Transcript written on guide.log. pdflatex guide.tex This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./guide.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, turkish, ukenglish, ukrainian, loaded. (/usr/share/texmf/tex/latex/base/book.cls Document Class: book 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/bk10.clo)) (/usr/share/texmf/tex/latex/float/float.sty) (/usr/share/texmf/tex/latex/graphics/graphics.sty (/usr/share/texmf/tex/latex/graphics/trig.sty) (/usr/share/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)) (/usr/share/texmf/tex/latex/hevea/hevea.sty (/usr/share/texmf/tex/latex/comment/comment.sty Excluding comment 'comment') Excluding comment 'rawhtml' Excluding comment 'htmlonly') (/usr/share/texmf/tex/latex/hyperref/hyperref.sty (/usr/share/texmf/tex/latex/graphics/keyval.sty) (/usr/share/texmf/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf/tex/latex/config/hyperref.cfg) (/usr/share/texmf/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf/tex/latex/hyperref/puenc.def) Implicit mode ON; LaTeX internals redefined (/usr/share/texmf/tex/latex/ltxmisc/url.sty)) *hyperref using driver hpdftex* (/usr/share/texmf/tex/latex/hyperref/hpdftex.def) (/usr/share/texmf/tex/latex/base/makeidx.sty) (/usr/share/texmf/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/geometry/geometry.sty) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty) Writing index file guide.idx \@input{version.aux} (./version.tex) (./guide.aux) (/usr/share/texmf/tex/latex/graphics/color.sty (/usr/share/texmf/tex/latex/config/color.cfg)) (/usr/share/texmf/tex/latex/hyperref/nameref.sty (/usr/share/texmf/tex/latex/oberdiek/refcount.sty)) (./guide.out) (./guide.out) [1{/usr/share/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./guide.toc [3] [4] [5] [6]) (./introduction.tex [7] [8] Chapter 1. [9] (/usr/share/texmf/tex/latex/base/omscmr.fd) [10]) [11] [12] Chapter 2. Overfull \hbox (31.63289pt too wide) in paragraph at lines 219--224 \OT1/cmr/m/n/10 in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] Overfull \hbox (1.9686pt too wide) in paragraph at lines 249--256 []\OT1/cmr/m/n/10 On a *nix sys-tem, if you want ejab-berd to be started as dae -mon at boot time, copy \OT1/cmtt/m/n/10 ejabberd.init [13] Overfull \hbox (12.9141pt too wide) in paragraph at lines 277--277 []\OT1/cmr/bx/n/14.4 Installing \OT1/cmtt/m/n/14.4 ejabberd \OT1/cmr/bx/n/14.4 with Op-er-at-ing Sys-tem Spe-cific Pack- [14] Overfull \hbox (219.49384pt too wide) in paragraph at lines 332--334 \OT1/cmr/m/n/10 Released ver-sions of \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 are avail-able in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] [15] [16] Overfull \hbox (0.16103pt too wide) in paragraph at lines 443--446 \OT1/cmr/m/n/10 you pro-vided the con-fig-ure op-tion \OT1/cmtt/m/n/10 --enable -user=USER \OT1/cmr/m/n/10 (see [][]2.4.3[][]), you can ex-e-cute \OT1/cmtt/m/n /10 ejabberdctl [17] [18] Overfull \hbox (124.34706pt too wide) in paragraph at lines 555--556 []\OT1/cmr/m/n/10 Make sure the you can ac-cess Er-lang bi-na-ries from your pa th. For ex-am-ple: []\OT1/cmtt/m/n/10 set PATH=%PATH%;"C:\sdk\erl5.6.5\bin" [19] [20] Chapter 3. [21] Overfull \hbox (6.96812pt too wide) in paragraph at lines 678--681 []\OT1/cmr/m/n/10 Domain \OT1/cmtt/m/n/10 example.net \OT1/cmr/m/n/10 is us-ing the in-ter-nal au-then-ti-ca-tion method while do-main \OT1/cmtt/m/n/10 exampl e.com Overfull \hbox (68.74232pt too wide) in paragraph at lines 696--696 [] \OT1/cmtt/m/n/10 {odbc_server, "DSN=ejabberd;U ID=ejabberd;PWD=ejabberd"}]}.[] [22] [23] Overfull \hbox (80.02084pt too wide) in paragraph at lines 796--797 [][]\OT1/cmtt/m/n/10 {16#fdca, 16#8ab6, 16#a243, 16#75ef, 0, 0, 0, 1} \OT1/cmr/ m/n/10 is the IPv6 ad-dress []\OT1/cmtt/m/n/10 FDCA:8AB6:A243:75EF::1/128 [24] Overfull \hbox (57.92093pt too wide) in paragraph at lines 809--814 \OT1/cmr/m/n/10 Options: \OT1/cmtt/m/n/10 access\OT1/cmr/m/n/10 , \OT1/cmtt/m/n /10 certfile\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]fsm[]queue\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]stanza[]size\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 shaper\OT 1/cmr/m/n/10 , \OT1/cmtt/m/n/10 starttls\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 star ttls[]required\OT1/cmr/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 827--830 [25] [26] LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 925. [27] Overfull \hbox (1.72263pt too wide) in paragraph at lines 976--981 []\OT1/cmr/m/n/10 This op-tion de-fines if s2s [28] [29] Overfull \hbox (22.74248pt too wide) in paragraph at lines 1070--1070 [] \OT1/cmtt/m/n/10 tls, {certfile, "/et c/ejabberd/server.pem"},[] Overfull \hbox (11.27242pt too wide) in paragraph at lines 1102--1106 []\OT1/cmr/m/n/10 The MSN trans-port[][][][][] \OT1/cmtt/m/n/10 msn.example.org \OT1/cmr/m/n/10 is con-nected to port 5235 with pass-word `\OT1/cmtt/m/n/10 ms nsecret\OT1/cmr/m/n/10 '. [30] [31] Overfull \hbox (12.24257pt too wide) in paragraph at lines 1201--1201 [] \OT1/cmtt/m/n/10 /var/spool/jabber[] [32] [33] [34] [35] [36] Overfull \hbox (36.52547pt too wide) in paragraph at lines 1449--1451 []\OT1/cmr/m/n/10 If you use \OT1/cmtt/m/n/10 pam[]winbind \OT1/cmr/m/n/10 to a u-tho-rise against a Win-dows Ac-tive Di-rec-tory, then \OT1/cmtt/m/n/10 /etc/n sswitch.conf [37] Overfull \hbox (15.03905pt too wide) in paragraph at lines 1489--1490 []\OT1/cmr/m/n/10 Matches any mem-ber of a Shared Ros-ter Group with name \OT1/ cmtt/m/n/10 Groupname Overfull \hbox (31.32991pt too wide) in paragraph at lines 1518--1521 []\OT1/cmr/m/n/10 Matches any user with a name that matches \OT1/cmtt/m/n/10 Us erRegexp [38] [39] [40] [41] [42] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1789--1789 []\OT1/cmtt/m/n/10 {include_config_file, "./example.org/additional_not_listen.c fg", [{disallow, [listen]}]}.[] [43] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1797--1797 []\OT1/cmtt/m/n/10 {include_config_file, "/etc/ejabberd/acl_and_access.cfg", [{ allow_only, [acl, access]}]}.[] [44] Overfull \hbox (3.91129pt too wide) in paragraph at lines 1863--1864 \OT1/cmr/m/n/10 The re-sult-ing op-tion in-ter-preted by \OT1/cmtt/m/n/10 ejabb erd \OT1/cmr/m/n/10 is: \OMS/cmtt/m/n/10 f\OT1/cmtt/m/n/10 acl, admin, \OMS/cmt t/m/n/10 f\OT1/cmtt/m/n/10 user, "bob", "localhost"\OMS/cmtt/m/n/10 gg\OT1/cmr/ m/n/10 . [45] Overfull \hbox (69.99207pt too wide) in paragraph at lines 1928--1928 [] \OT1/cmtt/m/n/10 {odbc_server, {pgsql, "localhost", "database-public-exampl e-org", "ejabberd", "password"}},[] [46] [47] [48] [49] [50] [51] [52] Overfull \hbox (17.58194pt too wide) in paragraph at lines 2310--2311 []\OT1/cmr/m/n/10 Whether or not to deref-er-ence aliases. [53] Overfull \hbox (26.35638pt too wide) in paragraph at lines 2393--2400 \OT1/cmr/m/n/10 book, which con-tains users emails and their ad-di-tional in-fo s in \OT1/cmtt/m/n/10 "ou=AddressBook,dc=example,dc=org" [54] Overfull \hbox (17.49252pt too wide) in paragraph at lines 2438--2438 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] [55] [56] Overfull \hbox (92.31012pt too wide) in paragraph at lines 2569--2608 [][] [57] [58] [59] Overfull \hbox (52.9672pt too wide) in paragraph at lines 2686--2689 []\OT1/cmr/m/n/10 This ex-am-ple con-fig-ures the []echo mod-ule to pro-vide it s echo-ing ser-vice in the Jab-ber ID \OT1/cmtt/m/n/10 mirror.example.org\OT1/c mr/m/n/10 : [60] Overfull \hbox (1.3825pt too wide) in paragraph at lines 2726--2732 []\OT1/cmr/m/n/10 The mes-sage is sent to Overfull \hbox (1.99332pt too wide) in paragraph at lines 2732--2735 []\OT1/cmr/m/n/10 The mes-sage is Overfull \hbox (8.21504pt too wide) in paragraph at lines 2740--2742 []\OT1/cmr/m/n/10 The Overfull \hbox (9.0484pt too wide) in paragraph at lines 2743--2744 []\OT1/cmr/m/n/10 Any [61] Overfull \hbox (152.16069pt too wide) in paragraph at lines 2809--2810 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ser-vice D is-cov-ery (\OT1/cmtt/m/n/10 http://jabber.org/protocol/disco#items Overfull \hbox (4.6075pt too wide) in paragraph at lines 2813--2820 []\OT1/cmr/m/n/10 Specify ad-di-tional in-for-ma-tion [62] Overfull \hbox (215.74104pt too wide) in paragraph at lines 2869--2869 [] \OT1/cmtt/m/n/10 ["http://shakespeare.lit/feedback.php", "mailto:feed back@shakespeare.lit", "xmpp:feedback@shakespeare.lit"]},[] [63] [64] Overfull \hbox (42.49521pt too wide) in paragraph at lines 2933--2937 \OT1/cmr/m/n/10 With this con-fig-u-ra-tion, the mod-ule will serve the re-ques ts sent to []\OT1/cmtt/m/n/10 http://example.org:5280/http-bind/ [65] Overfull \hbox (7.62692pt too wide) in paragraph at lines 2993--2997 []\OT1/cmr/m/n/10 Specify map-pings of ex-ten-sion to con-tent type. There Overfull \hbox (22.74248pt too wide) in paragraph at lines 3017--3017 [] \OT1/cmtt/m/n/10 {"X-Fry", "It's a widely-believed fact!"}[] Overfull \hbox (38.49234pt too wide) in paragraph at lines 3038--3038 [] \OT1/cmtt/m/n/10 {["pub", "archi ve"], mod_http_fileserver},[] [66] [67] Overfull \hbox (9.16182pt too wide) in paragraph at lines 3129--3130 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Last ac-ti v-ity (\OT1/cmtt/m/n/10 jabber:iq:last\OT1/cmr/m/n/10 ) [68] [69] [70] Overfull \hbox (14.55797pt too wide) in paragraph at lines 3248--3249 []\OT1/cmr/m/n/10 Visitors can send [71] [72] [73] [74] Overfull \hbox (92.31416pt too wide) in paragraph at lines 3465--3471 \OT1/cmr/m/n/10 time zone will be GMT/UTC. Fi-nally, the top link will be []\OT 1/cmtt/m/n/10 Jabber.ru\OT1/cmr/m/n/10 . [75] Overfull \hbox (33.24239pt too wide) in paragraph at lines 3551--3551 []\OT1/cmtt/m/n/10 {access, max_user_offline_messages, [ {5000, poweruser}, {20 00, admin}, {100, all} ]}.[] [76] Overfull \hbox (12.24257pt too wide) in paragraph at lines 3594--3594 [] \OT1/cmtt/m/n/10 {mod_ping, [{send_pings, true}, {ping_interval, 240}, {ti meout_action, kill}]},[] [77] [78] Overfull \hbox (62.27176pt too wide) in paragraph at lines 3678--3679 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Pri-vate X ML Stor-age (\OT1/cmtt/m/n/10 jabber:iq:private\OT1/cmr/m/n/10 ) Overfull \hbox (0.37483pt too wide) in paragraph at lines 3692--3694 []\OT1/cmr/m/n/10 Defines Ser-vice Dis-cov-ery name of the ser-vice. De-fault i s \OT1/cmtt/m/n/10 "SOCKS5 Bytestreams"\OT1/cmr/m/n/10 . [79] [80] Overfull \hbox (16.24278pt too wide) in paragraph at lines 3811--3811 [] \OT1/cmtt/m/n/10 {mod_pubsub, [{pep_mapping, [{"http://jabber.org/protocol /tune", "tune"}]}]}[] [81] [82] Overfull \hbox (67.27281pt too wide) in paragraph at lines 3885--3886 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for In-Band Re g-is-tra-tion (\OT1/cmtt/m/n/10 jabber:iq:register\OT1/cmr/m/n/10 ) [83] Overfull \hbox (194.74123pt too wide) in paragraph at lines 3956--3956 [] \OT1/cmtt/m/n/10 {welcome_message, {"Welcome!", "Hi.\nWelcome to this Ja bber server.\n Check http://www.jabber.org\n\nBye"}},[] [84] Overfull \hbox (46.1335pt too wide) in paragraph at lines 4005--4009 []\OT1/cmr/m/n/10 For ex-am-ple, the users of the host \OT1/cmtt/m/n/10 example .org \OT1/cmr/m/n/10 can visit the page: \OT1/cmtt/m/n/10 https://example.org:5 281/register/ Overfull \hbox (52.18953pt too wide) in paragraph at lines 4019--4020 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ros-ter Ma n-age-ment (\OT1/cmtt/m/n/10 jabber:iq:roster\OT1/cmr/m/n/10 ) [85] Overfull \hbox (18.49568pt too wide) in paragraph at lines 4062--4064 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com\OT1/cmr/m/n/10 : Overfull \hbox (15.7179pt too wide) in paragraph at lines 4072--4075 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com [86] [87] Overfull \hbox (81.71582pt too wide) in paragraph at lines 4151--4199 [][] [88] Overfull \hbox (47.74251pt too wide) in paragraph at lines 4239--4239 []\OT1/cmtt/m/n/10 (&(&([ldap_memberattr]=[ldap_memberattr_format])([ldap_grou pattr]=%g))[ldap_filter])[] Overfull \hbox (22.76404pt too wide) in paragraph at lines 4249--4255 \OT1/cmr/m/n/10 Name'') and the mem-bers of a group. See also the pa-ram-e-ters []\OT1/cmtt/m/n/10 ldap_groupattr\OT1/cmr/m/n/10 , []\OT1/cmtt/m/n/10 ldap_gro updesc [89] Overfull \hbox (0.33055pt too wide) in paragraph at lines 4314--4319 \OT1/cmr/m/n/10 tribute in the ros-ter item ob-jects needs to match the ID re-t rieved from the \OT1/cmtt/m/n/10 ldap[]memberattr [90] [91] Overfull \hbox (7.73027pt too wide) in paragraph at lines 4473--4474 [][] [92] [93 <./msrl-dit-flat.png> <./msrl-roster-flat.p ng>] Overfull \hbox (14.56981pt too wide) in paragraph at lines 4515--4516 [][] [94 <./msrl-dit-deep.png>] Overfull \hbox (135.61937pt too wide) in paragraph at lines 4570--4571 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Statis-tic s Gath-er-ing (\OT1/cmtt/m/n/10 http://jabber.org/protocol/stats\OT1/cmr/m/n/10 ) [95 <./msrl-roster-deep.png>] Overfull \hbox (7.43958pt too wide) in paragraph at lines 4606--4607 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for En-tity Ti me (\OT1/cmtt/m/n/10 jabber:iq:time\OT1/cmr/m/n/10 ) [96] [97] Overfull \hbox (26.56598pt too wide) in paragraph at lines 4686--4695 \OT1/cmtt/m/n/10 ldap[]servers\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]port\OT1 /cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]rootdn\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 l dap[]password\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]base\OT1/cmr/m/n/10 , \OT 1/cmtt/m/n/10 ldap[]uids\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]deref[]aliases [98] [99] Overfull \hbox (5.74287pt too wide) in paragraph at lines 4818--4818 [] \OT1/cmtt/m/n/10 %% We use the same server and port, but want to bind an onymously because[] Overfull \hbox (42.49255pt too wide) in paragraph at lines 4828--4828 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] Overfull \hbox (0.49292pt too wide) in paragraph at lines 4833--4833 [] \OT1/cmtt/m/n/10 [{"NICKNAME", "%u", []}, % just use user's part of JID as his nickname[] [100] [101] Overfull \hbox (42.60611pt too wide) in paragraph at lines 4925--4926 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Soft-ware Ver-sion (\OT1/cmtt/m/n/10 jabber:iq:version\OT1/cmr/m/n/10 ) [102] Chapter 4. Overfull \hbox (12.43983pt too wide) in paragraph at lines 4933--4938 \OT1/cmr/m/n/10 With the \OT1/cmtt/m/n/10 ejabberdctl \OT1/cmr/m/n/10 com-mand line ad-min-is-tra-tion script you can ex-e-cute \OT1/cmtt/m/n/10 ejabberdctl c ommands [103] Overfull \hbox (10.27232pt too wide) in paragraph at lines 4982--4984 []\OT1/cmr/m/n/10 If ac-count \OT1/cmtt/m/n/10 robot1@example.org \OT1/cmr/m/n/ 10 is reg-is-tered in \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 with pass-word \OT1/cmtt/m/n/10 abcdef \OT1/cmr/m/n/10 and \OT1/cmtt/m/n/10 ejabberd.cfg Overfull \hbox (6.99261pt too wide) in paragraph at lines 4988--4988 []\OT1/cmtt/m/n/10 {ejabberdctl_access_commands, [ {ctlaccess, [registered_user s, register], []} ]}.[] [104] Overfull \hbox (11.92381pt too wide) in paragraph at lines 5054--5055 []\OT1/cmr/m/n/10 Define the first and last ports Overfull \hbox (15.58148pt too wide) in paragraph at lines 5071--5074 []\OT1/cmr/m/n/10 Path to the Er-lang/OTP [105] Overfull \hbox (12.24257pt too wide) in paragraph at lines 5112--5112 []\OT1/cmtt/m/n/10 Usage: ejabberdctl [--node nodename] [--auth user host passw ord] command [options][] [106] [107] [108] Overfull \hbox (10.99283pt too wide) in paragraph at lines 5271--5271 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, admin, {user, "admin", "example.com"}}]}.[] Overfull \hbox (37.2426pt too wide) in paragraph at lines 5272--5272 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, viewers, {user, "review er", "example.com"}}]}.[] [109 <./webadmmain.png (PNG copy)>] Overfull \hbox (58.24242pt too wide) in paragraph at lines 5302--5302 [] \OT1/cmtt/m/n/10 tls, {certfile, " /usr/local/etc/server.pem"}[] Overfull \hbox (29.45824pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 must be in-stalled in the sys-tem. The file is searched by de-f ault in \OT1/cmtt/m/n/10 "/share/doc/ejabberd/guide.html"\OT1/cmr/m/n/10 . Overfull \hbox (13.77838pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 The di-rec-tory of the doc-u-men-ta-tion can be spec-i-fied in the en-vi-ron-ment vari-able \OT1/cmtt/m/n/10 EJABBERD[]DOC[]PATH\OT1/cmr/m/n/1 0 . [110] [111] [112] Chapter 5. Overfull \hbox (37.8304pt too wide) in paragraph at lines 5426--5435 [][] [113] [114] Overfull \hbox (2.1041pt too wide) in paragraph at lines 5531--5535 []\OT1/cmr/m/n/10 Contains IP ad-dresses of clients. [115] [116] Chapter 6. [117] [118] [119] [120] Chapter 7. [121] [122] [123] [124] Appendix A. Overfull \hbox (8.8473pt too wide) in paragraph at lines 5828--5834 \OT1/cmtt/m/n/10 ejabberd\OT1/cmr/m/n/10 . To per-form those man-age-ment tasks , in the \OT1/cmtt/m/n/10 src/ \OT1/cmr/m/n/10 di-rec-tory ex-e-cute \OT1/cmtt/ m/n/10 make translations\OT1/cmr/m/n/10 . [125] [126 <./discorus.png (PNG copy)> <./webadmmainru.png (PNG copy)>] Appendix B. [127] [128] Appendix C. [129] [130] Appendix D. No file guide.ind. [131] (./guide.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information)pdfTeX warning (dest): name {Hfootnote.93} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.92} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.91} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.90} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.89} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.88} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.87} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.86} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.85} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.84} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.83} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.82} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.81} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.79} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.78} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.77} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.76} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.75} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.74} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.73} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.72} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.71} has been referenced but does not exis t, replaced by a fixed one < /usr/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb> Output written on guide.pdf (131 pages, 885869 bytes). Transcript written on guide.log. pdflatex guide.tex This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./guide.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, turkish, ukenglish, ukrainian, loaded. (/usr/share/texmf/tex/latex/base/book.cls Document Class: book 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/bk10.clo)) (/usr/share/texmf/tex/latex/float/float.sty) (/usr/share/texmf/tex/latex/graphics/graphics.sty (/usr/share/texmf/tex/latex/graphics/trig.sty) (/usr/share/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)) (/usr/share/texmf/tex/latex/hevea/hevea.sty (/usr/share/texmf/tex/latex/comment/comment.sty Excluding comment 'comment') Excluding comment 'rawhtml' Excluding comment 'htmlonly') (/usr/share/texmf/tex/latex/hyperref/hyperref.sty (/usr/share/texmf/tex/latex/graphics/keyval.sty) (/usr/share/texmf/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf/tex/latex/config/hyperref.cfg) (/usr/share/texmf/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf/tex/latex/hyperref/puenc.def) Implicit mode ON; LaTeX internals redefined (/usr/share/texmf/tex/latex/ltxmisc/url.sty)) *hyperref using driver hpdftex* (/usr/share/texmf/tex/latex/hyperref/hpdftex.def) (/usr/share/texmf/tex/latex/base/makeidx.sty) (/usr/share/texmf/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/geometry/geometry.sty) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty) Writing index file guide.idx \@input{version.aux} (./version.tex) (./guide.aux) (/usr/share/texmf/tex/latex/graphics/color.sty (/usr/share/texmf/tex/latex/config/color.cfg)) (/usr/share/texmf/tex/latex/hyperref/nameref.sty (/usr/share/texmf/tex/latex/oberdiek/refcount.sty)) (./guide.out) (./guide.out) [1{/usr/share/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./guide.toc [3] [4] [5] [6]) (./introduction.tex [7] [8] Chapter 1. [9] (/usr/share/texmf/tex/latex/base/omscmr.fd) [10]) [11] [12] Chapter 2. Overfull \hbox (31.63289pt too wide) in paragraph at lines 219--224 \OT1/cmr/m/n/10 in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] Overfull \hbox (1.9686pt too wide) in paragraph at lines 249--256 []\OT1/cmr/m/n/10 On a *nix sys-tem, if you want ejab-berd to be started as dae -mon at boot time, copy \OT1/cmtt/m/n/10 ejabberd.init [13] Overfull \hbox (12.9141pt too wide) in paragraph at lines 277--277 []\OT1/cmr/bx/n/14.4 Installing \OT1/cmtt/m/n/14.4 ejabberd \OT1/cmr/bx/n/14.4 with Op-er-at-ing Sys-tem Spe-cific Pack- [14] Overfull \hbox (219.49384pt too wide) in paragraph at lines 332--334 \OT1/cmr/m/n/10 Released ver-sions of \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 are avail-able in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] [15] [16] Overfull \hbox (0.16103pt too wide) in paragraph at lines 443--446 \OT1/cmr/m/n/10 you pro-vided the con-fig-ure op-tion \OT1/cmtt/m/n/10 --enable -user=USER \OT1/cmr/m/n/10 (see [][]2.4.3[][]), you can ex-e-cute \OT1/cmtt/m/n /10 ejabberdctl [17] [18] Overfull \hbox (124.34706pt too wide) in paragraph at lines 555--556 []\OT1/cmr/m/n/10 Make sure the you can ac-cess Er-lang bi-na-ries from your pa th. For ex-am-ple: []\OT1/cmtt/m/n/10 set PATH=%PATH%;"C:\sdk\erl5.6.5\bin" [19] [20] Chapter 3. [21] Overfull \hbox (6.96812pt too wide) in paragraph at lines 678--681 []\OT1/cmr/m/n/10 Domain \OT1/cmtt/m/n/10 example.net \OT1/cmr/m/n/10 is us-ing the in-ter-nal au-then-ti-ca-tion method while do-main \OT1/cmtt/m/n/10 exampl e.com Overfull \hbox (68.74232pt too wide) in paragraph at lines 696--696 [] \OT1/cmtt/m/n/10 {odbc_server, "DSN=ejabberd;U ID=ejabberd;PWD=ejabberd"}]}.[] [22] [23] Overfull \hbox (80.02084pt too wide) in paragraph at lines 796--797 [][]\OT1/cmtt/m/n/10 {16#fdca, 16#8ab6, 16#a243, 16#75ef, 0, 0, 0, 1} \OT1/cmr/ m/n/10 is the IPv6 ad-dress []\OT1/cmtt/m/n/10 FDCA:8AB6:A243:75EF::1/128 [24] Overfull \hbox (57.92093pt too wide) in paragraph at lines 809--814 \OT1/cmr/m/n/10 Options: \OT1/cmtt/m/n/10 access\OT1/cmr/m/n/10 , \OT1/cmtt/m/n /10 certfile\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]fsm[]queue\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]stanza[]size\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 shaper\OT 1/cmr/m/n/10 , \OT1/cmtt/m/n/10 starttls\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 star ttls[]required\OT1/cmr/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 827--830 [25] [26] LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 925. [27] Overfull \hbox (1.72263pt too wide) in paragraph at lines 976--981 []\OT1/cmr/m/n/10 This op-tion de-fines if s2s [28] [29] Overfull \hbox (22.74248pt too wide) in paragraph at lines 1070--1070 [] \OT1/cmtt/m/n/10 tls, {certfile, "/et c/ejabberd/server.pem"},[] Overfull \hbox (11.27242pt too wide) in paragraph at lines 1102--1106 []\OT1/cmr/m/n/10 The MSN trans-port[][][][][] \OT1/cmtt/m/n/10 msn.example.org \OT1/cmr/m/n/10 is con-nected to port 5235 with pass-word `\OT1/cmtt/m/n/10 ms nsecret\OT1/cmr/m/n/10 '. [30] [31] Overfull \hbox (12.24257pt too wide) in paragraph at lines 1201--1201 [] \OT1/cmtt/m/n/10 /var/spool/jabber[] [32] [33] [34] [35] [36] Overfull \hbox (36.52547pt too wide) in paragraph at lines 1449--1451 []\OT1/cmr/m/n/10 If you use \OT1/cmtt/m/n/10 pam[]winbind \OT1/cmr/m/n/10 to a u-tho-rise against a Win-dows Ac-tive Di-rec-tory, then \OT1/cmtt/m/n/10 /etc/n sswitch.conf [37] Overfull \hbox (15.03905pt too wide) in paragraph at lines 1489--1490 []\OT1/cmr/m/n/10 Matches any mem-ber of a Shared Ros-ter Group with name \OT1/ cmtt/m/n/10 Groupname Overfull \hbox (31.32991pt too wide) in paragraph at lines 1518--1521 []\OT1/cmr/m/n/10 Matches any user with a name that matches \OT1/cmtt/m/n/10 Us erRegexp [38] [39] [40] [41] [42] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1789--1789 []\OT1/cmtt/m/n/10 {include_config_file, "./example.org/additional_not_listen.c fg", [{disallow, [listen]}]}.[] [43] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1797--1797 []\OT1/cmtt/m/n/10 {include_config_file, "/etc/ejabberd/acl_and_access.cfg", [{ allow_only, [acl, access]}]}.[] [44] Overfull \hbox (3.91129pt too wide) in paragraph at lines 1863--1864 \OT1/cmr/m/n/10 The re-sult-ing op-tion in-ter-preted by \OT1/cmtt/m/n/10 ejabb erd \OT1/cmr/m/n/10 is: \OMS/cmtt/m/n/10 f\OT1/cmtt/m/n/10 acl, admin, \OMS/cmt t/m/n/10 f\OT1/cmtt/m/n/10 user, "bob", "localhost"\OMS/cmtt/m/n/10 gg\OT1/cmr/ m/n/10 . [45] Overfull \hbox (69.99207pt too wide) in paragraph at lines 1928--1928 [] \OT1/cmtt/m/n/10 {odbc_server, {pgsql, "localhost", "database-public-exampl e-org", "ejabberd", "password"}},[] [46] [47] [48] [49] [50] [51] [52] Overfull \hbox (17.58194pt too wide) in paragraph at lines 2310--2311 []\OT1/cmr/m/n/10 Whether or not to deref-er-ence aliases. [53] Overfull \hbox (26.35638pt too wide) in paragraph at lines 2393--2400 \OT1/cmr/m/n/10 book, which con-tains users emails and their ad-di-tional in-fo s in \OT1/cmtt/m/n/10 "ou=AddressBook,dc=example,dc=org" [54] Overfull \hbox (17.49252pt too wide) in paragraph at lines 2438--2438 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] [55] [56] Overfull \hbox (92.31012pt too wide) in paragraph at lines 2569--2608 [][] [57] [58] [59] Overfull \hbox (52.9672pt too wide) in paragraph at lines 2686--2689 []\OT1/cmr/m/n/10 This ex-am-ple con-fig-ures the []echo mod-ule to pro-vide it s echo-ing ser-vice in the Jab-ber ID \OT1/cmtt/m/n/10 mirror.example.org\OT1/c mr/m/n/10 : [60] Overfull \hbox (1.3825pt too wide) in paragraph at lines 2726--2732 []\OT1/cmr/m/n/10 The mes-sage is sent to Overfull \hbox (1.99332pt too wide) in paragraph at lines 2732--2735 []\OT1/cmr/m/n/10 The mes-sage is Overfull \hbox (8.21504pt too wide) in paragraph at lines 2740--2742 []\OT1/cmr/m/n/10 The Overfull \hbox (9.0484pt too wide) in paragraph at lines 2743--2744 []\OT1/cmr/m/n/10 Any [61] Overfull \hbox (152.16069pt too wide) in paragraph at lines 2809--2810 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ser-vice D is-cov-ery (\OT1/cmtt/m/n/10 http://jabber.org/protocol/disco#items Overfull \hbox (4.6075pt too wide) in paragraph at lines 2813--2820 []\OT1/cmr/m/n/10 Specify ad-di-tional in-for-ma-tion [62] Overfull \hbox (215.74104pt too wide) in paragraph at lines 2869--2869 [] \OT1/cmtt/m/n/10 ["http://shakespeare.lit/feedback.php", "mailto:feed back@shakespeare.lit", "xmpp:feedback@shakespeare.lit"]},[] [63] [64] Overfull \hbox (42.49521pt too wide) in paragraph at lines 2933--2937 \OT1/cmr/m/n/10 With this con-fig-u-ra-tion, the mod-ule will serve the re-ques ts sent to []\OT1/cmtt/m/n/10 http://example.org:5280/http-bind/ [65] Overfull \hbox (7.62692pt too wide) in paragraph at lines 2993--2997 []\OT1/cmr/m/n/10 Specify map-pings of ex-ten-sion to con-tent type. There Overfull \hbox (22.74248pt too wide) in paragraph at lines 3017--3017 [] \OT1/cmtt/m/n/10 {"X-Fry", "It's a widely-believed fact!"}[] Overfull \hbox (38.49234pt too wide) in paragraph at lines 3038--3038 [] \OT1/cmtt/m/n/10 {["pub", "archi ve"], mod_http_fileserver},[] [66] [67] Overfull \hbox (9.16182pt too wide) in paragraph at lines 3129--3130 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Last ac-ti v-ity (\OT1/cmtt/m/n/10 jabber:iq:last\OT1/cmr/m/n/10 ) [68] [69] [70] Overfull \hbox (14.55797pt too wide) in paragraph at lines 3248--3249 []\OT1/cmr/m/n/10 Visitors can send [71] [72] [73] [74] Overfull \hbox (92.31416pt too wide) in paragraph at lines 3465--3471 \OT1/cmr/m/n/10 time zone will be GMT/UTC. Fi-nally, the top link will be []\OT 1/cmtt/m/n/10 Jabber.ru\OT1/cmr/m/n/10 . [75] Overfull \hbox (33.24239pt too wide) in paragraph at lines 3551--3551 []\OT1/cmtt/m/n/10 {access, max_user_offline_messages, [ {5000, poweruser}, {20 00, admin}, {100, all} ]}.[] [76] Overfull \hbox (12.24257pt too wide) in paragraph at lines 3594--3594 [] \OT1/cmtt/m/n/10 {mod_ping, [{send_pings, true}, {ping_interval, 240}, {ti meout_action, kill}]},[] [77] [78] Overfull \hbox (62.27176pt too wide) in paragraph at lines 3678--3679 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Pri-vate X ML Stor-age (\OT1/cmtt/m/n/10 jabber:iq:private\OT1/cmr/m/n/10 ) Overfull \hbox (0.37483pt too wide) in paragraph at lines 3692--3694 []\OT1/cmr/m/n/10 Defines Ser-vice Dis-cov-ery name of the ser-vice. De-fault i s \OT1/cmtt/m/n/10 "SOCKS5 Bytestreams"\OT1/cmr/m/n/10 . [79] [80] Overfull \hbox (16.24278pt too wide) in paragraph at lines 3811--3811 [] \OT1/cmtt/m/n/10 {mod_pubsub, [{pep_mapping, [{"http://jabber.org/protocol /tune", "tune"}]}]}[] [81] [82] Overfull \hbox (67.27281pt too wide) in paragraph at lines 3885--3886 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for In-Band Re g-is-tra-tion (\OT1/cmtt/m/n/10 jabber:iq:register\OT1/cmr/m/n/10 ) [83] Overfull \hbox (194.74123pt too wide) in paragraph at lines 3956--3956 [] \OT1/cmtt/m/n/10 {welcome_message, {"Welcome!", "Hi.\nWelcome to this Ja bber server.\n Check http://www.jabber.org\n\nBye"}},[] [84] Overfull \hbox (46.1335pt too wide) in paragraph at lines 4005--4009 []\OT1/cmr/m/n/10 For ex-am-ple, the users of the host \OT1/cmtt/m/n/10 example .org \OT1/cmr/m/n/10 can visit the page: \OT1/cmtt/m/n/10 https://example.org:5 281/register/ Overfull \hbox (52.18953pt too wide) in paragraph at lines 4019--4020 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ros-ter Ma n-age-ment (\OT1/cmtt/m/n/10 jabber:iq:roster\OT1/cmr/m/n/10 ) [85] Overfull \hbox (18.49568pt too wide) in paragraph at lines 4062--4064 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com\OT1/cmr/m/n/10 : Overfull \hbox (15.7179pt too wide) in paragraph at lines 4072--4075 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com [86] [87] Overfull \hbox (81.71582pt too wide) in paragraph at lines 4151--4199 [][] [88] Overfull \hbox (47.74251pt too wide) in paragraph at lines 4239--4239 []\OT1/cmtt/m/n/10 (&(&([ldap_memberattr]=[ldap_memberattr_format])([ldap_grou pattr]=%g))[ldap_filter])[] Overfull \hbox (22.76404pt too wide) in paragraph at lines 4249--4255 \OT1/cmr/m/n/10 Name'') and the mem-bers of a group. See also the pa-ram-e-ters []\OT1/cmtt/m/n/10 ldap_groupattr\OT1/cmr/m/n/10 , []\OT1/cmtt/m/n/10 ldap_gro updesc [89] Overfull \hbox (0.33055pt too wide) in paragraph at lines 4314--4319 \OT1/cmr/m/n/10 tribute in the ros-ter item ob-jects needs to match the ID re-t rieved from the \OT1/cmtt/m/n/10 ldap[]memberattr [90] [91] Overfull \hbox (7.73027pt too wide) in paragraph at lines 4473--4474 [][] [92] [93 <./msrl-dit-flat.png> <./msrl-roster-flat.p ng>] Overfull \hbox (14.56981pt too wide) in paragraph at lines 4515--4516 [][] [94 <./msrl-dit-deep.png>] Overfull \hbox (135.61937pt too wide) in paragraph at lines 4570--4571 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Statis-tic s Gath-er-ing (\OT1/cmtt/m/n/10 http://jabber.org/protocol/stats\OT1/cmr/m/n/10 ) [95 <./msrl-roster-deep.png>] Overfull \hbox (7.43958pt too wide) in paragraph at lines 4606--4607 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for En-tity Ti me (\OT1/cmtt/m/n/10 jabber:iq:time\OT1/cmr/m/n/10 ) [96] [97] Overfull \hbox (26.56598pt too wide) in paragraph at lines 4686--4695 \OT1/cmtt/m/n/10 ldap[]servers\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]port\OT1 /cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]rootdn\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 l dap[]password\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]base\OT1/cmr/m/n/10 , \OT 1/cmtt/m/n/10 ldap[]uids\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]deref[]aliases [98] [99] Overfull \hbox (5.74287pt too wide) in paragraph at lines 4818--4818 [] \OT1/cmtt/m/n/10 %% We use the same server and port, but want to bind an onymously because[] Overfull \hbox (42.49255pt too wide) in paragraph at lines 4828--4828 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] Overfull \hbox (0.49292pt too wide) in paragraph at lines 4833--4833 [] \OT1/cmtt/m/n/10 [{"NICKNAME", "%u", []}, % just use user's part of JID as his nickname[] [100] [101] Overfull \hbox (42.60611pt too wide) in paragraph at lines 4925--4926 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Soft-ware Ver-sion (\OT1/cmtt/m/n/10 jabber:iq:version\OT1/cmr/m/n/10 ) [102] Chapter 4. Overfull \hbox (12.43983pt too wide) in paragraph at lines 4933--4938 \OT1/cmr/m/n/10 With the \OT1/cmtt/m/n/10 ejabberdctl \OT1/cmr/m/n/10 com-mand line ad-min-is-tra-tion script you can ex-e-cute \OT1/cmtt/m/n/10 ejabberdctl c ommands [103] Overfull \hbox (10.27232pt too wide) in paragraph at lines 4982--4984 []\OT1/cmr/m/n/10 If ac-count \OT1/cmtt/m/n/10 robot1@example.org \OT1/cmr/m/n/ 10 is reg-is-tered in \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 with pass-word \OT1/cmtt/m/n/10 abcdef \OT1/cmr/m/n/10 and \OT1/cmtt/m/n/10 ejabberd.cfg Overfull \hbox (6.99261pt too wide) in paragraph at lines 4988--4988 []\OT1/cmtt/m/n/10 {ejabberdctl_access_commands, [ {ctlaccess, [registered_user s, register], []} ]}.[] [104] Overfull \hbox (11.92381pt too wide) in paragraph at lines 5054--5055 []\OT1/cmr/m/n/10 Define the first and last ports Overfull \hbox (15.58148pt too wide) in paragraph at lines 5071--5074 []\OT1/cmr/m/n/10 Path to the Er-lang/OTP [105] Overfull \hbox (12.24257pt too wide) in paragraph at lines 5112--5112 []\OT1/cmtt/m/n/10 Usage: ejabberdctl [--node nodename] [--auth user host passw ord] command [options][] [106] [107] [108] Overfull \hbox (10.99283pt too wide) in paragraph at lines 5271--5271 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, admin, {user, "admin", "example.com"}}]}.[] Overfull \hbox (37.2426pt too wide) in paragraph at lines 5272--5272 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, viewers, {user, "review er", "example.com"}}]}.[] [109 <./webadmmain.png (PNG copy)>] Overfull \hbox (58.24242pt too wide) in paragraph at lines 5302--5302 [] \OT1/cmtt/m/n/10 tls, {certfile, " /usr/local/etc/server.pem"}[] Overfull \hbox (29.45824pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 must be in-stalled in the sys-tem. The file is searched by de-f ault in \OT1/cmtt/m/n/10 "/share/doc/ejabberd/guide.html"\OT1/cmr/m/n/10 . Overfull \hbox (13.77838pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 The di-rec-tory of the doc-u-men-ta-tion can be spec-i-fied in the en-vi-ron-ment vari-able \OT1/cmtt/m/n/10 EJABBERD[]DOC[]PATH\OT1/cmr/m/n/1 0 . [110] [111] [112] Chapter 5. Overfull \hbox (37.8304pt too wide) in paragraph at lines 5426--5435 [][] [113] [114] Overfull \hbox (2.1041pt too wide) in paragraph at lines 5531--5535 []\OT1/cmr/m/n/10 Contains IP ad-dresses of clients. [115] [116] Chapter 6. [117] [118] [119] [120] Chapter 7. [121] [122] [123] [124] Appendix A. Overfull \hbox (8.8473pt too wide) in paragraph at lines 5828--5834 \OT1/cmtt/m/n/10 ejabberd\OT1/cmr/m/n/10 . To per-form those man-age-ment tasks , in the \OT1/cmtt/m/n/10 src/ \OT1/cmr/m/n/10 di-rec-tory ex-e-cute \OT1/cmtt/ m/n/10 make translations\OT1/cmr/m/n/10 . [125] [126 <./discorus.png (PNG copy)> <./webadmmainru.png (PNG copy)>] Appendix B. [127] [128] Appendix C. [129] [130] Appendix D. No file guide.ind. [131] (./guide.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information)pdfTeX warning (dest): name {Hfootnote.93} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.92} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.91} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.90} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.89} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.88} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.87} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.86} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.85} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.84} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.83} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.82} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.81} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.79} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.78} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.77} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.76} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.75} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.74} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.73} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.72} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.71} has been referenced but does not exis t, replaced by a fixed one < /usr/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb> Output written on guide.pdf (131 pages, 885872 bytes). Transcript written on guide.log. makeindex guide.idx pdflatex guide.tex This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support). Scanning input file guide.idx....done (376 entries accepted, 0 rejected). Sorting entries......done (3406 comparisons). Generating output file guide.ind....done (381 lines written, 0 warnings). Output written in guide.ind. Transcript written in guide.ilg. This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./guide.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, turkish, ukenglish, ukrainian, loaded. (/usr/share/texmf/tex/latex/base/book.cls Document Class: book 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/bk10.clo)) (/usr/share/texmf/tex/latex/float/float.sty) (/usr/share/texmf/tex/latex/graphics/graphics.sty (/usr/share/texmf/tex/latex/graphics/trig.sty) (/usr/share/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)) (/usr/share/texmf/tex/latex/hevea/hevea.sty (/usr/share/texmf/tex/latex/comment/comment.sty Excluding comment 'comment') Excluding comment 'rawhtml' Excluding comment 'htmlonly') (/usr/share/texmf/tex/latex/hyperref/hyperref.sty (/usr/share/texmf/tex/latex/graphics/keyval.sty) (/usr/share/texmf/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf/tex/latex/config/hyperref.cfg) (/usr/share/texmf/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf/tex/latex/hyperref/puenc.def) Implicit mode ON; LaTeX internals redefined (/usr/share/texmf/tex/latex/ltxmisc/url.sty)) *hyperref using driver hpdftex* (/usr/share/texmf/tex/latex/hyperref/hpdftex.def) (/usr/share/texmf/tex/latex/base/makeidx.sty) (/usr/share/texmf/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/geometry/geometry.sty) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty) Writing index file guide.idx \@input{version.aux} (./version.tex) (./guide.aux) (/usr/share/texmf/tex/latex/graphics/color.sty (/usr/share/texmf/tex/latex/config/color.cfg)) (/usr/share/texmf/tex/latex/hyperref/nameref.sty (/usr/share/texmf/tex/latex/oberdiek/refcount.sty)) (./guide.out) (./guide.out) [1{/usr/share/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./guide.toc [3] [4] [5] [6]) (./introduction.tex [7] [8] Chapter 1. [9] (/usr/share/texmf/tex/latex/base/omscmr.fd) [10]) [11] [12] Chapter 2. Overfull \hbox (31.63289pt too wide) in paragraph at lines 219--224 \OT1/cmr/m/n/10 in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] Overfull \hbox (1.9686pt too wide) in paragraph at lines 249--256 []\OT1/cmr/m/n/10 On a *nix sys-tem, if you want ejab-berd to be started as dae -mon at boot time, copy \OT1/cmtt/m/n/10 ejabberd.init [13] Overfull \hbox (12.9141pt too wide) in paragraph at lines 277--277 []\OT1/cmr/bx/n/14.4 Installing \OT1/cmtt/m/n/14.4 ejabberd \OT1/cmr/bx/n/14.4 with Op-er-at-ing Sys-tem Spe-cific Pack- [14] Overfull \hbox (219.49384pt too wide) in paragraph at lines 332--334 \OT1/cmr/m/n/10 Released ver-sions of \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 are avail-able in the Pro-ces-sOne \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 d own-loads page: [][]\OT1/cmtt/m/n/10 http://www.process-one.net/en/ejabberd/dow nloads[][] [15] [16] Overfull \hbox (0.16103pt too wide) in paragraph at lines 443--446 \OT1/cmr/m/n/10 you pro-vided the con-fig-ure op-tion \OT1/cmtt/m/n/10 --enable -user=USER \OT1/cmr/m/n/10 (see [][]2.4.3[][]), you can ex-e-cute \OT1/cmtt/m/n /10 ejabberdctl [17] [18] Overfull \hbox (124.34706pt too wide) in paragraph at lines 555--556 []\OT1/cmr/m/n/10 Make sure the you can ac-cess Er-lang bi-na-ries from your pa th. For ex-am-ple: []\OT1/cmtt/m/n/10 set PATH=%PATH%;"C:\sdk\erl5.6.5\bin" [19] [20] Chapter 3. [21] Overfull \hbox (6.96812pt too wide) in paragraph at lines 678--681 []\OT1/cmr/m/n/10 Domain \OT1/cmtt/m/n/10 example.net \OT1/cmr/m/n/10 is us-ing the in-ter-nal au-then-ti-ca-tion method while do-main \OT1/cmtt/m/n/10 exampl e.com Overfull \hbox (68.74232pt too wide) in paragraph at lines 696--696 [] \OT1/cmtt/m/n/10 {odbc_server, "DSN=ejabberd;U ID=ejabberd;PWD=ejabberd"}]}.[] [22] [23] Overfull \hbox (80.02084pt too wide) in paragraph at lines 796--797 [][]\OT1/cmtt/m/n/10 {16#fdca, 16#8ab6, 16#a243, 16#75ef, 0, 0, 0, 1} \OT1/cmr/ m/n/10 is the IPv6 ad-dress []\OT1/cmtt/m/n/10 FDCA:8AB6:A243:75EF::1/128 [24] Overfull \hbox (57.92093pt too wide) in paragraph at lines 809--814 \OT1/cmr/m/n/10 Options: \OT1/cmtt/m/n/10 access\OT1/cmr/m/n/10 , \OT1/cmtt/m/n /10 certfile\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]fsm[]queue\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 max[]stanza[]size\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 shaper\OT 1/cmr/m/n/10 , \OT1/cmtt/m/n/10 starttls\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 star ttls[]required\OT1/cmr/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 827--830 [25] [26] LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 925. [27] Overfull \hbox (1.72263pt too wide) in paragraph at lines 976--981 []\OT1/cmr/m/n/10 This op-tion de-fines if s2s [28] [29] Overfull \hbox (22.74248pt too wide) in paragraph at lines 1070--1070 [] \OT1/cmtt/m/n/10 tls, {certfile, "/et c/ejabberd/server.pem"},[] Overfull \hbox (11.27242pt too wide) in paragraph at lines 1102--1106 []\OT1/cmr/m/n/10 The MSN trans-port[][][][][] \OT1/cmtt/m/n/10 msn.example.org \OT1/cmr/m/n/10 is con-nected to port 5235 with pass-word `\OT1/cmtt/m/n/10 ms nsecret\OT1/cmr/m/n/10 '. [30] [31] Overfull \hbox (12.24257pt too wide) in paragraph at lines 1201--1201 [] \OT1/cmtt/m/n/10 /var/spool/jabber[] [32] [33] [34] [35] [36] Overfull \hbox (36.52547pt too wide) in paragraph at lines 1449--1451 []\OT1/cmr/m/n/10 If you use \OT1/cmtt/m/n/10 pam[]winbind \OT1/cmr/m/n/10 to a u-tho-rise against a Win-dows Ac-tive Di-rec-tory, then \OT1/cmtt/m/n/10 /etc/n sswitch.conf [37] Overfull \hbox (15.03905pt too wide) in paragraph at lines 1489--1490 []\OT1/cmr/m/n/10 Matches any mem-ber of a Shared Ros-ter Group with name \OT1/ cmtt/m/n/10 Groupname Overfull \hbox (31.32991pt too wide) in paragraph at lines 1518--1521 []\OT1/cmr/m/n/10 Matches any user with a name that matches \OT1/cmtt/m/n/10 Us erRegexp [38] [39] [40] [41] [42] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1789--1789 []\OT1/cmtt/m/n/10 {include_config_file, "./example.org/additional_not_listen.c fg", [{disallow, [listen]}]}.[] [43] Overfull \hbox (48.99225pt too wide) in paragraph at lines 1797--1797 []\OT1/cmtt/m/n/10 {include_config_file, "/etc/ejabberd/acl_and_access.cfg", [{ allow_only, [acl, access]}]}.[] [44] Overfull \hbox (3.91129pt too wide) in paragraph at lines 1863--1864 \OT1/cmr/m/n/10 The re-sult-ing op-tion in-ter-preted by \OT1/cmtt/m/n/10 ejabb erd \OT1/cmr/m/n/10 is: \OMS/cmtt/m/n/10 f\OT1/cmtt/m/n/10 acl, admin, \OMS/cmt t/m/n/10 f\OT1/cmtt/m/n/10 user, "bob", "localhost"\OMS/cmtt/m/n/10 gg\OT1/cmr/ m/n/10 . [45] Overfull \hbox (69.99207pt too wide) in paragraph at lines 1928--1928 [] \OT1/cmtt/m/n/10 {odbc_server, {pgsql, "localhost", "database-public-exampl e-org", "ejabberd", "password"}},[] [46] [47] [48] [49] [50] [51] [52] Overfull \hbox (17.58194pt too wide) in paragraph at lines 2310--2311 []\OT1/cmr/m/n/10 Whether or not to deref-er-ence aliases. [53] Overfull \hbox (26.35638pt too wide) in paragraph at lines 2393--2400 \OT1/cmr/m/n/10 book, which con-tains users emails and their ad-di-tional in-fo s in \OT1/cmtt/m/n/10 "ou=AddressBook,dc=example,dc=org" [54] Overfull \hbox (17.49252pt too wide) in paragraph at lines 2438--2438 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] [55] [56] Overfull \hbox (92.31012pt too wide) in paragraph at lines 2569--2608 [][] [57] [58] [59] Overfull \hbox (52.9672pt too wide) in paragraph at lines 2686--2689 []\OT1/cmr/m/n/10 This ex-am-ple con-fig-ures the []echo mod-ule to pro-vide it s echo-ing ser-vice in the Jab-ber ID \OT1/cmtt/m/n/10 mirror.example.org\OT1/c mr/m/n/10 : [60] Overfull \hbox (1.3825pt too wide) in paragraph at lines 2726--2732 []\OT1/cmr/m/n/10 The mes-sage is sent to Overfull \hbox (1.99332pt too wide) in paragraph at lines 2732--2735 []\OT1/cmr/m/n/10 The mes-sage is Overfull \hbox (8.21504pt too wide) in paragraph at lines 2740--2742 []\OT1/cmr/m/n/10 The Overfull \hbox (9.0484pt too wide) in paragraph at lines 2743--2744 []\OT1/cmr/m/n/10 Any [61] Overfull \hbox (152.16069pt too wide) in paragraph at lines 2809--2810 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ser-vice D is-cov-ery (\OT1/cmtt/m/n/10 http://jabber.org/protocol/disco#items Overfull \hbox (4.6075pt too wide) in paragraph at lines 2813--2820 []\OT1/cmr/m/n/10 Specify ad-di-tional in-for-ma-tion [62] Overfull \hbox (215.74104pt too wide) in paragraph at lines 2869--2869 [] \OT1/cmtt/m/n/10 ["http://shakespeare.lit/feedback.php", "mailto:feed back@shakespeare.lit", "xmpp:feedback@shakespeare.lit"]},[] [63] [64] Overfull \hbox (42.49521pt too wide) in paragraph at lines 2933--2937 \OT1/cmr/m/n/10 With this con-fig-u-ra-tion, the mod-ule will serve the re-ques ts sent to []\OT1/cmtt/m/n/10 http://example.org:5280/http-bind/ [65] Overfull \hbox (7.62692pt too wide) in paragraph at lines 2993--2997 []\OT1/cmr/m/n/10 Specify map-pings of ex-ten-sion to con-tent type. There Overfull \hbox (22.74248pt too wide) in paragraph at lines 3017--3017 [] \OT1/cmtt/m/n/10 {"X-Fry", "It's a widely-believed fact!"}[] Overfull \hbox (38.49234pt too wide) in paragraph at lines 3038--3038 [] \OT1/cmtt/m/n/10 {["pub", "archi ve"], mod_http_fileserver},[] [66] [67] Overfull \hbox (9.16182pt too wide) in paragraph at lines 3129--3130 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Last ac-ti v-ity (\OT1/cmtt/m/n/10 jabber:iq:last\OT1/cmr/m/n/10 ) [68] [69] [70] Overfull \hbox (14.55797pt too wide) in paragraph at lines 3248--3249 []\OT1/cmr/m/n/10 Visitors can send [71] [72] [73] [74] Overfull \hbox (92.31416pt too wide) in paragraph at lines 3465--3471 \OT1/cmr/m/n/10 time zone will be GMT/UTC. Fi-nally, the top link will be []\OT 1/cmtt/m/n/10 Jabber.ru\OT1/cmr/m/n/10 . [75] Overfull \hbox (33.24239pt too wide) in paragraph at lines 3551--3551 []\OT1/cmtt/m/n/10 {access, max_user_offline_messages, [ {5000, poweruser}, {20 00, admin}, {100, all} ]}.[] [76] Overfull \hbox (12.24257pt too wide) in paragraph at lines 3594--3594 [] \OT1/cmtt/m/n/10 {mod_ping, [{send_pings, true}, {ping_interval, 240}, {ti meout_action, kill}]},[] [77] [78] Overfull \hbox (62.27176pt too wide) in paragraph at lines 3678--3679 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Pri-vate X ML Stor-age (\OT1/cmtt/m/n/10 jabber:iq:private\OT1/cmr/m/n/10 ) Overfull \hbox (0.37483pt too wide) in paragraph at lines 3692--3694 []\OT1/cmr/m/n/10 Defines Ser-vice Dis-cov-ery name of the ser-vice. De-fault i s \OT1/cmtt/m/n/10 "SOCKS5 Bytestreams"\OT1/cmr/m/n/10 . [79] [80] Overfull \hbox (16.24278pt too wide) in paragraph at lines 3811--3811 [] \OT1/cmtt/m/n/10 {mod_pubsub, [{pep_mapping, [{"http://jabber.org/protocol /tune", "tune"}]}]}[] [81] [82] Overfull \hbox (67.27281pt too wide) in paragraph at lines 3885--3886 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for In-Band Re g-is-tra-tion (\OT1/cmtt/m/n/10 jabber:iq:register\OT1/cmr/m/n/10 ) [83] Overfull \hbox (194.74123pt too wide) in paragraph at lines 3956--3956 [] \OT1/cmtt/m/n/10 {welcome_message, {"Welcome!", "Hi.\nWelcome to this Ja bber server.\n Check http://www.jabber.org\n\nBye"}},[] [84] Overfull \hbox (46.1335pt too wide) in paragraph at lines 4005--4009 []\OT1/cmr/m/n/10 For ex-am-ple, the users of the host \OT1/cmtt/m/n/10 example .org \OT1/cmr/m/n/10 can visit the page: \OT1/cmtt/m/n/10 https://example.org:5 281/register/ Overfull \hbox (52.18953pt too wide) in paragraph at lines 4019--4020 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Ros-ter Ma n-age-ment (\OT1/cmtt/m/n/10 jabber:iq:roster\OT1/cmr/m/n/10 ) [85] Overfull \hbox (18.49568pt too wide) in paragraph at lines 4062--4064 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com\OT1/cmr/m/n/10 : Overfull \hbox (15.7179pt too wide) in paragraph at lines 4072--4075 []\OT1/cmr/m/n/10 To log all end user pack-ets to the Ban-der-snatch ser-vice r un-ning on \OT1/cmtt/m/n/10 bandersnatch.example.com [86] [87] Overfull \hbox (81.71582pt too wide) in paragraph at lines 4151--4199 [][] [88] Overfull \hbox (47.74251pt too wide) in paragraph at lines 4239--4239 []\OT1/cmtt/m/n/10 (&(&([ldap_memberattr]=[ldap_memberattr_format])([ldap_grou pattr]=%g))[ldap_filter])[] Overfull \hbox (22.76404pt too wide) in paragraph at lines 4249--4255 \OT1/cmr/m/n/10 Name'') and the mem-bers of a group. See also the pa-ram-e-ters []\OT1/cmtt/m/n/10 ldap_groupattr\OT1/cmr/m/n/10 , []\OT1/cmtt/m/n/10 ldap_gro updesc [89] Overfull \hbox (0.33055pt too wide) in paragraph at lines 4314--4319 \OT1/cmr/m/n/10 tribute in the ros-ter item ob-jects needs to match the ID re-t rieved from the \OT1/cmtt/m/n/10 ldap[]memberattr [90] [91] Overfull \hbox (7.73027pt too wide) in paragraph at lines 4473--4474 [][] [92] [93 <./msrl-dit-flat.png> <./msrl-roster-flat.p ng>] Overfull \hbox (14.56981pt too wide) in paragraph at lines 4515--4516 [][] [94 <./msrl-dit-deep.png>] Overfull \hbox (135.61937pt too wide) in paragraph at lines 4570--4571 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Statis-tic s Gath-er-ing (\OT1/cmtt/m/n/10 http://jabber.org/protocol/stats\OT1/cmr/m/n/10 ) [95 <./msrl-roster-deep.png>] Overfull \hbox (7.43958pt too wide) in paragraph at lines 4606--4607 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for En-tity Ti me (\OT1/cmtt/m/n/10 jabber:iq:time\OT1/cmr/m/n/10 ) [96] [97] Overfull \hbox (26.56598pt too wide) in paragraph at lines 4686--4695 \OT1/cmtt/m/n/10 ldap[]servers\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]port\OT1 /cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]rootdn\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 l dap[]password\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]base\OT1/cmr/m/n/10 , \OT 1/cmtt/m/n/10 ldap[]uids\OT1/cmr/m/n/10 , \OT1/cmtt/m/n/10 ldap[]deref[]aliases [98] [99] Overfull \hbox (5.74287pt too wide) in paragraph at lines 4818--4818 [] \OT1/cmtt/m/n/10 %% We use the same server and port, but want to bind an onymously because[] Overfull \hbox (42.49255pt too wide) in paragraph at lines 4828--4828 [] \OT1/cmtt/m/n/10 %% We have to define empty filter here, because entries in addressbook does not[] Overfull \hbox (0.49292pt too wide) in paragraph at lines 4833--4833 [] \OT1/cmtt/m/n/10 [{"NICKNAME", "%u", []}, % just use user's part of JID as his nickname[] [100] [101] Overfull \hbox (42.60611pt too wide) in paragraph at lines 4925--4926 []\OT1/cmr/m/n/10 This spec-i-fies the pro-cess-ing dis-ci-pline for Soft-ware Ver-sion (\OT1/cmtt/m/n/10 jabber:iq:version\OT1/cmr/m/n/10 ) [102] Chapter 4. Overfull \hbox (12.43983pt too wide) in paragraph at lines 4933--4938 \OT1/cmr/m/n/10 With the \OT1/cmtt/m/n/10 ejabberdctl \OT1/cmr/m/n/10 com-mand line ad-min-is-tra-tion script you can ex-e-cute \OT1/cmtt/m/n/10 ejabberdctl c ommands [103] Overfull \hbox (10.27232pt too wide) in paragraph at lines 4982--4984 []\OT1/cmr/m/n/10 If ac-count \OT1/cmtt/m/n/10 robot1@example.org \OT1/cmr/m/n/ 10 is reg-is-tered in \OT1/cmtt/m/n/10 ejabberd \OT1/cmr/m/n/10 with pass-word \OT1/cmtt/m/n/10 abcdef \OT1/cmr/m/n/10 and \OT1/cmtt/m/n/10 ejabberd.cfg Overfull \hbox (6.99261pt too wide) in paragraph at lines 4988--4988 []\OT1/cmtt/m/n/10 {ejabberdctl_access_commands, [ {ctlaccess, [registered_user s, register], []} ]}.[] [104] Overfull \hbox (11.92381pt too wide) in paragraph at lines 5054--5055 []\OT1/cmr/m/n/10 Define the first and last ports Overfull \hbox (15.58148pt too wide) in paragraph at lines 5071--5074 []\OT1/cmr/m/n/10 Path to the Er-lang/OTP [105] Overfull \hbox (12.24257pt too wide) in paragraph at lines 5112--5112 []\OT1/cmtt/m/n/10 Usage: ejabberdctl [--node nodename] [--auth user host passw ord] command [options][] [106] [107] [108] Overfull \hbox (10.99283pt too wide) in paragraph at lines 5271--5271 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, admin, {user, "admin", "example.com"}}]}.[] Overfull \hbox (37.2426pt too wide) in paragraph at lines 5272--5272 []\OT1/cmtt/m/n/10 {host_config, "example.com", [{acl, viewers, {user, "review er", "example.com"}}]}.[] [109 <./webadmmain.png (PNG copy)>] Overfull \hbox (58.24242pt too wide) in paragraph at lines 5302--5302 [] \OT1/cmtt/m/n/10 tls, {certfile, " /usr/local/etc/server.pem"}[] Overfull \hbox (29.45824pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 must be in-stalled in the sys-tem. The file is searched by de-f ault in \OT1/cmtt/m/n/10 "/share/doc/ejabberd/guide.html"\OT1/cmr/m/n/10 . Overfull \hbox (13.77838pt too wide) in paragraph at lines 5309--5318 \OT1/cmr/m/n/10 The di-rec-tory of the doc-u-men-ta-tion can be spec-i-fied in the en-vi-ron-ment vari-able \OT1/cmtt/m/n/10 EJABBERD[]DOC[]PATH\OT1/cmr/m/n/1 0 . [110] [111] [112] Chapter 5. Overfull \hbox (37.8304pt too wide) in paragraph at lines 5426--5435 [][] [113] [114] Overfull \hbox (2.1041pt too wide) in paragraph at lines 5531--5535 []\OT1/cmr/m/n/10 Contains IP ad-dresses of clients. [115] [116] Chapter 6. [117] [118] [119] [120] Chapter 7. [121] [122] [123] [124] Appendix A. Overfull \hbox (8.8473pt too wide) in paragraph at lines 5828--5834 \OT1/cmtt/m/n/10 ejabberd\OT1/cmr/m/n/10 . To per-form those man-age-ment tasks , in the \OT1/cmtt/m/n/10 src/ \OT1/cmr/m/n/10 di-rec-tory ex-e-cute \OT1/cmtt/ m/n/10 make translations\OT1/cmr/m/n/10 . [125] [126 <./discorus.png (PNG copy)> <./webadmmainru.png (PNG copy)>] Appendix B. [127] [128] Appendix C. [129] [130] Appendix D. (./guide.ind [131] [132] Overfull \hbox (1.64586pt too wide) in paragraph at lines 188--189 []| \OT1/cmr/m/n/10 do-main[]balancing[]component[]number, [][]120[][] [133] Overfull \hbox (5.5668pt too wide) in paragraph at lines 305--306 []| \OT1/cmr/m/n/10 RFC 5122: In-ter-na-tion-al-ized Re-source Iden- Overfull \hbox (11.67897pt too wide) in paragraph at lines 305--306 \OT1/cmr/m/n/10 ti-fiers (IRIs) and Uni-form Re-source Iden- Overfull \hbox (4.0957pt too wide) in paragraph at lines 305--306 \OT1/cmr/m/n/10 sag-ing and Pres-ence Pro-to-col (XMPP), [134] [135]) (./guide.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information)pdfTeX warning (dest): name {Hfootnote.93} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.92} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.91} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.90} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.89} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.88} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.87} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.86} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.85} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.84} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.83} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.82} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.81} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.79} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.78} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.77} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.76} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.75} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.74} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.73} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.72} has been referenced but does not exis t, replaced by a fixed one pdfTeX warning (dest): name{Hfootnote.71} has been referenced but does not exis t, replaced by a fixed one < /usr/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb> Output written on guide.pdf (135 pages, 961662 bytes). Transcript written on guide.log. pdflatex features.tex This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./features.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, turkish, ukenglish, ukrainian, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2005/09/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size10.clo)) (/usr/share/texmf/tex/latex/graphics/epsfig.sty (/usr/share/texmf/tex/latex/graphics/graphicx.sty (/usr/share/texmf/tex/latex/graphics/keyval.sty) (/usr/share/texmf/tex/latex/graphics/graphics.sty (/usr/share/texmf/tex/latex/graphics/trig.sty) (/usr/share/texmf/tex/latex/config/graphics.cfg) (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def)))) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texmf/tex/latex/hevea/hevea.sty (/usr/share/texmf/tex/latex/comment/comment.sty Excluding comment 'comment') Excluding comment 'rawhtml' Excluding comment 'htmlonly') (/usr/share/texmf/tex/latex/hyperref/hyperref.sty (/usr/share/texmf/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf/tex/latex/config/hyperref.cfg) (/usr/share/texmf/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf/tex/latex/hyperref/puenc.def) Implicit mode ON; LaTeX internals redefined (/usr/share/texmf/tex/latex/ltxmisc/url.sty)) *hyperref using driver hpdftex* (/usr/share/texmf/tex/latex/hyperref/hpdftex.def) (/usr/share/texmf/tex/latex/tools/verbatim.sty) (/usr/share/texmf/tex/latex/graphics/color.sty (/usr/share/texmf/tex/latex/config/color.cfg)) \@input{version.aux} (./version.tex) No file features.aux. (/usr/share/texmf/tex/latex/hyperref/nameref.sty (/usr/share/texmf/tex/latex/oberdiek/refcount.sty)) Overfull \hbox (46.35945pt too wide) in paragraph at lines 98--99 [] [1{/usr/share/texmf/fonts/map/pdftex/updmap/pdftex.map} <./logo.png (PNG copy)> ] (./introduction.tex [2 <./yozhikheader.png>] (/usr/share/texmf/tex/latex/base/omscmr.fd) [3] Overfull \hbox (5.52032pt too wide) in paragraph at lines 91--91 [][]\OT1/cmr/m/it/10 ejabberd is mak-ing in-roads to solv-ing the "buggy in-com -plete server" Overfull \hbox (4.06776pt too wide) in paragraph at lines 91--91 \OT1/cmr/m/it/10 prob-lem --- Justin Kar-neges, Founder of the Psi and the Delt a projects[] Overfull \hbox (5.20679pt too wide) in paragraph at lines 129--130 []\OT1/cmr/m/n/10 Support for web clients: HTTP Polling[][][][][] and HTTP Bind -ing (BOSH)[][][][][] [4]) [5] (./features.aux) LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on features.pdf (5 pages, 305804 bytes). Transcript written on features.log. ~/build/BUILD/ejabberd-2.1.13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DqFgzm + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 + cd ejabberd-2.1.13 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 + pushd src ~/build/BUILD/ejabberd-2.1.13/src ~/build/BUILD/ejabberd-2.1.13 + make install DESTDIR=/builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 /usr/bin/erlc -W -DSSL40 -pa . -DHAVE_MD2 XmppAddr.erl making all in mod_irc make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_irc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_irc' making all in mod_pubsub make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_pubsub' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_pubsub' making all in mod_muc make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_muc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_muc' making all in mod_proxy65 make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_proxy65' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/mod_proxy65' making all in eldap make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/eldap' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/eldap' making all in pam make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/pam' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/pam' making all in web make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/web' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/web' making all in stringprep make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stringprep' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stringprep' making all in stun make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stun' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/stun' making all in tls make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/tls' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/tls' making all in odbc make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/odbc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/odbc' making all in ejabberd_zlib make[1]: Entering directory `/builddir/build/BUILD/ejabberd-2.1.13/src/ejabberd_zlib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ejabberd-2.1.13/src/ejabberd_zlib' # # Configuration files install -d -m 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd [ -f /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberd.cfg ] \ && install -b -m 640 ejabberd.cfg.example /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberd.cfg-new \ || install -b -m 640 ejabberd.cfg.example /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberd.cfg sed -e "s*@rootdir@*/usr*" \ -e "s*@installuser@**" \ -e "s*@LIBDIR@*/usr/lib64*" \ -e "s*@SYSCONFDIR@*/etc*" \ -e "s*@LOCALSTATEDIR@*/var*" \ -e "s*@DOCDIR@*/usr/share/doc/ejabberd*" \ -e "s*@erl@*/usr/bin/erl*" ejabberdctl.template \ > ejabberdctl.example [ -f /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberdctl.cfg ] \ && install -b -m 640 ejabberdctl.cfg.example /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberdctl.cfg-new \ || install -b -m 640 ejabberdctl.cfg.example /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberdctl.cfg install -b -m 644 inetrc /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/inetrc # # Administration script [ -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin ] || install -d -m 755 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin install -m 550 ejabberdctl.example /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin/ejabberdctl # # Init script sed -e "s*@ctlscriptpath@*/builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin*" \ -e "s*@installuser@*root*" ejabberd.init.template \ > ejabberd.init chmod 755 ejabberd.init # # Binary Erlang files install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/ebin install -m 644 *.app /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/ebin install -m 644 *.beam /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/ebin rm -f /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/ebin/configure.beam # # ejabberd header files install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include install -m 644 *.hrl /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/eldap/ install -m 644 eldap/*.hrl /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/eldap/ install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/mod_muc/ install -m 644 mod_muc/*.hrl /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/mod_muc/ install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/mod_proxy65/ install -m 644 mod_proxy65/*.hrl /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/mod_proxy65/ install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/mod_pubsub/ install -m 644 mod_pubsub/*.hrl /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/mod_pubsub/ install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/web/ install -m 644 web/*.hrl /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/include/web/ # # Binary C programs install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/bin install -m 750 ../tools/captcha.sh /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/bin install -m 750 epam /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/bin # # Binary system libraries install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib install -m 644 *.so /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib # # Translated strings install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/msgs install -m 644 msgs/*.msg /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/msgs # # Spool directory install -d -m 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd echo -R /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd >/dev/null chmod -R 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd [ ! -f /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd/.erlang.cookie ] || { echo /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd/.erlang.cookie >/dev/null ; chmod 400 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd/.erlang.cookie ; } # # ejabberdctl lock directory install -d -m 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lock/ejabberdctl echo -R /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lock/ejabberdctl >/dev/null chmod -R 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lock/ejabberdctl # # Log directory install -d -m 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/log/ejabberd echo -R /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/log/ejabberd >/dev/null chmod -R 750 /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/log/ejabberd # # Documentation install -d /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd install -m 644 ../doc/dev.html /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd install -m 644 ../doc/guide.html /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd install -m 644 ../doc/*.png /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd install -m 644 ../doc/*.txt /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd [ -f ../doc/guide.pdf ] \ && install -m 644 ../doc/guide.pdf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd \ || echo "No ../doc/guide.pdf was built" install -m 644 ../COPYING /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd + popd ~/build/BUILD/ejabberd-2.1.13 + chmod a+x /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/ejabberd_zlib_drv.so /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/expat_erl.so /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/iconv_erl.so /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/sha_drv.so /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/stringprep_drv.so /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/tls_drv.so + /usr/bin/perl -pi -e 's!./ssl.pem!/etc/ejabberd/ejabberd.pem!g' /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/ejabberd/ejabberd.cfg + mkdir -p /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/log/ejabberd + mkdir -p /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/var/lib/ejabberd/spool + mkdir -p /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/bin + ln -s consolehelper /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/bin/ejabberdctl + install -D -p -m 0644 /builddir/build/SOURCES/ejabberdctl.pam /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/pam.d/ejabberdctl + install -D -p -m 0644 /builddir/build/SOURCES/ejabberdctl.apps /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/security/console.apps/ejabberdctl + install -D -p -m 0644 /builddir/build/SOURCES/ejabberd.pam /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/pam.d/ejabberd + install -D -p -m 0755 /builddir/build/SOURCES/ejabberd.init /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/rc.d/init.d/ejabberd + install -D -p -m 0644 /builddir/build/SOURCES/ejabberd.logrotate /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/logrotate.d/ejabberd + install -D -p -m 0644 /builddir/build/SOURCES/ejabberd.sysconfig /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/sysconfig/ejabberd + /usr/bin/perl -pi -e 's!\@libdir\@!/usr/lib64!g' /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/rc.d/init.d/ejabberd /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/logrotate.d/ejabberd /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin/ejabberdctl + /usr/bin/perl -pi -e 's!\@version\@!2.1.13!g' /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/rc.d/init.d/ejabberd /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/etc/logrotate.d/ejabberd /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin/ejabberdctl + /usr/bin/perl -pi -e 's!MAINDIR=!MAINDIR=/usr/lib64/ejabberd!g' /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/sbin/ejabberdctl + rm -rf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/ejabberd-2.1.13 extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/sha_drv.so extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/ejabberd_zlib_drv.so extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/stringprep_drv.so extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/tls_drv.so extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/expat_erl.so extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/lib/iconv_erl.so extracting debug info from /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/lib64/ejabberd/priv/bin/epam 684 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ejabberd-2.1.13-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oxR3TH + umask 022 + cd /builddir/build/BUILD + cd ejabberd-2.1.13 + DOCDIR=/builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-2.1.13 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-2.1.13 + /bin/mkdir -p /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-2.1.13 + cp -pr COPYING src/odbc/mysql.sql src/odbc/pg.sql tools/captcha.sh /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-2.1.13 + exit 0 warning: File listed twice: /usr/lib64/ejabberd/priv/bin/epam Provides: config(ejabberd) = 2.1.13-1.ru6 ejabberd_zlib_drv.so()(64bit) expat_erl.so()(64bit) iconv_erl.so()(64bit) sha_drv.so()(64bit) stringprep_drv.so()(64bit) tls_drv.so()(64bit) Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh fedora-usermgmt Requires(post): /bin/sh /sbin/chkconfig /usr/bin/openssl Requires(preun): /bin/sh /sbin/chkconfig /sbin/service Requires(postun): /bin/sh /sbin/service Requires: /bin/bash /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(OPENSSL_1.0.1)(64bit) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) libexpat.so.1()(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.10()(64bit) libssl.so.10(libssl.so.10)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: ejabberd-doc-2.1.13-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W0s0N5 + umask 022 + cd /builddir/build/BUILD + cd ejabberd-2.1.13 + DOCDIR=/builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-doc-2.1.13 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-doc-2.1.13 + /bin/mkdir -p /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-doc-2.1.13 + cp -pr COPYING doc/release_notes_0.9.1.txt doc/release_notes_0.9.8.txt doc/release_notes_0.9.txt doc/release_notes_1.0.0.txt doc/release_notes_1.1.0.txt doc/release_notes_1.1.1.txt doc/release_notes_1.1.2.txt doc/release_notes_1.1.3.txt doc/release_notes_1.1.4.txt doc/release_notes_2.0.0.txt doc/release_notes_2.0.1.txt doc/release_notes_2.0.2.txt doc/release_notes_2.0.3.txt doc/release_notes_2.0.4.txt doc/release_notes_2.0.5.txt doc/release_notes_2.1.0.txt doc/release_notes_2.1.1.txt doc/release_notes_2.1.10.txt doc/release_notes_2.1.11.txt doc/release_notes_2.1.12.txt doc/release_notes_2.1.13.txt doc/release_notes_2.1.2.txt doc/release_notes_2.1.3.txt doc/release_notes_2.1.4.txt doc/release_notes_2.1.5.txt doc/release_notes_2.1.6.txt doc/release_notes_2.1.7.txt doc/release_notes_2.1.8.txt doc/release_notes_2.1.9.txt doc/features.pdf doc/guide.pdf doc/dev.html doc/features.html doc/guide.html doc/discorus.png doc/logo.png doc/msrl-dit-deep.png doc/msrl-dit-flat.png doc/msrl-roster-deep.png doc/msrl-roster-flat.png doc/webadmmain.png doc/webadmmainru.png doc/yozhikheader.png /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64/usr/share/doc/ejabberd-doc-2.1.13 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ejabberd-debuginfo-2.1.13-1.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/ejabberd-2.1.13-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/ejabberd-doc-2.1.13-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/ejabberd-debuginfo-2.1.13-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.patvWQ + umask 022 + cd /builddir/build/BUILD + cd ejabberd-2.1.13 + rm -rf /builddir/build/BUILDROOT/ejabberd-2.1.13-1.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->