jdev - 2021-12-30


  1. Sam

    I have a vague memory of there being an XMPP to mark a message as important that I associated with a feature in MSN Messenger back in the day where another user could hit a button over and over and your client would beep at you or something to get your attention. It was very irritating. Is there an equivalent XMPP or did I imagine it?

  2. contrapunctus

    Sam: https://mail.jabber.org/pipermail/jdev/2006-November/084148.html

  3. Sam

    Definitely not that. This was (I thought) a single thing and was more like a 'poke' designed to get someones attention.

  4. Sam

    (but not the joke xep by that name)

  5. Sam

    ahh, nevermind, that made me think of a search term I hadn't tried which came up with XEP-0224: Attention, I think this was it

  6. junaid

    moparisthebest, 👍️ to you for `mod_alias`

  7. moparisthebest

    junaid: 👍

  8. nephele

    Is there an XMPP echo bot available somewhere I can test 1:1 chats against? one that just repeats back what i say or so

  9. Martin

    Jonas' SED echo bot?

  10. pep.

    https://lab.louiz.org/poezio/slixmpp/-/blob/master/examples/echo_client.py maybe

  11. nephele

    Well, one that is running now, i mean. otherwise I'll just have to figure out what my test account login was... :)

  12. Martin

    nephele: It's not an echo bot but xmpp:wttr@mdosch.de will reply. 🙂

  13. nephele

    A different kind of bot? :)

  14. pep.

    Interface to wttr.in?

  15. nephele

    ah, that would do fine, thanks

  16. Martin

    > Interface to wttr.in? Yeah.

  17. Zash

    Also, any MUC is an echobot if you squint at it just right 😉

  18. nephele

    Zash: too bad my codepath works for MUC!

  19. nephele

    Thanks, fixed my code.

  20. emus

    www.badxmpp.org

  21. emus

    something like this ^ might also help

  22. Zash

    not really an echobot tho

  23. Stefan

    nephele: A bot https://codeberg.org/buteo/vulpes the echo mod https://codeberg.org/buteo/vulpes-modules/src/branch/main/src Bot is still in status experimental.