When that did not work I sent the above raw XML messages via the debug ad-hoc message window that Smack makes available. Since I am sending the XML directly and not using the Smack API I figure it must be a server-side issue?
it also works with the current trunk and I’m not aware of any code changes in this part of Openfire. Would you please try to reproduce this with igniterealtime.org - there the current trunk is used.
PS: You have different addresses in your sample packets - I wonder whether this is a copy & paste issue or the reason for the problems you see:
from=‘test1@linuxlaptop/spark’ vs. to=“test1@linuxlaptop/Smack”
Thank you for your reply. Must have been a copy paste error with ‘spark’ v. ‘smack’. Just reproduced now against my server verifying consistent resources of ‘smack’. Also sent same messages to igniterealtime.org and that did indeed work.
So there must be something with my server. Is there any configuration settings that may affect this? I have poked and prodded it often since setting it up.
My server is also built from the 3.6.4 source and I made a change to allow components to create pubsub subscriptions, but that should not affect privacy lists.
I am always hesitant to put latest “trunk” code into a production environment so that is why I built from the 3.6.4 branch instead of latest.