vflysonI vote for an 80s-style guy: white pants, pink shirt and pitch-black sunglasses
vflysonwith neon lights in the background
vflysonI have a question
vflysonhttps://github.com/vflyson/gajim-plugin-separator/blob/master/separator.py#L92 here I'm triggering a command "/-" which I define for that plugin to output a line of 130 dashes... is there a way to put a line inside the current chat window without using commands at all? Preferably to make it always scale to 100% width of the chat window.
lovetoxno, as the chatwindow is a textview
lovetoxyou can put in text
lovetoxtext will not get bigger with scaling the window
vflysonthat's not the end of the world, I'm cool with using text for that separator
vflysonwhat would you say is the easiest way to inject raw text into the text view?
vflysonI've tried to follow the flow of the code that renders blue outputs from commands but it seems to be a bit too deep in the code, I get lost before I find out where it is
vflysonthe problem with send_message() is that when used, it wipes the value of the input field without any way to get it back
lovetoxvflyson, what do you want to achieve
lovetoxif you just want to print something use print_conversation_line()
lovetoxits a method of the chatcontrol
lovetoxthere are helper function that can get you the active chatcontrol from a jid
lovetoxfor example
lovetoxsend() would really send a message, i dont know if you want to do that
Cicada 3301hello ppl out there I am trying to learn how to setup an omemo encrypted room with gajim where everybody can join... so if you like to learn/help xmpp:conversations@rooms.blah.im?join
Link MauveCicada 3301, that’s not possible.
Link MauveAnd would totally defeat the point.
Cicada 3301which point?
ucCicada 3301: only people you invite can join. It must be a non anonymous and private muc.
Cicada 3301Link Mauve: yes.
Cicada 3301well having a temporary identity within an encrypted chatroom that can chat encrypted is non anonymous...
ucCicada 3301: non anonymous here means all the participants can and should see your jid.
Cicada 3301Maybe I have an error in reasoning
ucCicada 3301: But you were having problem with enabling omemo right?