Open jrtberlin opened 3 years ago
Cannot confirm. After a debugging session with @jrtberlin this look like this issue happens, if the server.jid and any client.jid have no added themselves to their contact list.
As the server accepts any subscription request automatically, adding the server via gui is not a problem. The reverse in the server-cli however is not true.
The invite command should likely first add any previously unknown contacts.
Looking at the log file there seems to be configuration errors on the server side. The MUC channel is missing for some reason and so there will not be any session chat. The next strange issue is that there is no transport method defined.
@Drakulix @jrtberlin Would you like to see this implemented as another command or do you want it to work with the default invite command?
I was trying to get started with contribution and thought this is an easy task. I could send a pull request just tell me which way you preferr
@Drakulix @jrtberlin Would you like to see this implemented as another command or do you want it to work with the default invite command?
I was trying to get started with contribution and thought this is an easy task. I could send a pull request just tell me which way you preferr
Hey thanks for reaching out. I would personally prefer this to be integrated into the existing invite command. In my opinion this is what the user expects, when they invite a new contact.
Describe the bug
When Alice and Bob join Dave's Server, Alice and Bob can not chat, share projects or files with each other.
To Reproduce
Steps to reproduce the behavior:
./gradlew cleanAll sarosServer
java -Dsaros.server.interactive=yes -Dsaros.server.jid=dave@examplexmppserver.de -Dsaros.server.password=passwd -jar saros.server.jar
invite alice@examplexmppserver.de
&invite bob@examplexmppserver.de
Expected behavior Alice and Bob can chat and collaborate on code.
Log files
<workspace>/.metadata/.log
There are none<workspace>/.metadata/.plugins/saros.eclipse/log/<date>/*.log
Saros_2021-02-12_17-03-51.log
Environment (please complete the following information):