summaryrefslogtreecommitdiff
path: root/Command/XMPPGit.hs
blob: ca7058c12581e44b46d53f534c3c05f315357b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{- git-annex command
 -
 - Copyright 2012 Joey Hess <joey@kitenet.net>
 -
 - Licensed under the GNU GPL version 3 or higher.
 -}

module Command.XMPPGit where

import Common.Annex
import Command
import Assistant.XMPP.Git

def :: [Command]
def = [noCommit $ noRepo xmppGitRelay $ dontCheck repoExists $
	command "xmppgit" paramNothing seek "git to XMPP relay (internal use)"]

seek :: [CommandSeek]
seek = [withWords start]

start :: [String] -> CommandStart
start _ = do
	liftIO xmppGitRelay
	stop