There is support for Invisible Presence?

Does Smack implement the “Invisible” status?

something like in

http://www.xmpp.org/extensions/xep-0186.html

rather that:

http://www.xmpp.org/extensions/xep-0126.html

There is a place from can I find implemented/have to do RFC extensions in Smack?

Thanks!

Like it says in XEP-126, that kind of invisibility is not compatible with the standard XMPP-core and XMPP-im.

Here’'s a list of extensions:

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

Here’'s how to use the privacy functionality in smack:

http://www.igniterealtime.org/builds/smack/docs/latest/documentation/privacy.htm l

I find a trick that emulate the using of the Invisible status:

Usually a certain Presence is sending by a Presence packet with no To field; then the server broadcast the Presence ant take count by the new state(if is Presence.unavailable don’'t relay outgoing messages to that user).

Trick:

By sending desired Presence to each contact from roster, in our case, the Presence.unavailable one, seems that each user it is informed about the new Presence, but at server side, the message relaying still works fine.

For my invisibility purpose, using Smack based Jabber IM Client while all contacts are informed that I’‘m off-line(unavailable in our terms) that’'s works fine…