HI
i recently installed ejabberd and it works fine, my users can login via 5222 and i can create users and thinks like that...
i wanted to use jwchat just for try but when i get to the point about check the http-poll on
Error de lectura XML: no se encuentra elemento
Ubicación:
Número de línea 1, columna 1:
translate would be like error at read XML: cannot find element
locate: ...........
line number 1
and if i go to
its seems to work fine it shows me like this
Ejabberd mod_http_bind v1.2
An implementation of XMPP over BOSH (XEP-0206)
and i dont know how and where to check out about that error or any file !
please some help will help me a lot :)... i have 2 days on this :(
Tutorial to try
You can try the tutorial:Install JWChat with ejabberd's HTTP-Bind and file server
well ive already saw that
well ive already saw that manual and the problem is the same... :s
what else should i do? im kinda stuck and it feels weird !!
please some help
here is my config
on httpd.conf
ServerName umr.com.co
DocumentRoot /var/www/html
Options +Indexes +MultiViews
AddDefaultCharset UTF-8http://127.0.0.1:5280/http-poll/ [P]
RewriteEngine on
RewriteRule http-poll/
and i did a .htaccess on /var/www/html/jwchat
RewriteEngine Onhttp://127.0.0.1:5280/http-poll/ [P]
RewriteRule http-poll/
thats all i did !! :(
that should be /http-poll/ not http-poll/
you're missing a forward-slash
i did that and the problems goes on
HI
here is what i did,
RewriteEngine Onhttp://127.0.0.1:5280/http-poll/ [P]
RewriteRule /http-poll/
and still the same error:(