-
badrihippo
I wanted to ask if there are ways for fine-grained control over message synchronisation, like "fetch only the last n messages over MAM"
-
badrihippo
Is there a discussion room for borogove?
-
Menel
badrihippo: not really exactly as far as I know, but one can request all messages, flipp the result https://xmpp.org/extensions/xep-0313.xml#query-paging-flip And then stop requesting more pages when it's over what you wanted.
-
Menel
Hm for one set it can be set with paging <max>10</max> As long as it isn't bigger then the server limit.
-
badrihippo
Oh, that's nice
-
badrihippo
Yeah that's basically what I was looking for
-
singpolyma
> Is there a discussion room for borogove? yes the Sopranica project discussion room ↺
-
Cynthia
Is there a client that lets you disable Message Styling when sending a message?
-
lovetox
i guess every client that supports message styling?
-
lovetox
just not use the message styling functionality
🤣 1 -
lovetox
i guess what you are searching is a client on the receiving side, which lets you disable interpreting messages as styled
-
lovetox
there is also this https://xmpp.org/extensions/xep-0393.html#disable
-
theTedd
That's not the same thing - how would one send "a message containing *not-bold* or similar incidentals?" The XEP has <unstyled/> but do any clients actually support sending it? (And how many support receiving it)
-
Cynthia
I *can't* disable Message styling
-
Cynthia
>_>
-
Cynthia
**** Like that'd be so easy
-
lovetox
because it something the receiving client does, not the sending client
-
Cynthia
> there is also this https://xmpp.org/extensions/xep-0393.html#disable I'm talking about clients that let you send <unstyled> ↺
-
Cynthia
along with your message, to disable formatting
-
lovetox
im not aware of any, and im strongly against implementing that
-
Cynthia
> just not use the message styling functionality Anyway in all seriousness, you can't just "not use" the Message Styling functionality, because it acts on the content of the message ↺
-
Cynthia
It's not just some XML you can just stop sending
-
lovetox
correct because its something the receiver does not you
-
lovetox
so your question is .. weird
-
lovetox
how can i stop people interpreting * as a styling directive
-
lovetox
you cannot ..
-
theTedd
Only the sender knows the intention of their message, so whether that * was intended for styling is their choice, not the recipient's
-
Cynthia
Yes I can't but I'd like to tell them that this isn't meant to be styled
-
Cynthia
If I send emoticons, I don't want the client to interpret it as a quote/bold/etc.
-
lovetox
yeah but its the wrong solution to the problem
-
lovetox
the right solution is clients implementing XEP0394
-
lovetox
and then you dont have that problem
-
theTedd
Inline styling is the wrong solution to the problem, but we're already there
-
Cynthia
Yes, XEP0394 handles this better
-
lovetox
correct and im not adding more functionality so the wrong solution can be extended more
-
Cynthia
But I haven't seen any client convert inline styling to XEP-0394
-
Cynthia
Or even display it
-
lovetox
Dino supports it for example
-
lovetox
not sure what you mean by converting, why would there need to be something converted
-
lovetox
maybe check the Dino UX out
-
lovetox
> If I send emoticons, I don't want the client to interpret it as a quote/bold/etc. can you name an example where this would happen? sounds only possible if you by accident never make spaces in your sentences ↺
-
lovetox
ok i take this back, probably there are a million ascii art things that trigger this
-
Cynthia
Yes
-
badrihippo
Ah okay, thanks singpolyma
-
Menel
For ASCII art I use code blocks. It's the only way to display it right anyway. Because normally receivers don't have mono fonts in use for their chat app.
-
singpolyma
> Is there a client that lets you disable Message Styling when sending a message? Cheogram WWW now sends unstyled if the message wasn't explicitly styled ↺
-
Menel
``` _ _ (.\( ) * (_Y|_/ /_\ L ```✎ -
Cynthia
>> Is there a client that lets you disable Message Styling when sending a message? > > Cheogram WWW now sends unstyled if the message wasn't explicitly styled WWW? ↺
-
Menel
``` ._ _ (.\( ) * (_Y|_/ /_\ L ``` ✏
-
theTedd
> ``` > ._ _ > (.\( ) * > (_Y|_/ > /_\ > L > > ``` I still don't know what that's meant to be ↺
-
Menel
Seems some clients strip whitespace if its the first in line
-
Menel
😑
-
singpolyma
>>> Is there a client that lets you disable Message Styling when sending a message? >> >> Cheogram WWW now sends unstyled if the message wasn't explicitly styled > > WWW? The pwa / "web app" ↺
-
theTedd
> Seems some clients strip whitespace if its the first in line The leading whitespace shows in your original code snippet, but the quoted version isn't displayed well ↺
-
singpolyma
I guess my iOS alpha also does this actually. If I send *this* I think you'll get an unstyled xml
-
theTedd
should, but how many clients take note of the <unstyled/> element?
-
singpolyma
I also take note of it but yeah I don't know about others
-
singpolyma
many clients have subtle bugs in their message styling parser also. Not usually catastrophic but there it is