hi,<br>
I'm writing a thunderbird plugin that puts todo-notes on pubsub space. There is a possibility to use the program with multiple JIDs. <br>
There are users that can only read the notes (not subscribed, not owner)<br>
and there are users that can delete,add, remove (owner, subscribed)<br>
only the owner recieve notifications when there is change.<br>
<br>
All of it works but there are 2 problems:<br>
- because only the program (jabbedo) understands the pubsub note events, only jabbedo should recieve them (not the chat client running on the same JID but with a different resource and a higher priority).. BUT when i add an affiliation with a resource (<A href="mailto:name@server/jabbedo">name@server/jabbedo</A>) nothing will be recieved.<br>
<br>
- because jabbedo is only waiting for pubsub events (notes) and items should not recieve roster information.. so i would not like to send presence. But when i don't send presence i don't recieve any events. Presence invisble still recieves all roster items and recieves all offline messages.<br>
<br>
thanks,<br>
Tom Germeau<BR><br>