SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Downloaden Sie, um offline zu lesen
Fallback Messaging

Philip Tellis / philip@bluesmoon.info
                               Yahoo!


     Linux Bangalore 2004 / 2004-12-02




Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
$ whoami




    Philip Tellis
    philip@bluesmoon.info
    @bluesmoon
    yahoo
    geek




            Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
How do you chat?




     Which IM programs do you use?
     How many accounts on each?
     Do you communicate with the same people over multiple
     services?
     How often do you use email/SMS to communicate with
     these people?




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Does the server decide whether you can chat or not?




     How often has a service gone down for maintenance while
     you’re in a conversation?
     What happens to your conversation?
     What happens to your train of thought?
     What happens to logs of the conversation – if any?




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Do you know your friends by their names or their handles?




       Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 1




     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     Start Y!M, continue conversation
     Net goes down, only email working
     Send email/SMS saying that we can’t chat anymore
     Philip combines all the logs to post to the website




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 1




     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     Start Y!M, continue conversation
     Net goes down, only email working
     Send email/SMS saying that we can’t chat anymore
     Philip combines all the logs to post to the website




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 1




     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     Start Y!M, continue conversation
     Net goes down, only email working
     Send email/SMS saying that we can’t chat anymore
     Philip combines all the logs to post to the website




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 1




     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     Start Y!M, continue conversation
     Net goes down, only email working
     Send email/SMS saying that we can’t chat anymore
     Philip combines all the logs to post to the website




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 1




     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     Start Y!M, continue conversation
     Net goes down, only email working
     Send email/SMS saying that we can’t chat anymore
     Philip combines all the logs to post to the website




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 1




     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     Start Y!M, continue conversation
     Net goes down, only email working
     Send email/SMS saying that we can’t chat anymore
     Philip combines all the logs to post to the website




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
The idea behind fallback messaging




     People care about people, not protocols
     Conversations should not be service dependent
     Conversation should be continuous even if the service
     changes
     Person-person messaging approaches pc-pc messaging




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
So what does fallback messaging do?




     Automatically pick a protocol to use for messaging
     Automatically switch protocols if one goes down without
     worrying the user
     A single log file irrespective of protocol
     Represent a person as a single entity rather than a bunch
     of different handles




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
What’s needed?




     A single client that talks multiple protocols
     The client should group different accounts of a contact into
     a single entity
     The client should be able to switch between accounts
     Perhaps an ability to prioritise the order of fallback




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Act 1, Scene 1, Take 2



     Philip and Manish are chatting on MSN about their project
     MSN server goes down
     The client switches to Y!M
     Net goes down, only email working
     Client switches to email/sms
     User is notified that he’s now in async mode
     The client has a combined log of everything communicated




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Can we do this today?




     FOSS clients like gaim and ayttm can do it
     Still needs some work
     FOSS clients have the edge




          Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Do we really need it?




     Probably in very few situations, but we sure want it :P
     Data transfer over IM is an application




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
The future of IM




     Everyone’s talking about IM interoperability
     Sending structured data and not just human readable
     conversations over IM
     IM transports as a commodity with value added services
     above it




           Linux Bangalore 2004 / 2004-12-02   Fallback Messaging
Thank you
http://tech.bluesmoon.info/2004/09/fallback-messaging.html




        Linux Bangalore 2004 / 2004-12-02   Fallback Messaging

Weitere ähnliche Inhalte

Mehr von Philip Tellis

Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonPhilip Tellis
 
Frontend Performance: De débutant à Expert à Fou Furieux
Frontend Performance: De débutant à Expert à Fou FurieuxFrontend Performance: De débutant à Expert à Fou Furieux
Frontend Performance: De débutant à Expert à Fou FurieuxPhilip Tellis
 
Frontend Performance: Expert to Crazy Person
Frontend Performance: Expert to Crazy PersonFrontend Performance: Expert to Crazy Person
Frontend Performance: Expert to Crazy PersonPhilip Tellis
 
Beyond Page Level Metrics
Beyond Page Level MetricsBeyond Page Level Metrics
Beyond Page Level MetricsPhilip Tellis
 
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...Philip Tellis
 
Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonPhilip Tellis
 
Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonPhilip Tellis
 
Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonPhilip Tellis
 
