Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 752 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 752 Bytes

Building whisper

  1. Install CocoaPods. Using bundler is recommended due to that CocoaPods has a habit of making breaking changes with new versions. Install bundler, then run bundle install.
  2. Install mogenerator with brew install mogenerator. You can also just download the binary; if you do put it in /usr/local/bin.
  3. Install the rest of the dependencies with bundle exec pod install.
  4. Open whisper.xcworkspace, select the whisper - tigase.im target, and hit build.

Running a local XMPP server

A configuration file for Prosody is provided, so simply install Prosody 0.9 (note: 0.8 is not supported) then run prosody --config prosody.cfg.lua