1. 17 Feb, 2017 1 commit
    • Dave Cridland's avatar
      OF-1271 Copy elements correctly · c085118f
      Dave Cridland authored
      Adding elements and attributes to the new element doesn't work, since reparenting the old elements generates an exception. This exception wasn't logged.
      
      * Exception logged
      * id attribute copied, if present.
      * Elements copied deeply/properly.
      
      Test stanza:
      
      ```
      <message xmlns="jabber:client" to="blah@conference.cridland.im" type="groupchat" id="5260">
      <body>This is a message with a label.</body>
      <custom xmlns='tmp:custom'/>
      <custom-attr xmlns='tmp:custom2' attr='value'/>
      <custom-child xmlns='tmp:custom3'>
      <child>element</child>
      </custom-child>
      <custom-text xmlns='tmp:custom4'>Text here</custom-text>
      </message>
      ```
      c085118f
  2. 16 Feb, 2017 9 commits
  3. 13 Feb, 2017 1 commit
  4. 01 Feb, 2017 1 commit
  5. 28 Jan, 2017 1 commit
  6. 14 Jan, 2017 1 commit
    • wroot's avatar
      OF-1270 fix Readme · f02f9328
      wroot authored
      Version and build date are already in the changelog. Other than that Readme is static. Fixed a few links and removed cheerful thanking. When user looks at it online, he hasn't yet downloaded anything. When he has installed it already, thanking for downloading seems out of place.
      f02f9328
  7. 12 Jan, 2017 1 commit
  8. 04 Jan, 2017 1 commit
  9. 31 Dec, 2016 1 commit
  10. 30 Dec, 2016 2 commits
  11. 29 Dec, 2016 1 commit
  12. 27 Dec, 2016 1 commit
  13. 24 Dec, 2016 1 commit
  14. 22 Dec, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1254 and OF-1255: Fix various database scripts. (#724) · db51e056
      Guus der Kinderen authored
      * OF-1254: Correct database version in update script 25.
      
      Most database update scripts version 25 identify themselfs incorrectly as 24. This causes the update script to be executed each time that Openfire starts.
      
      * OF-1255: Fix Mysql installation script.
      
      This removes an offending semicolon.
      db51e056
  15. 21 Dec, 2016 6 commits
  16. 20 Dec, 2016 11 commits