more xmpp debugging
This commit is contained in:
parent
017f62654f
commit
e06a4e12b5
1 changed files with 3 additions and 1 deletions
|
@ -219,7 +219,9 @@ relayNetMessage selfjid = do
|
|||
debug ["exploded undirected message to clients", unwords $ map logClient clients]
|
||||
return $ forM_ (clients) $ \(Client jid) ->
|
||||
putStanza $ pushMessage pushstage jid selfjid
|
||||
else return $ putStanza $ pushMessage pushstage tojid selfjid
|
||||
else do
|
||||
debug ["to client:", logJid tojid]
|
||||
return $ putStanza $ pushMessage pushstage tojid selfjid
|
||||
convert msg = convertNetMsg msg selfjid
|
||||
|
||||
{- Converts a NetMessage to an XMPP action. -}
|
||||
|
|
Loading…
Add table
Reference in a new issue