Questions tagged as 'ejabberd'

0
answers

Bosh connection stream does not continue, with Strophe and Ejabberd

var Iniciar = { user: '[email protected]', pass: 'user1', conexion: null,... } $(document).ready(function () { Iniciar.log('Iniciando conexion'); $(document).trigger('conectar'); }); $(document).bind('conectar', function (...
asked by 21.08.2018 / 20:00
1
answer

Node.js + node-xmpp.js + mongoseIM

I have a structural dilemma for my application. Currently I have an application consuming an API Rest made with Node and MongoDB. And I want to add the chat functionality. I was reading and I think the best option is to use the XMPP protocol for...
asked by 12.04.2017 / 23:05
0
answers

XMLHttpRequest return POST and OPTIONS requests

I want to do requests XMLHttpRequest post and options the url = service is a reverse proxy and this is where you send xml requests with the server I have the following configuration but I can not find how to solve this problem. I would appreciat...
asked by 28.08.2018 / 18:51
0
answers

xmpp http-bind, server restart?

Every time the client wants to enter the server, I have to restart the server, this is in a local network. log > SENT X <body rid='1504425261' xmlns='http://jabber.org/protocol/httpbind' to='im.rtedesw29.com' xml:l...
asked by 09.08.2018 / 18:17
0
answers

How do I configure the ejabberd server to access the bosh module in a lan network?

http://localhost:5280/bosh access normally   http://server.com5280/bosh What should I configure to access in this way? I have configured the ejabberd.yml as follows: port: 5280 ip: "::" module: ejabberd_http request_handlers:...
asked by 14.06.2018 / 19:02
0
answers

How can I operate Strophe.Status.REGISTERED

I am using ejabberd 18.03 in windows server 2008 I have the following code: var connection = null; var server_dominio = 'server'; var BOSH_SERVICE = '/xmpp-httpbind'; $(document).ready(function () { connection = new Strophe.Connection(BO...
asked by 24.05.2018 / 18:19
1
answer

Error with client strophejs

Ejabberd.yml version 18.03 Port: port: 5280 ip: "::" module: ejabberd_http request_handlers: "/ws": ejabberd_http_ws "/bosh": mod_bosh "/oauth": ejabberd_oauth "/api": mod_http_api ## "/pub/archive": mod_http_fileserver web_admin:...
asked by 27.04.2018 / 20:30
1
answer

Skip firewall with XMPP Http-Bind

Hi, I know that you can do an XMPP with ports 80 or 443 for this, there are services such as jwchat, and through a web, the configuration is used to use port 80. I need documentation or someone who knows about it. Thank you     
asked by 10.10.2016 / 13:17