Re: PubSub authorize model
From: Jakob Schroeter <js@xxxxxxxxxx>
Date: Fri, 2 Oct 2009 12:29:25 +0200 (CEST)
Quoting Ron Langham <ronscottlangham@xxxxxxxxx>:

I was able to get around this issue with the StanzaExtension. I created one with the filterString "/message/event/subscription" and registered it. Then, in the handlMessage event, I was able to findextension and have access to the subscription values.

PubSub::Event now does this, too.

cheers,
Jakob