diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-09-16 10:28:51 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-09-16 10:28:51 (GMT) |
commit | 013ca2c508386c548ec145832ab8be1e8306cca0 (patch) | |
tree | afbca01f3cb44025c86cf10146dc7c0390cd0e57 /NEWS | |
parent | 369dba6206d331f59f0b70804595141b2528c685 (diff) | |
download | monitoring-plugins-013ca2c508386c548ec145832ab8be1e8306cca0.tar.gz |
Fix check_jabber to work with Openfire servers
The plugin expected:
<?xml version='1.0'?>
But Openfire sends:
<?xml version='1.0' encoding='UTF-8'?>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | 2.0.1 ... | ||
4 | FIXES | ||
5 | Fix check_jabber to work with Openfire servers | ||
6 | |||
3 | 2.0 11th July 2014 | 7 | 2.0 11th July 2014 |
4 | ENHANCEMENTS | 8 | ENHANCEMENTS |
5 | check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with | 9 | check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with |