|
|
|
@ -4,18 +4,19 @@ Cabal-Version: >= 1.6 |
|
|
|
Build-Type: Simple |
|
|
|
Build-Type: Simple |
|
|
|
-- License: |
|
|
|
-- License: |
|
|
|
License-File: LICENSE |
|
|
|
License-File: LICENSE |
|
|
|
-- Copyright: |
|
|
|
Copyright: Dmitry Astapov, Pierre Kovalev, Mahdi Abdinejadi, Jon Kristensen, |
|
|
|
|
|
|
|
IETF Trust, Philipp Balzarek |
|
|
|
Author: Jon Kristensen, Mahdi Abdinejadi, Philipp Balzarek |
|
|
|
Author: Jon Kristensen, Mahdi Abdinejadi, Philipp Balzarek |
|
|
|
Maintainer: info@jonkri.com |
|
|
|
Maintainer: info@jonkri.com |
|
|
|
Stability: alpha |
|
|
|
Stability: alpha |
|
|
|
-- Homepage: |
|
|
|
Homepage: http://www.pontarius.org/ |
|
|
|
Bug-Reports: mailto:info@jonkri.com |
|
|
|
Bug-Reports: mailto:info@jonkri.com |
|
|
|
-- Package-URL: |
|
|
|
Package-URL: http://hackage.haskell.org/packages/archive/pontarius-xmpp/0.1.0.0/pontarius-xmpp-0.1.0.0.tar.gz |
|
|
|
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core) |
|
|
|
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core) |
|
|
|
Description: Pontarius is a work in progress implementation of |
|
|
|
Description: Pontarius is a work in progress implementation of |
|
|
|
RFC 6120 (XMPP: Core). |
|
|
|
RFC 6120 (XMPP: Core). |
|
|
|
Category: Network |
|
|
|
Category: Network |
|
|
|
Tested-With: GHC == 7.4.1 |
|
|
|
Tested-With: GHC ==7.0.4, GHC ==7.4.1 |
|
|
|
-- Data-Files: |
|
|
|
-- Data-Files: |
|
|
|
-- Data-Dir: |
|
|
|
-- Data-Dir: |
|
|
|
-- Extra-Source-Files: |
|
|
|
-- Extra-Source-Files: |
|
|
|
@ -80,7 +81,7 @@ Library |
|
|
|
, Data.Conduit.TLS |
|
|
|
, Data.Conduit.TLS |
|
|
|
GHC-Options: -Wall |
|
|
|
GHC-Options: -Wall |
|
|
|
|
|
|
|
|
|
|
|
Executable pontarius-echoclient |
|
|
|
Executable pontarius-xmpp-echoclient |
|
|
|
hs-source-dirs: source |
|
|
|
hs-source-dirs: source |
|
|
|
Main-Is: ../examples/EchoClient.hs |
|
|
|
Main-Is: ../examples/EchoClient.hs |
|
|
|
|
|
|
|
|
|
|
|
@ -88,9 +89,9 @@ Source-Repository head |
|
|
|
Type: git |
|
|
|
Type: git |
|
|
|
Location: git://github.com/jonkri/pontarius-xmpp.git |
|
|
|
Location: git://github.com/jonkri/pontarius-xmpp.git |
|
|
|
|
|
|
|
|
|
|
|
-- Source-Repository this |
|
|
|
Source-Repository this |
|
|
|
-- Type: git |
|
|
|
Type: git |
|
|
|
-- -- Module: |
|
|
|
-- Module: |
|
|
|
-- Location: git://github.com/jonkri/pontarius-xmpp.git |
|
|
|
Location: git://github.com/jonkri/pontarius-xmpp.git |
|
|
|
-- Tag: 0.1.0.0 |
|
|
|
Tag: 0.1.0.0 |
|
|
|
-- -- Subdir: |
|
|
|
-- Subdir: |