heyy i am having problems woth my ejabberd. when i paste this is
{{5347, "127.0.0.1"}, ejabberd_service, [
{access, all},
{host, "icq.example.com", [{password, "secret"}]}
]}
i edit it.
and it show errors. this is what it looks like when i paste it in }
[CODE]%%% ===============
%%% LISTENING PORTS
%%
%% listen: Which ports will ejabberd listen, which service handles it
%% and what options to start it with.
%%
{listen,
[
{{5347, "127.0.0.1"}, ejabberd_service, [
{access, all},
{host, "icq.example.com", [{password, "secret"}]}
]},
{5222, ejabberd_c2s, [
{certfile, "C:\\Program Files\\ejabberd-2\\conf\\server.pem"}, starttls,
{access, c2s},
{shaper, c2s_shaper},
{max_stanza_size, 65536}
]},
%%
%% To enable the old SSL connection method in port 5223:
%%
%%{5223, ejabberd_c2s, [
%% {certfile, "C:\\Program Files\\ejabberd-2\\conf\\server.pem"}, tls,
%% {access, c2s},
%% {shaper, c2s_shaper},
%% {max_stanza_size, 65536}
%% ]},
{5269, ejabberd_s2s_in, [
{shaper, s2s_shaper},
{max_stanza_size, 131072}
]},
%%
%% ejabberd_service: Interact with external components (transports...)
%%
%%{8888, ejabberd_service, [
%% {access, all},
%% {shaper_rule, fast},
%% {ip, {127, 0, 0, 1}},
%% {hosts, ["icq.example.org", "sms.example.org"],
%% [{password, "secret"}]
%% }
%% ]},
{5280, ejabberd_http, [
%%{request_handlers, [
%% {["web"], mod_http_fileserver}
%%]},
captcha,
http_bind,
http_poll,
web_admin
]}
]}.
[/CODE]
Yoru configuration looks
Yoru configuration looks correct. What error does it show?
badlop wrote: Yoru
Yoru configuration looks correct. What error does it show?
it does not work :(
Data/spectrum/icq.localhost\p
Data/spectrum/icq.localhost\prefs.xml
[01/22/12 02:39:38] Finished reading C:\Documents and Settings\Marcus\Ap
plication Data/spectrum/icq.localhost\prefs.xml
[01/22/12 02:39:38] <?xml version='1.0' ?>
[01/22/12 02:39:38]
[01/22/12 02:39:38] 73b4ff4aa79eee4510db457b32650762b575e28
6
[01/22/12 02:39:38] Invalid Handshake
[01/22/12 02:39:38]
[01/22/12 02:39:38] Disconnected from Jabber server !
[01/22/12 02:39:38] Reason: Stream error
[01/22/12 02:39:38] Stream error: Not Authorized
[01/22/12 02:39:38] Auth error: Error undefined
[01/22/12 02:39:43] Writing file prefs.xml to directory C:\Documents and
Settings\Marcus\Application Data/spectrum/icq.localhost
[01/22/12 02:39:43] Writing file C:\Documents and Settings\Marcus\Applica
tion Data/spectrum/icq.localhost\prefs.xml
"here is the problem"