XMPP Service Operators - 2020-11-06


  1. coyo

    !ping

  2. Licaon_Kter

    Pong?

  3. coyo

    Where is that bot function to ping a server?

  4. coyo

    Test if s2s works against arbitrary remotes?

  5. Licaon_Kter

    coyo: ejabberd room, maybe others, but xmpp.net has such a ten

  6. Licaon_Kter

    coyo: ejabberd room, maybe others, but xmpp.net has such a test, use that

  7. coyo

    Thank you

  8. 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`

  9. Licaon_Kter

    Ooo

  10. coyo

    Huh

  11. MattJ

    jonas’, thoughts on adding CORS? :)

  12. Licaon_Kter

    What's that, MaTrIx? Traitor, using JSON?!?!?!! 🙂

  13. jonas’

    MattJ, can you file an issue here? https://github.com/horazont/xmppobserve-web

  14. jonas’

    (read: good idea, hadn’t thought about it, should do that)

  15. 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`