~singpolyma/network-protocol-xmpp

ref: 3b3d4a2d02ef8113b251e76495e7ddbae2e1044d network-protocol-xmpp/network-protocol-xmpp.cabal -rw-r--r-- 1.5 KiB
3b3d4a2d — John Millikin Add 'sessionIsSecure' function, so users can check whether the current 10 years ago
                                                                                
7351372c John Millikin
3c421e30 John Millikin
1ac20f95 John Millikin
6304bac2 John Millikin
7351372c John Millikin
6304bac2 John Millikin
7351372c John Millikin
6304bac2 John Millikin
7351372c John Millikin
6304bac2 John Millikin
7351372c John Millikin
47b6d649 John Millikin
6304bac2 John Millikin
3c421e30 John Millikin
7351372c John Millikin
6304bac2 John Millikin
78b7d475 John Millikin
61061478 John Millikin
6304bac2 John Millikin
0a18d841 John Millikin
77d1fb37 John Millikin
a3bdf940 John Millikin
f393f02c John Millikin
1ab0aa09 John Millikin
520314c5 John Millikin
0a18d841 John Millikin
520314c5 John Millikin
1ab0aa09 John Millikin
61061478 John Millikin
7351372c John Millikin
78b7d475 John Millikin
57a89320 John Millikin
82b00c68 John Millikin
bd216cc4 John Millikin
fbf0f0b1 John Millikin
57a89320 John Millikin
92b4b6e3 John Millikin
57a89320 John Millikin
7351372c John Millikin
92b4b6e3 John Millikin
fb16bfd5 John Millikin
57a89320 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: network-protocol-xmpp
version: 0.4.3
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Network
stability: experimental
homepage: https://john-millikin.com/software/haskell-xmpp/
bug-reports: mailto:jmillikin@gmail.com

synopsis: Client library for the XMPP protocol.
description:

source-repository head
  type: bazaar
  location: https://john-millikin.com/branches/network-protocol-xmpp/0.4/

source-repository this
  type: bazaar
  location: https://john-millikin.com/branches/network-protocol-xmpp/0.4/
  tag: network-protocol-xmpp_0.4.3

library
  ghc-options: -Wall -O2
  hs-source-dirs: lib

  build-depends:
      base >= 4.0 && < 5.0
    , bytestring >= 0.9
    , gnuidn >= 0.2 && < 0.3
    , gnutls >= 0.1.4 && < 0.3
    , gsasl >= 0.3 && < 0.4
    , libxml-sax >= 0.7 && < 0.8
    , monads-tf >= 0.1 && < 0.2
    , network >= 2.2
    , text >= 0.10 && < 0.12
    , transformers >= 0.2
    , xml-types >= 0.3 && < 0.4

  exposed-modules:
    Network.Protocol.XMPP

  other-modules:
    Network.Protocol.XMPP.Client
    Network.Protocol.XMPP.Client.Authentication
    Network.Protocol.XMPP.Client.Features
    Network.Protocol.XMPP.Component
    Network.Protocol.XMPP.Connections
    Network.Protocol.XMPP.ErrorT
    Network.Protocol.XMPP.Handle
    Network.Protocol.XMPP.JID
    Network.Protocol.XMPP.Monad
    Network.Protocol.XMPP.Stanza
    Network.Protocol.XMPP.XML