1. 29 May, 2015 8 commits
  2. 28 May, 2015 2 commits
    • Dave Cridland's avatar
      Merge pull request #219 from guusdk/OF-883 · 49a4799f
      Dave Cridland authored
      OF-883: Compensate for new half-duplex close of TCP channel in MINA
      49a4799f
    • Guus der Kinderen's avatar
      OF-883: Compensate for new half-duplex close of TCP channel in MINA · be6ee20f
      Guus der Kinderen authored
      MINA 2.0.8 introduces support for half-duplex close of TCP channels (see DIRMINA-785).
      As part of this change, IoHandlers got a new method. The default behavior of the
      IoHandlerAdapter closes the MINA session when this handler is triggered. However,
      without an Openfire-specific extension (in ConnectionHandler), this fails to close
      Openfire-maintained resources. As a result, CPUs could start to spin in NIO code,
      resulting in 100% CPU cycles.
      
      To fix this issue, ConnectionHandler now overrides the default functionality and
      triggers a normal closure of the session (both in Openfire as well as MINA context).
      
      Additionally, to prevent the CPU spin, MINA sessions need to be closed synchronously
      (as opposed to the async closure Openfire had up until now). I cannot quite explain
      the need for this change, other than a suspision of race conditions in the async
      setup.
      be6ee20f
  3. 26 May, 2015 3 commits
  4. 20 May, 2015 2 commits
  5. 14 May, 2015 1 commit
  6. 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
  7. 11 May, 2015 1 commit
  8. 09 May, 2015 3 commits
  9. 06 May, 2015 1 commit
  10. 05 May, 2015 2 commits
  11. 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
  12. 01 May, 2015 3 commits
  13. 30 Apr, 2015 2 commits
  14. 29 Apr, 2015 1 commit
  15. 28 Apr, 2015 1 commit
  16. 26 Apr, 2015 1 commit
  17. 25 Apr, 2015 1 commit
  18. 24 Apr, 2015 1 commit
  19. 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
  20. 21 Apr, 2015 2 commits
  21. 20 Apr, 2015 1 commit