RUM Distillation 101 -- Part I
RUM Distillation 101 -- Part IRUM Distillation 101 -- Part I
RUM Distillation 101 -- Part IPhilip Tellis
 
Improving 3rd Party Script Performance With IFrames
Improving 3rd Party Script Performance With IFramesImproving 3rd Party Script Performance With IFrames
Improving 3rd Party Script Performance With IFramesPhilip Tellis
 
Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"
Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"
Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"Philip Tellis
 
The Statistics of Web Performance Analysis
The Statistics of Web Performance AnalysisThe Statistics of Web Performance Analysis
The Statistics of Web Performance AnalysisPhilip Tellis
 
Abusing JavaScript to Measure Web Performance
Abusing JavaScript to Measure Web PerformanceAbusing JavaScript to Measure Web Performance
Abusing JavaScript to Measure Web PerformancePhilip Tellis
 
Analysing network characteristics with JavaScript
Analysing network characteristics with JavaScriptAnalysing network characteristics with JavaScript
Analysing network characteristics with JavaScriptPhilip Tellis
 
A Node.JS bag of goodies for analyzing Web Traffic
A Node.JS bag of goodies for analyzing Web TrafficA Node.JS bag of goodies for analyzing Web Traffic
A Node.JS bag of goodies for analyzing Web TrafficPhilip Tellis
 
Messing with JavaScript and the DOM to measure network characteristics
Messing with JavaScript and the DOM to measure network characteristicsMessing with JavaScript and the DOM to measure network characteristics
Messing with JavaScript and the DOM to measure network characteristicsPhilip Tellis
 
Boomerang: How fast do users think your site is?
Boomerang: How fast do users think your site is?Boomerang: How fast do users think your site is?
Boomerang: How fast do users think your site is?Philip Tellis
 

Mehr von Philip Tellis (20)

Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy Person
 
Frontend Performance: De débutant à Expert à Fou Furieux
Frontend Performance: De débutant à Expert à Fou FurieuxFrontend Performance: De débutant à Expert à Fou Furieux
Frontend Performance: De débutant à Expert à Fou Furieux
 
Frontend Performance: Expert to Crazy Person
Frontend Performance: Expert to Crazy PersonFrontend Performance: Expert to Crazy Person
Frontend Performance: Expert to Crazy Person
 
Beyond Page Level Metrics
Beyond Page Level MetricsBeyond Page Level Metrics
Beyond Page Level Metrics
 
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
 
Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy Person
 
Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy Person
 
Frontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy PersonFrontend Performance: Beginner to Expert to Crazy Person
Frontend Performance: Beginner to Expert to Crazy Person
 
mmm... beacons
mmm... beaconsmmm... beacons
mmm... beacons
 
RUM Distillation 101 -- Part I
RUM Distillation 101 -- Part IRUM Distillation 101 -- Part I
RUM Distillation 101 -- Part I
 
Improving 3rd Party Script Performance With IFrames
Improving 3rd Party Script Performance With IFramesImproving 3rd Party Script Performance With IFrames
Improving 3rd Party Script Performance With IFrames
 
Extending Boomerang
Extending BoomerangExtending Boomerang
Extending Boomerang
 
Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"
Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"
Abusing JavaScript to measure Web Performance, or, "how does boomerang work?"
 
The Statistics of Web Performance Analysis
The Statistics of Web Performance AnalysisThe Statistics of Web Performance Analysis
The Statistics of Web Performance Analysis
 
Abusing JavaScript to Measure Web Performance
Abusing JavaScript to Measure Web PerformanceAbusing JavaScript to Measure Web Performance
Abusing JavaScript to Measure Web Performance
 
Analysing network characteristics with JavaScript
Analysing network characteristics with JavaScriptAnalysing network characteristics with JavaScript
Analysing network characteristics with JavaScript
 
A Node.JS bag of goodies for analyzing Web Traffic
A Node.JS bag of goodies for analyzing Web TrafficA Node.JS bag of goodies for analyzing Web Traffic
A Node.JS bag of goodies for analyzing Web Traffic
 
Input sanitization
Input sanitizationInput sanitization
Input sanitization
 
