Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igniterealtime#166: Introduce SAXReaderUtil
Using the default SAXReader can be dangerous, if certain properties aren't set. Using a new instance for each stanza that is processed probably requires more resources than is needed. Both issues can be prevented by using `org.jivesoftware.util.SAXReaderUtil`
- Loading branch information