6

If you could suggest only one new (or enhanced) feature for the Internet Direct (Indy) version 11, which one would it be?

Update: I found the first information about an upcoming Indy 11 version in question Step by step upgrade of Indy 10 in Delphi 2009 (where Remy mentions plans for a new installer in a comment)


Some ideas from my side:

  • a RFC 4918 (WebDAV) server implementation. Example use case: combined with the Explorer-based integration of WebDAV in Windows, such a server could play the role of a user-friendly document exchange gateway between a workstation and a legacy application

  • a XMPP implementation. It could bring push based services to Delphi applications to integrate with existing enterprise software systems (instead of frequent polling)

  • support for DNS SRV record entries

  • a server and client side WebSocket implementation

  • example for a standalone SOAP server based on IdHTTPWebBrokerBridge (see How to build stand-alone SOAP web services using Delphi?)

Community
  • 1
  • 1
mjn
  • 36,362
  • 28
  • 176
  • 378

1 Answers1

5

Social client component interfaces (Facebook / twitter)

Darian Miller
  • 7,808
  • 3
  • 43
  • 62
  • 8
    Then remove them. They are not Internet standards, just application APIs. Otherwise you should add, for example, full Exchange (or Notes) support using their own APIs. THat would be much more useful than Facebook or Twitter. –  Jan 01 '11 at 14:31
  • 1
    Indy is not limited to implementing only Internet Standards. It is first and foremost a Network Communications library. Popular protocols are allowed. I have added Exchange/Notes API support to the list, though I cannot promise it. – Remy Lebeau Jan 03 '11 at 09:25