Invalid presence type warning log messages

I’‘m seeing this error message show up in our the warning log all day long - all the time. We’'re using WF2.6.1 and Pandion2.5… Is this a server issue or does Pandion allow something not part of the standards? Is there anything I need to worry about - or should I just continue to clear the logs and ignore it??

2006.04.27 16:43:59 Invalid presence type

java.lang.IllegalArgumentException: No enum const class org.xmpp.packet.Presence$Type.invisible

at java.lang.Enum.valueOf(Unknown Source)

at org.xmpp.packet.Presence$Type.valueOf(Presence.java:321)

at org.xmpp.packet.Presence.getType(Presence.java:106)

at org.jivesoftware.wildfire.net.SocketReader.readStream(SocketReader.java:217)

at org.jivesoftware.wildfire.net.SocketReader.run(SocketReader.java:119)

at java.lang.Thread.run(Unknown Source)

2006.04.28 07:52:17 Invalid presence type

Thanks!

Bob

Hey Bob,

Presence type invisible is not a valid presence type. That presence type belongs to a very old way of handling visibility. The server is just logging a warning and treating that presence as available (and visible). You may want to contact Pandion developers asking them to implement invisibility using privacy lists as defined in url=http://www.jabber.org/jeps/jep-0126.htmlJEP-0126: Invisibility[/url].

Regards,

– Gato