1. 04 May, 2013 3 commits
  2. 03 May, 2013 2 commits
  3. 02 May, 2013 1 commit
  4. 01 May, 2013 1 commit
  5. 30 Apr, 2013 3 commits
  6. 25 Apr, 2013 1 commit
  7. 20 Apr, 2013 1 commit
  8. 19 Apr, 2013 2 commits
  9. 17 Apr, 2013 1 commit
  10. 16 Apr, 2013 2 commits
  11. 13 Apr, 2013 2 commits
  12. 12 Apr, 2013 1 commit
  13. 11 Apr, 2013 1 commit
  14. 27 Mar, 2013 4 commits
  15. 19 Mar, 2013 2 commits
  16. 18 Mar, 2013 1 commit
  17. 15 Mar, 2013 2 commits
  18. 14 Mar, 2013 1 commit
  19. 13 Mar, 2013 2 commits
  20. 06 Mar, 2013 2 commits
  21. 05 Mar, 2013 1 commit
  22. 04 Mar, 2013 1 commit
  23. 03 Mar, 2013 1 commit
  24. 26 Feb, 2013 2 commits
    • Florian Schmaus's avatar
      OF-636 Use default-jvm if available · eb984da0
      Florian Schmaus authored
      git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13526 b35dd754-fafc-0310-a699-88a17e54d16e
      eb984da0
    • Florian Schmaus's avatar
      EntityCapabilitiesManager: Don't handle IQ stanzas with came in through... · b815c266
      Florian Schmaus authored
      EntityCapabilitiesManager: Don't handle IQ stanzas with came in through receivedAnswer() but are not of IQ.Type.result by deeming these packets as invalid (which they are).
      
      It seems that there are some entities that accounce protocol/caps support but do not allow disco#info queries (maybe to avoid information leaks). They send an error IQ instead as rely to disco#info. This causes EntityCapabilitiesManager to throw an NPE:
      
      2013.02.26 13:16:33 org.jivesoftware.openfire.IQRouter - Error proces
      sing answer of remote entity. Answer: <iq from="jdev@conference.jabbe
      r.org/XXX" to="freakempire.de" type="error" id="204-29"><error c
      ode="405" type="cancel"><not-allowed xmlns="urn:ietf:params:xml:ns:xm
      pp-stanzas"/></error></iq>
      java.lang.NullPointerException
              at org.jivesoftware.openfire.entitycaps.EntityCapabilitiesMan
      ager.getIdentitiesFrom(EntityCapabilitiesManager.java:336)
              at org.jivesoftware.openfire.entitycaps.EntityCapabilitiesMan
      ager.generateVerHash(EntityCapabilitiesManager.java:237)
      
      git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13525 b35dd754-fafc-0310-a699-88a17e54d16e
      b815c266