Hi,
has anybody else experienced this?
I have a room with X members. Every member has affiliation "owner". Because every member should have the possibility to remove itself from the room (besides enjoying other "owner" privileges).
When an owner removes himself from a room he does so by revoking membership for himself as described in http://xmpp.org/extensions/xep-0045.html#revokemember
This works fine, but the occupants don't get any notification about it.
(as shown in Example 127 and 128).
I've debugged with Smack debugger and also set breakpoint in the void membershipRevoked(String participant) method, but nothing is sent/received.
A bug?