Stephen - can you describe your XMPP solution? Do you use a unique prefix to
the message?
We've done a lot of SMS session management work and found from users that
it's easier just to send the messages/posts. Our target market (soccer moms
and hockey dads) find it hard to remember things like "post [group] [code]
[message]" especially when the unique code goes away when you hit the reply
button on the handset.

For RSVP type data (event rsvp, poll, sign-up sheet) we use a couple of
tricks. If there are two or more outstanding requests for replies, we'll
send a text message back that ask for more information. Example:

    Reply "y l" or "n l" for Lunch. Reply "y tm" or "n tm" for Team Meeting"

We also rely on the age of the request (has the event date already passed).

- Keith

2009/7/19 Stephen Paul Weber <[email protected]>

> Somebody signing messages as Evan Prodromou wrote:
> >            if (in_reply_to is set) {
> >               notice.in_reply_to = in_reply_to;
> >            } else if ((notice not from API or Web) and (notice content
> starts with "@name ")) {
> >                       notice.in_reply_to = last notice by initial @name
> in content;
> >               }
> >            }
>
> This seems reasonable.
>
> > We may want to fine-tune this further in the future by putting a time
> > limit or inbox limit on those other input channels. It's very unlikely
> > that someone is replying by XMPP or SMS to a notice that was posted 8
> > months ago, or to a notice that they didn't receive via XMPP or SMS.
>
> Not as true, I reply to stuff that failed to come over XMPP, or really old
> stuff I discover, all the time.
>
> > Comments?
>
> I still feel it would be beneficial to allow XMPP (and maybe SMS, email as
> well) to specify what they're replying to in an easy way, since complex
> conversations often result in wanting to reply to the not-quite newest one.
>
> I have a patchset on gitorious that solves this for XMPP.
>
> --
> Stephen Paul Weber, @singpolyma
> Please see <http://singpolyma.net> for how I prefer to be contacted.
> edition right joseph
>
> _______________________________________________
> Laconica-dev mailing list
> [email protected]
> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>
>


-- 
Keith Erskine
tel: +1 978 884 8113
skype: keith.erskine
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to