Paweł Domas

Results 16 issues of Paweł Domas

Stanza will rejoin rooms after auto reconnect, but it forgets what presence was used. This commit introduces RoomState where the initial presence is stored.

When we have conference in progress and new participant joins the room Jicofo allocates Colibri channels and tries to establish Jingle session with new peer. In case of allocation failure...

If the Participant has JingleSession instance set it means that the 'session-accept' was received and processed already. Initialize 'reInvite' field early to avoid inconsistencies and confusing log messages about the...

2015-08-25 14:00:48.331 SEVERE: [25] org.jitsi.jicofo.ChatRoomRoleAndPresence.verifyFocusRole().299 Focus must be an owner! 2015-08-25 14:00:48.339 INFO: [43] org.jitsi.jicofo.FocusManager.createConference().312 Exception while trying to start the conference net.java.sip.communicator.service.protocol.OperationFailedException: Failed to join the room at org.jitsi.impl.protocol.xmpp.ChatRoomImpl.joinAs(ChatRoomImpl.java:235)...

This is two extra commits added on top of https://github.com/jitsi/jigasi/pull/218 but it's a big change and not sure if desired.

There is no way to make Jigasi connect to anonymous domain in case our main domain requires authentication like described [here](https://github.com/jitsi/jicofo#secure-domain). If we configure JVB_HOSTNAME to guest.jitsi-meet.example.com then component connection...

Jigasi quits the conference when user with owner permissions leaves the room. We should reconsider this behaviour and make it leave only when call initiator leaves or Jicofo's user leaves(or...

## Description When Octo is disabled and JVB gets unresponsive or the XMPP connection is broken (we've seen this when near out of memory and struggling on garbage collector), any...

Currently when remote video is removed it freezes, but is not removed from GL surface completely. Calling dispose() method on renderer or stream will crash the app. It seems that...