-
Martin
Any idea why I am getting an error here?
-
Martin
Oct 16 14:11:08 c2s56414c15c1c0 debug RECV: <iq from='go-sendxmpp@mdosch.de/go-sendxmpp' type='get' id='7018f220-787b1822-ad3be58b' to='martin@mdosch.de' xml:lang='en'><pubsub xmlns='http://jabber.org/protocol/pubsub'><items node='urn:xmpp:openpgp:0:public-keys'/></pubsub></iq> Oct 16 14:11:08 c2s56414c15c1c0 debug Received[c2s]: <iq from='go-sendxmpp@mdosch.de/go-sendxmpp' type='get' id='7018f220-787b1822-ad3be58b' to='martin@mdosch.de' xml:lang='en'> Oct 16 14:11:08 c2s56414c15c1c0 debug Sending[c2s]: <iq from='martin@mdosch.de' type='error' to='go-sendxmpp@mdosch.de/go-sendxmpp' id='7018f220-787b1822-ad3be58b'> Oct 16 14:11:08 c2s56414c15c1c0 debug SEND: <iq from='martin@mdosch.de' type='error' to='go-sendxmpp@mdosch.de/go-sendxmpp' id='7018f220-787b1822-ad3be58b'><error type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>
-
MattJ
Maybe the node isn't configured to be public?
-
Martin
Hmm, I added go-sendxmpp@mdosch.de to my roster, so it should be able to access it, right?
-
MattJ
Mutual subscription?
-
Martin
But you also don't see any obvious syntax error?
-
Martin
Hmm, not mutual as go-sendxmpp doesn't care about suscriptions so far. :D
-
MattJ
It has to be authorized to see your presence, and then it will be authorized to access your PEP nodes
-
Martin
I have authorized it, although it didn't request it. ^^ But let's play with presence subscription and see whether it makes a difference. Thanks for your input. :)