1. 20 May, 2015 1 commit
    • Dele Olajide's avatar
      ofmeet plugin version 0.1.8 · f261cc49
      Dele Olajide authored
      Fixed issue with room locking not working
      Added conference UI customization to Meetings Settings Admin web page
      Updated Jitsi Videobridge
      f261cc49
  2. 13 May, 2015 1 commit
    • Dele Olajide's avatar
      ofmeet plugin version 0.1.7 · 0b70bf1f
      Dele Olajide authored
      Logs openfire meeting audit events with Openfire security auditor
      Logs meeting SIP calls via SIP plugin
      Added support for audio conferencing meetings (no video)
      Updated Jitsi Videobridge
      0b70bf1f
  3. 09 May, 2015 2 commits
  4. 04 May, 2015 2 commits
    • daryl herzmann's avatar
      Merge pull request #212 from deleolajide/ofmeet-version-0.1.5 · c99af1e7
      daryl herzmann authored
      ofmeet plugin version 0.1.5
      c99af1e7
    • Dele Olajide's avatar
      ofmeet plugin version 0.1.5 · cb3b20ab
      Dele Olajide authored
      Implemented Meeting Planner and automatic invites. Requires bookmarks from the clientcontrol plugin
      Fixed error modified setLocalDescription failed with desktop share
      Prevents sending invalid presence packets, before MUC jid is defined
      Added support for web+meet: protocol handling
      Added support for iNum and eNum telephone numbers
      Updated Jitsi Videobridge
      cb3b20ab
  5. 01 May, 2015 3 commits
  6. 30 Apr, 2015 2 commits
  7. 29 Apr, 2015 1 commit
  8. 28 Apr, 2015 1 commit
  9. 26 Apr, 2015 1 commit
  10. 25 Apr, 2015 1 commit
  11. 24 Apr, 2015 1 commit
  12. 22 Apr, 2015 1 commit
    • unknown's avatar
      Updated plugin with the following features: · 58a369ea
      unknown authored
      * Made ports configurable via the admin interface
      * Made STUN test server default to google and configurable via the admin interface (previous hardcoded server was dead)
      * Made Local/Public IP logic work for a server behind a firewall (previous code was mixing local and remote IP concepts and would only work outside of a firewall)
      * Added some logging to the verify code to make it easier to find out why verification failed
      58a369ea
  13. 21 Apr, 2015 2 commits
  14. 20 Apr, 2015 3 commits
  15. 17 Apr, 2015 6 commits
  16. 10 Apr, 2015 4 commits
  17. 09 Apr, 2015 1 commit
    • Dave Cridland's avatar
      Change OF-888 fix to be based on error · 5115f9b8
      Dave Cridland authored
      OF-888 is presumed to be a recursion due to an attempt to bounce a bounce, in
      other words it's failing to handle a double-bounce.
      
      It appears to be caused when routing a stanza from a MUC fails, and for some
      reason I don't yet understand, the routing of the bounce to the originating
      MUC source also fails.
      
      The test for the double bounce is only present for the IQ case, but this fails
      in any case because it tests only for the IQ case, and uses a test which checks
      the IQ's symbolic type; this is not actually set by Packet.setError(), so does
      not trigger.
      
      Tom's fix inserted a sentinel into the original failing stanza, however a new
      stanza is created for the bounce, which will not contain the sentinel; therefore
      the fix will not protect from a recursion.
      
      Therefore this patch:
      
      1) Removes Tom's fix for OF-888.
      
      2) Tests for the message and presence error types.
      
      3) Tests for the presence of a stanza error (though this is a warning).
      
      4) Explicitly sets the stanza error type.
      5115f9b8
  18. 07 Apr, 2015 2 commits
  19. 20 Mar, 2015 5 commits