Hi, I'm trying to implement the client side of the gateway functionality in SparkWeb.
I'd like to do it well... but I'm not finding it easy to see where everything should go.
For instance... Spark has the Gateway Plugin, which has registerPresenceListener... I'm not sure how to do the equivelent packet parsing in SparkWeb.
Is there anyone I could talk to who could outline the 'right way' to layer the gateway functionality over XIFF?
Thanks!
xep-100 tells me that the namespace should be
query xmlns='jabber:iq:register'>
but in the Gateway in Spark, I see
query xmlns='jabber:iq:gateway:register'>
I'm trying to model Spark very closely since it works, but I wish I understood the differences from the spec.