summaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA <Tobias@web>2013-08-15 08:28:02 +0000
committerGravatar admin <admin@branchable.com>2013-08-15 08:28:02 +0000
commit9485710fea1f266714296ba79b950e9112a57699 (patch)
tree7bea1f86e77867709210805776ed4859f5a2ec72 /doc/special_remotes
parent0be07297714de19f1283f9685f8778411e52738a (diff)
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/xmpp.mdwn31
1 files changed, 20 insertions, 11 deletions
diff --git a/doc/special_remotes/xmpp.mdwn b/doc/special_remotes/xmpp.mdwn
index 4c13e659c..3b72db8c5 100644
--- a/doc/special_remotes/xmpp.mdwn
+++ b/doc/special_remotes/xmpp.mdwn
@@ -21,16 +21,25 @@ any other git remote. Since XMPP requires a client that is continually running
to see incoming pushes, the XMPP remote cannot be used with git at the
command line.
-Server support status.
-
-1. Gmail jabber server is working properly. (Google apps users will have to edit `.git/annex/creds/xmpp` manually)
-
-2. [[Prosody|http://prosody.im/]] and [[Metronome|http://www.lightwitch.org/]] daemons are working properly.
-
-3. Ejabberd is [[failing|http://git-annex.branchable.com/forum/XMPP_authentication_failure/]]. ([[Authentication bug|https://support.process-one.net/browse/EJAB-1632]]: Fixed in debian unstable with version 2.1.10-5)
-
-4. jabberd14 is [[failing|http://git-annex.branchable.com/forum/XMPP_authentication_failure/#comment-4ce5aeabd12ca3016290b3d8255f6ef1]]. (No further information)
-
-5. Openfire/Tigase/iChat Server/jabberd2 are unverified/untested.
+## Hosted server support status
+[[!table data="""
+Server|Status|Notes
+Gmail|Working|Google apps users will have to edit `.git/annex/creds/xmpp` manually
+Facebook|?|2-factor will probably fail
+League Of Legends|?|Doubt it will work
+"""]]
+
+## Server daemon support status
+[[!table data="""
+Server|Status|Notes
+[[Prosody|http://prosody.im/]]|Working
+[[Metronome|http://www.lightwitch.org/]]|Working
+Ejabberd|[[failing|http://git-annex.branchable.com/forum/XMPP_authentication_failure/]]|[[Authentication bug|https://support.process-one.net/browse/EJAB-1632]]: Fixed in debian unstable with version 2.1.10-5
+jabberd14|[[failing|http://git-annex.branchable.com/forum/XMPP_authentication_failure/#comment-4ce5aeabd12ca3016290b3d8255f6ef1]]|No further information
+jabberd2|?|Please update
+Openfire|?|Please update
+Tigase|?|Please update
+iChat Server|?|Please update
+"""]]
See also: [[xmpp_protocol_design_notes|design/assistant/xmpp]]