Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-31 Thread Marcos
Hi, thanks for your feedback Georg, really appreciated. Georg Lukas writes: > I could imagine an ad-hoc command for adding reminders, and otherwise > just regular PEP access to a node, with backend server logic to "expire" > reminders when they are due and to convert them into messages. I can

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-11 Thread Georg Lukas
Hello, I agree with the sentiments that there should be a way to query for existing reminders, and also that ad-hoc command syntax is probably not too bad for this kind of use case. However, I think we have yet another mechanism that might be used / useful for that kind of data, and it's PEP. I

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-03 Thread Jonas Schäfer
On 3 March 2020 14:49:13 CET, Florian Schmaus wrote: >On 3/2/20 5:18 PM, Jonas Schäfer wrote: >> On Montag, 2. März 2020 11:56:58 CET Marcos wrote: >>> thanks for your comments, Florian. >>> Florian Schmaus writes: I think creating/canelling a reminder should rather be an ad-hoc >command

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-03 Thread Florian Schmaus
On 3/2/20 5:18 PM, Jonas Schäfer wrote: > On Montag, 2. März 2020 11:56:58 CET Marcos wrote: >> thanks for your comments, Florian. >> Florian Schmaus writes: >>> I think creating/canelling a reminder should rather be an ad-hoc command >>> and not an IQ. This way, clients do not need to implement an

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-02 Thread Jonas Schäfer
On Montag, 2. März 2020 11:56:58 CET Marcos wrote: > Hi, > > thanks for your comments, Florian. > > Florian Schmaus writes: > > I think creating/canelling a reminder should rather be an ad-hoc command > > and not an IQ. This way, clients do not need to implement another IQ > > protocol-flow, but

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-02 Thread Marcos
Hi, thanks for your comments, Florian. Florian Schmaus writes: > I think creating/canelling a reminder should rather be an ad-hoc command > and not an IQ. This way, clients do not need to implement another IQ > protocol-flow, but can re-use their (potentially) existing ad-hoc > infrastructure.

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-02 Thread Florian Schmaus
On 2/27/20 5:43 PM, Jonas Schäfer (XSF Editor) wrote: > The XMPP Extensions Editor has received a proposal for a new XEP. > > Title: Reminders > Abstract: > This specification provides a way to set up reminders. > > URL: https://xmpp.org/extensions/inbox/reminders.html I think creating/canelli

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-02 Thread Andrew Nenakhov
пн, 2 мар. 2020 г. в 04:10, Marcos : > > Just build a bot that would send you reminders. No need to bloat the > > already huge number of extensions, > > Having the reminder implemented with a bot doesn't eliminate the need of > defining (somewhere) how would you tell such a bot to set up a reminder

Re: [Standards] Proposed XMPP Extension: Reminders

2020-03-01 Thread Marcos
Hi, thanks for your comments. Andrew Nenakhov writes: > пт, 28 февр. 2020 г. в 20:05, : >> While thinking on this, being able to set arbitrary content into the reminder >> idea crossed my mind (specifically something along the lines of "please, >> remind me of this message in 20m" and then the

Re: [Standards] Proposed XMPP Extension: Reminders

2020-02-29 Thread Andrew Nenakhov
пт, 28 февр. 2020 г. в 20:05, : > While thinking on this, being able to set arbitrary content into the reminder > idea crossed my mind (specifically something along the lines of "please, > remind me of this message in 20m" and then the reminder actually store the > referenced message), but in the e

Re: [Standards] Proposed XMPP Extension: Reminders

2020-02-28 Thread marcos
Hi, first of all thanks for the comments, being it my first proposal I really appreciate them. February 28, 2020 3:41 PM, "Marvin W" wrote: > While I do like the idea, I think this could be done more elegantly > using a generic "send a message later" functionality. That way the > reminder can a

Re: [Standards] Proposed XMPP Extension: Reminders

2020-02-28 Thread Marvin W
While I do like the idea, I think this could be done more elegantly using a generic "send a message later" functionality. That way the reminder can also be send to others and can also have arbitrary message content. However such feature would require the own server to implement that feature (wherea