Messing with JavaScript and the DOM to measure network characteristics
Messing with JavaScript and the DOM to measure network characteristicsMessing with JavaScript and the DOM to measure network characteristics
Messing with JavaScript and the DOM to measure network characteristics
 
Boomerang: How fast do users think your site is?
Boomerang: How fast do users think your site is?Boomerang: How fast do users think your site is?
Boomerang: How fast do users think your site is?
 

Kürzlich hochgeladen

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Kürzlich hochgeladen (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

Fallback Messaging

  • 1. Fallback Messaging Philip Tellis / philip@bluesmoon.info Yahoo! Linux Bangalore 2004 / 2004-12-02 Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 2. $ whoami Philip Tellis philip@bluesmoon.info @bluesmoon yahoo geek Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 3. How do you chat? Which IM programs do you use? How many accounts on each? Do you communicate with the same people over multiple services? How often do you use email/SMS to communicate with these people? Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 4. Does the server decide whether you can chat or not? How often has a service gone down for maintenance while you’re in a conversation? What happens to your conversation? What happens to your train of thought? What happens to logs of the conversation – if any? Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 5. Do you know your friends by their names or their handles? Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 6. Act 1, Scene 1, Take 1 Philip and Manish are chatting on MSN about their project MSN server goes down Start Y!M, continue conversation Net goes down, only email working Send email/SMS saying that we can’t chat anymore Philip combines all the logs to post to the website Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 7. Act 1, Scene 1, Take 1 Philip and Manish are chatting on MSN about their project MSN server goes down Start Y!M, continue conversation Net goes down, only email working Send email/SMS saying that we can’t chat anymore Philip combines all the logs to post to the website Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 8. Act 1, Scene 1, Take 1 Philip and Manish are chatting on MSN about their project MSN server goes down Start Y!M, continue conversation Net goes down, only email working Send email/SMS saying that we can’t chat anymore Philip combines all the logs to post to the website Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 9. Act 1, Scene 1, Take 1 Philip and Manish are chatting on MSN about their project MSN server goes down Start Y!M, continue conversation Net goes down, only email working Send email/SMS saying that we can’t chat anymore Philip combines all the logs to post to the website Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 10. Act 1, Scene 1, Take 1 Philip and Manish are chatting on MSN about their project MSN server goes down Start Y!M, continue conversation Net goes down, only email working Send email/SMS saying that we can’t chat anymore Philip combines all the logs to post to the website Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 11. Act 1, Scene 1, Take 1 Philip and Manish are chatting on MSN about their project MSN server goes down Start Y!M, continue conversation Net goes down, only email working Send email/SMS saying that we can’t chat anymore Philip combines all the logs to post to the website Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 12. The idea behind fallback messaging People care about people, not protocols Conversations should not be service dependent Conversation should be continuous even if the service changes Person-person messaging approaches pc-pc messaging Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 13. So what does fallback messaging do? Automatically pick a protocol to use for messaging Automatically switch protocols if one goes down without worrying the user A single log file irrespective of protocol Represent a person as a single entity rather than a bunch of different handles Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 14. What’s needed? A single client that talks multiple protocols The client should group different accounts of a contact into a single entity The client should be able to switch between accounts Perhaps an ability to prioritise the order of fallback Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 15. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 16. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 17. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 18. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 19. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 20. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 21. Act 1, Scene 1, Take 2 Philip and Manish are chatting on MSN about their project MSN server goes down The client switches to Y!M Net goes down, only email working Client switches to email/sms User is notified that he’s now in async mode The client has a combined log of everything communicated Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 22. Can we do this today? FOSS clients like gaim and ayttm can do it Still needs some work FOSS clients have the edge Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 23. Do we really need it? Probably in very few situations, but we sure want it :P Data transfer over IM is an application Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 24. The future of IM Everyone’s talking about IM interoperability Sending structured data and not just human readable conversations over IM IM transports as a commodity with value added services above it Linux Bangalore 2004 / 2004-12-02 Fallback Messaging
  • 25. Thank you http://tech.bluesmoon.info/2004/09/fallback-messaging.html Linux Bangalore 2004 / 2004-12-02 Fallback Messaging