Closed
Description
I'm a new user of go-xmpp
and playing with the examples right now. I'm using Prosody as the XMPP server to talk with. I can successfully authenticate but no messages are delivered/routed to the echo client
. After the session is initialized the StreamLogger
stays silent and never logs anything else, no messages, no IQs, pings, ...).
When I modify the example code I can even send messages from the echo client
which are delivered successfully but still, no stanzas are ever received. Looking into the discussion of #9 I implemented a postConnect
function to manually set the presence (which the echo demo client never did), but that doesn't help. Prosody doesn't deliver any messages to the echo demo client
.
Metadata
Metadata
Assignees
Labels
No labels