Philipp Balzarek
ff22fb3d48
refactor xmppConMonad
13 years ago
Philipp Balzarek
fff335db2d
rename Network.Xmpp.Monad to Network.Xmpp.Connection
13 years ago
Philipp Balzarek
ec08ba5833
shape documentation
13 years ago
Philipp Balzarek
a9f691cdcc
factor Channels out from Concurrent interface
13 years ago
Jon Kristensen
e62f672603
fixed Hackage build problems (removed EchoClient binary, added missing modules), bumped version
13 years ago
Jon Kristensen
8ef30ac78b
set License: OtherLicense
13 years ago
Jon Kristensen
01847fc85a
added lower bounds for versions of dependencies
13 years ago
Philipp Balzarek
58e611385f
Initial work on Data Forms, IBR
14 years ago
Philipp Balzarek
3500b7ad7c
add Network.Xmpp.Xep.ServiceDiscovery
14 years ago
Philipp Balzarek
bcbe68bcac
Update to xml-picklers 0.2.2 Add LangTag to Network.Xmpp re-export list
14 years ago
Philipp Balzarek
9b748870dc
update to xml-picklers 0.2
14 years ago
Philipp Balzarek
aec8b3e2c3
update to conduit 0.5 and xml-conduit 1.0
14 years ago
Jon Kristensen
63507a4276
additional cabal modification
...
renamed cabal file
modified copyright to adhere to the LICENSE file
added homepage and package-url
added GHC ==7.0.4 to the tested-with field
14 years ago
Jon Kristensen
c107ae3956
modified cabal file for new project name and location
14 years ago
Philipp Balzarek
3091a43914
move mechanisms to Sasl/Mechanisms
...
factor out prepCredentials
14 years ago
Philipp Balzarek
cfb3597feb
add scram
...
add sAuthzid to XmppConnection
add sAuthzid to XmppConnection more work on sasl infrastructure
move more stuff from DigestMd5 to Common
more work on sasl infrastructure
14 years ago
Philipp Balzarek
d23ae0f149
replace XMPP with Xmpp everywhere to unify style
...
replace SASL with Sasl
replace DIGEST_MD5 with DigestMD5
replace PLAIN with Plain
14 years ago
Jon Kristensen
188cc252d3
Eq instance for JID, PLAIN now base64-encoded, EchoClient compiles,
...
isBare/Full functions exposed
14 years ago
Philipp Balzarek
d8943c1f56
re-add modules to cabal file
14 years ago
Jon Kristensen
ce927ddcbf
moved 'src' to 'source'
14 years ago
Jon Kristensen
afffad11a0
corrected module configuration error which caused pontarius not to build
14 years ago
Philipp Balzarek
b4b2610880
Renamed SaslError to AuthError
...
Renamed SASLError to SaslError
added BufferedSource
Changed sources to be buffered
reader now only reads the connection state in the beginning, doesn't need to put anything back
Updated test client
14 years ago
Philipp Balzarek
f3d1a37146
protected withConnection from asynchronous exceptions (may beed more work)
...
renamed picklers to adhere to the xpPicklername schema
added xmpp stream error data type and pickler
changed fatal errors throw exceptions rather than ErrorT errors
renamed pulls to pullSink
renamed pullE pullElement
renamed pull to pullStanza
renamed sendS to sendStanza
14 years ago
Philipp Balzarek
f2ab31fe71
preliminary shaping of API structure, documentation
14 years ago
Philipp Balzarek
1a4fa214b4
re-added stringprep
14 years ago
Philipp Balzarek
cca3a6d4d0
added error handling to Stream, TLS
...
switched to Strict State
switched to mtl
improved build script
14 years ago
Philipp Balzarek
522ec7a61f
fixed cabal file
14 years ago
Jon Kristensen
9f96c71145
started using xml-conduit instead of xml-enumerator, but because of what seems to be a bug in parseBytes we can't actually read anything
14 years ago
Jon Kristensen
f4a0c41eaa
new dummy xmppt (statet-based) api, enumerator code commented and many features disabled, but pontarius with example now compiles, updated readme file, new credits file
14 years ago
Jon Kristensen
e7b661976e
name, nejla and license change updates
14 years ago