Enno G.

Results 399 comments of Enno G.

jitsi-jiofo.conf ``` JICOFO_HOST=localhost # sets the XMPP domain (default: none) JICOFO_HOSTNAME=meet2.opensuse.org # sets the secret used to authenticate as an XMPP component JICOFO_SECRET=YOURSECRET3 # sets the port to use for...

jicofo `sip-communicator.properties` ``` org.jitsi.jicofo.BRIDGE_MUC=JvbBrewery@internal.auth.meet2.opensuse.org org.jitsi.jicofo.SHORT_ID=55555 # workaround for certificate errors org.jitsi.jicofo.ALWAYS_TRUST_MODE_ENABLED=true org.jitsi.jicofo.jibri.BREWERY=JibriBrewery@internal.auth.meet2.opensuse.org org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90 ```

`jibri.conf` ``` jibri { // A unique identifier for this Jibri // TODO: eventually this will be required with no default id = "8ece92a3-1736-4f03-8e75-d82897af849e" // Whether or not Jibri should...

Passwords obscured obviously

Rest is copy paste from you guys.

I am one of the four colleagues @nodeg mentioned. If you look at their jitpack.io repo you will see that the current version is `v0.2.0` so I guess that if...

Since in your `pom.xml` you have jitpack enabled we won't find it if maven decides to go to jitpack instead of maven central.

Here is an explanation why we are not able to resolve this: https://developer.jboss.org/message/576851

So to summarize. Either fix the version or accept this PR to fix the groupId

Things are getting weird... I just found out that on jitpack apparently there now is a version `0.2.0`. This was definitely not there the last time I checked. https://jitpack.io/com/github/tinder/statemachine/0.2.0/ When...