Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11750

Remove messenger system

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 3.1.0-dev
    • None
    • None

      Our current messenger system is quite a mess. It tries to combine two entirely different protocols, email and jabber, into one API.

      The big problem with this is, using this system is not entirely intuitive (the API is awful) and it's extremely difficult to extend this system to add other protocols (e.g. sms).

      Emails have to, cc, bcc, reply to, from, and more addresses.
      Jabber has a to/from address.

      These addresses and designs are entirely incompatible, the only way to make one system work with both is to supply every option, then only send things a certain way based on how the user would like it sent. Adding additional backends, such as SMS, would further complicate things.

      RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44427

            Marc Marc
            EXreaction EXreaction [X] (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: