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...
I have a purchase sale app with a rest server. I want to add a chat between the buyer and seller, I saw that it can be done with Firebase or XMPP, I would prefer the first one since I will use it to send the push notification. What I did not fin...
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...
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...
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:...
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...