diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-24 09:10:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-24 09:10:48 -0400 |
commit | 12cd5a673b59494db918df21272dd77091346d05 (patch) | |
tree | 14dd78266a04c3259e7e611407a1cfaa0b32efda /doc/special_remotes/xmpp.mdwn | |
parent | 5a29314ba7214b063c528c3388a02bf0667b62f2 (diff) |
typo
Diffstat (limited to 'doc/special_remotes/xmpp.mdwn')
-rw-r--r-- | doc/special_remotes/xmpp.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/xmpp.mdwn b/doc/special_remotes/xmpp.mdwn index b106d83eb..ef5e85511 100644 --- a/doc/special_remotes/xmpp.mdwn +++ b/doc/special_remotes/xmpp.mdwn @@ -11,7 +11,7 @@ set up could be accomplished: XMPPCreds {xmppUsername = "joeyhess", xmppPassword = "xxxx", xmppHostname = "xmpp.l.google.com.", xmppPort = 5222, xmppJID = "joeyhess@gmail.com"} 2. A git remote is created using a special url, of the form `xmpp::user@host` - For the above example, it would be `url = xmpp:joeyhess@gmail.com` + For the above example, it would be `url = xmpp::joeyhess@gmail.com` 3. The uuid of one of the other clients using XMPP should be configured using the `annex.uuid` setting, the same as is set up for other remotes. |