Hello all, I'm writing an XMPP component which uses 1000s of MUC rooms to provide IRC type functionality.
To list the rooms I use the below command: http://xmpp.org/extensions/xep-0045.html#disco-rooms <iq from='[email protected]/pda' id='zb8q41f4' to='chat.shakespeare.lit' type='get'> <query xmlns='http://jabber.org/protocol/disco#items'/> </iq> However when a new room is created I'd like to push some sort of pubsub or presence event to users so they don't have to refresh manually. Is there a command in the MUC spec I'm missing or a XEP (even an experimental one) which covers this type of functionality? thanks, -Leon
