-
coyo
!ping
-
Licaon_Kter
Pong?
-
coyo
Where is that bot function to ping a server?
-
coyo
Test if s2s works against arbitrary remotes?
-
Licaon_Kter
coyo: ejabberd room, maybe others, but xmpp.net has such a ten✎ -
Licaon_Kter
coyo: ejabberd room, maybe others, but xmpp.net has such a test, use that ✏
-
coyo
Thank you
-
jonas’
`curl -s -XPOST -H 'Content-Type: application/json' -d'{"target": "muc.xmpp.org"}' https://observe.jabber.network/api/v1/check/xmpp-server | jq .success`
-
Licaon_Kter
Ooo
-
coyo
Huh
-
MattJ
jonas’, thoughts on adding CORS? :)
-
Licaon_Kter
What's that, MaTrIx? Traitor, using JSON?!?!?!! 🙂
-
jonas’
MattJ, can you file an issue here? https://github.com/horazont/xmppobserve-web
-
jonas’
(read: good idea, hadn’t thought about it, should do that)
-
jonas’
MattJ, `curl -vX OPTIONS -H "Access-Control-Request-Headers: Content-Type" -H "Access-Control-Request-Method: POST" -H "Origin: http://foo.example" https://observe.jabber.network/api/v1/check/xmpp-server`