MessageEventNotificationListener code in docs not working ...

Hi,

The code at

http://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/ index.html

describes jep-0020 i.e using MessageEvents.

Part #1 and Part #2 of this works. However Part #3 dealing with

MessageEventNotificationListener is not working.

I can catch the Notifications sent in a processMessage method and extract the MessageEvent from the NotificationMessage though. So, I know that the sender of notifications is sending them. (delivered etc).

I am using smack 3.10 and openfire 3.6.3 on windows vista.

/rk