Copyright | (c) Dmitry Astapov, 2006 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Dmitry Astapov <dastapov@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Network.XMPP.Helpers
Description
Various "connection helpers" that let user obtain a handle to pass to initiateStream
Documentation
connectViaHttpProxy :: (Integral a, Show a1) => HostName -> a -> [Char] -> a1 -> IO Handle
Connect to XMPP server on specified host / port via HTTP 1.0 proxy
Connect to XMPP server on specified host / port
openStreamFile :: FilePath -> IO Handle
Open file with pre-captured server-to-client XMPP stream. For debugging