Wojtek

Results 362 comments of Wojtek

As you see in the error received in the server: ``` Ups, what just happened? Stream open. Hey, this is a Bosh connection manager. c2s and s2s are not supported...

> I am now getting error that "You require encryption, but it is not available on this server." while it worked for 5222. Encryption for regular socket (5222) and BOSH...

By default Tigase web client uses `wss://` which stands for encrypted WebSocket connection. If you put the same URL (`http://…:5280`) as the URL then such endpoint will be used (unencrypted)....

> I have identified XMPP over BOSH on Tigase fits the requirement (no plain XMPP, websocket) Out of curiosity - why not WebSocket? > Tigase document does not have much...

It can be either apache or nginx. I don't have configuration handy but it's rather strightforward. Take a look at https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension#configuring-apache-to-proxy-connections and the last example: ```xml SSLEngine On # Set...

Please try pointing Pidgin directly to https://127.0.0.1:5281/http-bind/ - it should work directly. Alternatively With Apache you could Proxy port 443 with ProxyPass to http in Tigase, i.e.: ```xml SSLEngine On...

Which pidgin versin do you use? It's definitely doing something odd - first it asks for `jabber:iq:auth` form (even without waiting for stream features): ``` (00:33:54) jabber: Sending (ssl) (mongo_test1@desktop-uccc5rr):...

We don't have immediate plan of adding support for 0430/Inbox, but as explained in recent issue https://github.com/tigase/tigase-server/issues/26 you can use [XEP-0013: Flexible Offline Message Retrieval](https://xmpp.org/extensions/xep-0013.html) (which is in a way...

> In this case, as I understand we need to somehow store information about unreaded message by ourselve, correct ? For the moment - yes. But considering that Tigase XMPP...

@kaisersoze187 - could you try to specify more or less when it stopped working? The more exact the date the better.