Dele Olajide

Results 24 issues of Dele Olajide

Code to perform this task is missing from Jicofo. Looking at [org/jitsi/impl/protocol/xmpp/ChatRoomImpl.java](https://github.com/jitsi/jicofo/blob/master/src/main/java/org/jitsi/impl/protocol/xmpp/ChatRoomImpl.java#L183-L187) ```` @Override public void join(byte[] password) throws OperationFailedException { join(); } ```` In ofmeet version 0.3.x, I hacked...

Port code from Lua to Java See https://github.com/jitsi/jitsi-meet/blob/68eb0795eb6a87189e27001d2e95c701536dac3f/resources/prosody-plugins/mod_polls.lua

Provide a local meeting calendar using the fullcalendar.js UI. When user clicks on calendar item, open the meeting URL Add date and time to the Contact Invitation dialog screen. When...

As the OPENFIRE_HOME/resources/spank folder is a shared asset/resource, ofchat should not create folders there, but create a sub-folder OPENFIRE_HOME/ofchat instead and associated to the generic apps web service.