From 5203f11baa60a237cdb1155d830f715722357fb0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Mar 2013 16:50:11 -0400 Subject: [PATCH] update --- doc/design/assistant/android.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index c0b710c528..b43699bfd3 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -42,6 +42,8 @@ TH and once for cross. * Enable WebDAV support. Currently needs template haskell (could be avoided by changing the DAV library to not use it), and also networking support, which seems broken in current ghc-android. +* XMPP support. I got all haskell libraries installed, but it fails to find + several C libraries at link time. * Get local pairing to work. network-multicast and network-info don't currently install. * Get test suite to pass. Current failure is because `git fetch` is somehow