Skip to content

Need guidance configuring the client with a Prosody serve #126

Answered by nioc
anrj asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @anrj.

First, you don't have to build your own docker image, it is hosted on docker hub.

For your issue, I think this variable is invalid:
ENV XMPP_WS=http://xmpp.anrj.site:5281/xmpp-websocket
Because Prosody uses port 5281 for https (Bosh) but you set the http scheme (which is listened on 5280), can you try
ENV XMPP_WS=https://xmpp.anrj.site:5281/xmpp-websocket
Or with http/5280 if it does not work:
ENV XMPP_WS=http://xmpp.anrj.site:5280/xmpp-websocket

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@anrj
Comment options

@anrj
Comment options

@nioc
Comment options

Answer selected by anrj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants