Small factual error in documentation

I just noticed “JEP-0117: Intermediate IM Protocol Suite” is classified “Expirimental” in one of the footnotes in the “Protocol Support” section of the Jive Messenger Developer Documentation (at jivesoftware.org/builds/messenger/docs/latest/documentation/protocol-support.ht ml). It isn’'t any longer, it has been advanced to draft.

Hey Guus,

Thanks for the correction.

Regards,

– Gato

Heh, I actually fixed this just a couple of days ago.

-Matt

There’'s another small error, this time in plugin_dev_guide.html (not fixed in SVN this time ).

The “sample plugin implementation” implements the Plugin interface methods initialize() and destroy(), which don’'t exist in that interface. They should be called initializePlugin() and destroyPlugin() according to the javadocs.

Hi Guus,

There’'s another small error, this time in plugin_dev_guide.html

(not fixed in SVN this time ).

Good catch. It’'s been fixed in SVN.

Thanks,

Ryan