fix: Fixes type hint of PubSubEventData.node
Maybe that node
attribute should instead be replaced by namespace
but that would be a larger refactor:
. node
is fine though since it's the protocol terminology for pubsub - it is just a bit confusing because nbxmpp.Node
is actually an XML element…
Anyway, this is related to gajim@90aefc31