diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-21 19:11:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-21 19:11:53 -0400 |
commit | 16b2a708b47f2c472e3916e5b0ec6e948da4c66d (patch) | |
tree | 8c17f6d1098f99f2c85c547c3e304a385fc0448f /doc | |
parent | 3ce6a17e562a63aeb0e7b1624229bbef123c3d61 (diff) |
blog for the day
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/blog/day_244__android_porting.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_244__android_porting.mdwn b/doc/design/assistant/blog/day_244__android_porting.mdwn new file mode 100644 index 000000000..e535c1054 --- /dev/null +++ b/doc/design/assistant/blog/day_244__android_porting.mdwn @@ -0,0 +1,6 @@ +Ported all the C libraries needed for XMPP to Android. (gnutls, +libgcrypt, libgpg-error, nettle, xml2, gsasl, etc). Finally +got it all to link. What a pain. + +Bonus: Local pairing support builds for Android now, seems recent changes to +the network library for WebDAV also fixed it. |