Wojtek

Results 362 comments of Wojtek

Hi, first of all, the errors are from ConversJS client (and I'm not sure they related to OMEMO -- the middle one refers to method "getDomainFromJid"). > when we send...

> when Siskin initiates the call but fail when Dino does. > Please add compatibility to receive a call from Dino to Siskin. Could you please give more details? How...

Could you share stanza exchange during the call negotiation?

You said: "service on my server" so I assumed you also own XMPP server so you could extract that from it's logs.

Don't you have detailed logs from stream negotiation (i.e. IQ stanzas that are being send between Dino and Siskin)? Btw. could you use 3x tick symbol before and after to...

From the MUC: ``` [2020-07-09 15:36:24] : Ah no mod_version does XEP-0092. [2020-07-09 15:38:10] : I suggested mod_version in another room because 0092 what I thought of when ij showed...

> " Selection does not contain a main type" Could you share complete error message (and maybe a screenshot)? Please also explain in detail how you try to run the...

Have you modified sources in any way? [XMPPServer](https://github.com/tigase/tigase-server/blob/master/src/main/java/tigase/server/XMPPServer.java#L133) class definitely have `main()` method. If your sources have it and Eclipse can't see it then please bring the issue up to...

In that case please consult with the Eclipse IDE/support channels to figure out why your IDE is not picking up `main()` method and thus is unable to run the code.

Go to `XMPPServer`, scroll to line 141: https://github.com/tigase/tigase-server/blob/e075e81cc555005f56a96643089fc97c640540c8/src/main/java/tigase/server/XMPPServer.java#L141-L141 And click on "Play" symbol to run the server: ![Captura de pantalla 2021-04-20 a las 13 08 11](https://user-images.githubusercontent.com/724413/115386273-2ce8d980-a1a7-11eb-9900-a3e94fef2048.png)