From 9825b4cb1567c816196dd290b5a8d0a7bd3e516a Mon Sep 17 00:00:00 2001 From: "dxld@02c834b220f9ffc0410d37263aa29d9373cc455b" Date: Thu, 1 Oct 2015 17:22:44 +0000 Subject: [PATCH] Added a comment: Fully p2p alternative to XMPP --- ...ment_1_457f98a4354ad6c17dcfb5eeefb4b11e._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/todo/xmpp_removal/comment_1_457f98a4354ad6c17dcfb5eeefb4b11e._comment diff --git a/doc/todo/xmpp_removal/comment_1_457f98a4354ad6c17dcfb5eeefb4b11e._comment b/doc/todo/xmpp_removal/comment_1_457f98a4354ad6c17dcfb5eeefb4b11e._comment new file mode 100644 index 0000000000..6f67d3da86 --- /dev/null +++ b/doc/todo/xmpp_removal/comment_1_457f98a4354ad6c17dcfb5eeefb4b11e._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="dxld@02c834b220f9ffc0410d37263aa29d9373cc455b" + nickname="dxld" + subject="Fully p2p alternative to XMPP" + date="2015-10-01T17:22:44Z" + content=""" +It looks like no one else has suggested this yet so I guess I'll have to: [Tox](https://tox.chat/) + +Tox is pretty easy to build on all platforms (GNU/Linux, Mac and WinDOS). All the protocol relevant bits are implemented as a single C library (libtoxcore). It supports bulk file transfers and handles all the NAT hole punching nastiness internally AFAIK. + +Thoughts? + +"""]]