1. 22 Mar, 2018 1 commit
    • Guus der Kinderen's avatar
      OF-1515: Migrate Private XML storage to PEP. · 820cd403
      Guus der Kinderen authored
      Openfire supports XEP-0049, Private XML Storage. However, Openfire can also be used for
      XEP-0223: Persistent Storage of Private Data via PubSub. When a user previously used more
      than one client, where each client would use a different XEP to store private data, the
      private data that was stored by one client would not be shared with the other client. This
      is undesirable, as such data typically includes data that benefits every client used by the
      user.
      
      In this commit, all data that is stored in the Private XML Storage database table will be
      migrated to PEP. After a successful migration, the old database table is deleted.
      
      Openfire continues to offer XEP-0049: Private XML Storage functionality. However, whenever
      data is obtained or modified through methods defined in that XEP, the PEP data is modified.
      820cd403
  2. 14 Nov, 2017 2 commits
  3. 26 Apr, 2017 1 commit
    • Guus der Kinderen's avatar
      Replace dangling javadoc with block comment. · 65f1f7f1
      Guus der Kinderen authored
      Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments.
      
      These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
      65f1f7f1
  4. 24 Sep, 2014 1 commit
  5. 17 Nov, 2012 1 commit
  6. 06 Jan, 2010 1 commit