Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
Jesse Bounds edited this page Oct 21, 2013 · 20 revisions

Welcome to the ObjectiveDDP wiki!

This library allows an Objective-C application to talk to a Meteor server with DDP (https://github.com/meteor/meteor/blob/master/packages/livedata/DDP.md)

This library also allows an Objective-C application to authenticate with a Meteor server with SRP (http://en.wikipedia.org/wiki/Secure_Remote_Password_protocol), the protocol Meteor uses for authentication over the web.

Changelog:

October 20th, 2013 [tag]

This includes:

  • Cleanup of srp C code for meteor auth
  • Automated reattempts of login (configurable)
  • Logout convenience method
  • Bug fixes for specs for issues introduced in 0.1.0

September 26, 2013: We are marking our first release version 0.1.0! This includes (with lots of help from @ewindso):

  • several changes that help stabilize the application in real world scenarios (i.e. reconnect).
  • We added the ability to send DDP messages that invoke methods on your server (i.e. Meteor.call).
  • You can listen for a notification that confirms a subscription request you've made is ready, there are notifications for auth failure, and you can now get notifications on a per collection basis if you want.
  • You can now unsubscribe from updates for specific collections on the server.
  • Finally, the ObjectiveDDP library and Example projects have been configured to play nicely with the latest Xcode version 5.

iOS Boilerplate

Clone this wiki locally