~singpolyma/network-protocol-xmpp

ref: 4292e71f47597f76f5c54c783c5ee4c18f8ae830 network-protocol-xmpp/network-protocol-xmpp.cabal -rw-r--r-- 819 bytes
4292e71f — Stephan Maka Connection: class for getTree/putTree 13 years ago
                                                                                
7351372c John Millikin
e53f941b John Millikin
7351372c John Millikin
4292e71f Stephan Maka
7351372c John Millikin
8b595358 John Millikin
7351372c John Millikin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: network-protocol-xmpp
version: 0.2
synopsis: Client <-> Server communication over XMPP
license: GPL
license-file: License.txt
author: John Millikin <jmillikin@gmail.com>
        Stephan Maka  <stephan@spaceboyz.net>
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >=1.6
category: Network
stability: experimental
bug-reports: mailto:jmillikin@gmail.com

source-repository head
  type: darcs
  location: http://patch-tag.com/r/jmillikin/network-protocol-xmpp/pullrepo

library
  build-depends: base >=3 && < 5, hxt, libxml-sax >= 0.2, hsgnutls, gsasl, network
  exposed-modules:
    Network.Protocol.XMPP
    Network.Protocol.XMPP.Client
    Network.Protocol.XMPP.JID
    Network.Protocol.XMPP.SASL
    Network.Protocol.XMPP.Stanzas
    Network.Protocol.XMPP.Stream
    Network.Protocol.XMPP.Util