-
lovetox
Zeke, please ask questions here, commenting on commits is not a good place to have a discussion
-
lovetox
and yes plugins can register a callback, which will be called whenever any plugin is activated or deactivated
-
lovetox
on the callback there is the ChatCommands instance passed and they are supposed to do
-
lovetox
```python parser = chatcommands.make_parser('invite', self._invite_command) parser.add_argument('address') parser.add_argument('reason', default=None, nargs='?') chatcommands.add_command('invite', ['groupchat'], parser) ``` for example
-
chud
In a module, how can I listen for messages with particular namespace but ignore those that comes from MAM? self.handlers=StanzaHandler(name='message', ns='my-namespace', callback=cb) and it gets called for those from MAM
-
lovetox
in the handler you get passed a properties object
-
lovetox
and there is a property is_mam_message
-
lovetox
then you can return
-
chud
If I open the xml console, I see an unending stream of <iq xmlns="jabber:client" type="get" > <vCard xmlns="vcard-temp" /> </iq> for random people. I am pretty sure there ISNT a new person joining a group every second, so why is this being sent every second?
-
lovetox
to receive avatars from groupchat members
-
chud
I am pretty sure I already have them all. No new people are joining. Is it receiving it several times for the same person?
-
lovetox
no, we only send it out if we dont have them
-
kalkin
good morning
-
kalkin
is support for XEP-0372 planned or worked on?
-
Zeke
> Zeke, please ask questions here, commenting on commits is not a good place to have a discussion Got it! Will do
-
lovetox
kalkin, for what functionality? to mention someone in a group chat?
-
kalkin
lovetox: citations WhatsApp style or even better because 371 supports a range✎ -
kalkin
lovetox: citations WhatsApp style or even better because 372 supports a range ✏
-
lovetox
No, we will support https://xmpp.org/extensions/xep-0461.html eventually
-
lovetox
I just checked and I don't see any quoting functionality in WhatsApp that would allow you to quote a subset of a message
-
snake
Hello
-
ch
Hi. In gajim 1.7.3, how can I export the chat history? I used to use that feature for backing up messages and to search them.
-
ch
(Also, the reason why I want to do it right now is because I accidentally edited the previous message while chatting with someone and lost what was there; I'm hoping to get that back from the history.)
-
fjklp
ch: Accounts > Modify Accounts > account name > Privacy > Export Chat History
-
ch
Thanks! The lost message isn't there, though, bummer
-
fjklp
that's what I figured
-
fjklp
too bad
-
ch
Gajim is a bit too smart for its own good in the new version.
-
lovetox
It's still in the database
-
lovetox
If you hover over the edit symbol the old message sgows✎ -
lovetox
If you hover over the edit symbol the old message shows ✏
-
Zeke
FYI just found a gui extension that uses a dash instead of an underscore in its name; the only one out of like 13 points: `send-presence`
-
fjklp
> If you hover over the edit symbol the old message shows Which edit symbol?
-
ch
> Which edit symbol? A stencil that appears when a message has been edited. In fact it's true, I can see the old message there.
-
fjklp
oh, nice. This feature is kind of hidden.