aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-27 17:25:11 -0700
committerfriendica <info@friendica.com>2014-08-27 17:25:11 -0700
commit287ce2576f3b1a077e19ec700a1578cb3a5b0a4b (patch)
treed58456ade97b78d0f81ebf822464e8658d1d07dd /doc
parent4a1ddc7017c940e2cf158344a77831cf17788903 (diff)
downloadvolse-hubzilla-287ce2576f3b1a077e19ec700a1578cb3a5b0a4b.tar.gz
volse-hubzilla-287ce2576f3b1a077e19ec700a1578cb3a5b0a4b.tar.bz2
volse-hubzilla-287ce2576f3b1a077e19ec700a1578cb3a5b0a4b.zip
thanks thomas...
Diffstat (limited to 'doc')
-rw-r--r--doc/diaspora_compat.md68
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/diaspora_compat.md b/doc/diaspora_compat.md
new file mode 100644
index 000000000..2e38dc443
--- /dev/null
+++ b/doc/diaspora_compat.md
@@ -0,0 +1,68 @@
+##Diaspora Compatibility
+
+Diaspora protocol compatibility is presently considered an ***experimental*** feature. It may not be available on all sites and presents some serious compatibility issues with redmatrix. At the moment these compatibility issues will be shared with "Friendica-over-Diaspora" protocol communications.
+
+Private mail is currently not working. Eventually this will be fixed. Posts and comments are partially working.
+
+Private mail retraction will not be possible on Diaspora.
+
+Access control only works on posts and comments. Diaspora members will get permission denied trying to access any other access controlled redmatrix objects such as files, photos, webpages, chatrooms, etc. In the case of private photos that are linked to posts, they will see a "prohibited sign" instead of the photo. Diaspora has no concept of private media. There is no workaround except to make your media resources public (to everybody on the internet).
+
+
+Edited posts will not be delivered. Diaspora members will see the original post/comment without edits. There is no mechanism in the protocol to update an existing post. We cannot delete it and submit another invisibly because the message-id will change and we need to keep the same message-id on our own network. The only workaround is to delete the post/comment and do it over.
+
+Nomadic identity will not work with Diaspora. We will eventually provide an **option** which will allow you to "start sharing" from all of your clones when you make the first connection. The Diaspora person does not have to accept this, but it will allow your communications to continue if they accept this connection. Without this option, if you go to another server from where you made the connection originally or you make the connection before creating the clone, you will need to make friends with them again from the new location.
+
+Post expiration is not supported on Diaspora. We will provide you an option to not send expiring posts to that network. In the future this may be provided with a remote delete request.
+
+End-to-end encryption is not supported. We will translate these posts into a lock icon, which can never be unlocked from the Diaspora side.
+
+Message verification will eventually be supported.
+
+Multiple profiles are not supported. Diaspora members can only see your default profile.
+
+Birthday events will not appear in Diaspora. Other events will be translated and sent as a post, but all times will either be in the origination channel's timezone or in GMT. We do not know the recipient's timezone because Diaspora doesn't have this concept.
+
+Tags are converted into "un-hijackable" tags by default and will link back to your redmatrix resources. We will provide an option to allow you to let the other end of the network hijack your tags and point them at its own resources.
+
+Community tags will not work. We will send a tagging activity as a comment. It won't do anything.
+
+Forum tags (@forum+) and privacy tags (@!somebody) will not be available to Diaspora members. These tags may have to be stripped or obscured to prevent them from being hijacked - which could result in privacy issues.
+
+Premium channel redirects will not be sent. If you allow Diaspora connections, they will not see that you have a premium channel.
+
+You cannot use Diaspora channels as channel sources.
+
+
+Dislikes of posts will be converted to comments and you will have the option to send these as comments or not send them to Diaspora (which does not provide dislike).
+
+We will do the same for both likes and dislikes of comments. They can either be sent as comments or you will have the ability to prevent them from being transmitted to Diaspora.
+
+
+"observer tags" will be converted to empty text.
+
+
+Embedded apps will be translated into links.
+
+
+Embedded page design elements (work in progress) will be either stripped or converted to an error message.
+
+
+Diaspora members will not appear in the directory.
+
+
+There are differences in oembed compatibility between the networks. Some embedded resources will turn into a link on one side or the other.
+
+
+On the bright side, pokes should work.
+
+
+
+
+
+
+
+
+
+
+ \ No newline at end of file