diff options
author | dxld@02c834b220f9ffc0410d37263aa29d9373cc455b <dxld@web> | 2015-10-01 17:22:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-10-01 17:22:44 +0000 |
commit | 9d4c41510f7cb05dbd7e1b542257aaca17fbe546 (patch) | |
tree | f838e43687003b1152576f13caa856d9a7301c4c /doc | |
parent | 84c364cbca53cb0ca8b37dd3e0aee3c8b350cc3a (diff) |
Added a comment: Fully p2p alternative to XMPP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/xmpp_removal/comment_1_457f98a4354ad6c17dcfb5eeefb4b11e._comment | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000..6f67d3da8 --- /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? + +"""]] |