Jon Kristensen
6e449a6fc1
Remove source/Utils.hs
13 years ago
Philipp Balzarek
4815c10dc8
reexport exampleparams from Network.Xmpp.Basic
13 years ago
Philipp Balzarek
461bbd0692
remove message and presence channels (use stanza channel instead)
...
rename forkSession to dupSession
13 years ago
Philipp Balzarek
0ad8187418
swap names of Context and Session
13 years ago
Philipp Balzarek
a057326c13
rename XmppConnectionState to ConnectionState
13 years ago
Philipp Balzarek
af00583e44
update echoclient
13 years ago
Philipp Balzarek
d077ee5634
improve IM/Message
13 years ago
Philipp Balzarek
ff22fb3d48
refactor xmppConMonad
13 years ago
Philipp Balzarek
fff335db2d
rename Network.Xmpp.Monad to Network.Xmpp.Connection
13 years ago
Philipp Balzarek
1e42a760de
Fix BufferedSource (couldn't handle leftovers and was therefore useless)
...
Factor out connection from Session
Abstract over connection type (remove mention of Handle)
13 years ago
Philipp Balzarek
b47da8db10
remove redundant xmppRestartStream from DigestMD5
13 years ago
Philipp Balzarek
73d9a21359
add Network.Xmpp.Basic
13 years ago
Philipp Balzarek
9f552d0e98
make test/Tests.hs typecheck
13 years ago
Philipp Balzarek
ec08ba5833
shape documentation
13 years ago
Philipp Balzarek
3ff3c71a98
rename CSession to Context
...
rename forkSessionChan to forkContext
13 years ago
Philipp Balzarek
e3dd3d9ff2
Merge remote-tracking branch 'nejla/master'
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
Philipp Balzarek
3b2b934376
Merge remote-tracking branch 'remotes/nejla/master'
...
Conflicts:
source/Network/Xmpp.hs
source/Network/Xmpp/Concurrent/Threads.hs
13 years ago
Philipp Balzarek
c0af09d40c
split off channels
13 years ago
Philipp Balzarek
f44596eb98
add port argument to connect methods
13 years ago
Jon Kristensen
8ef30ac78b
set License: OtherLicense
13 years ago
Jon Kristensen
3b688e0380
minor documentation and formatting changes
13 years ago
Jon Kristensen
01847fc85a
added lower bounds for versions of dependencies
13 years ago
Jon Kristensen
8338cc6536
fixed build errors for EchoClient
13 years ago
Jon Kristensen
71b25eb0fa
borrowed modifyTVar for GHC 7.0 compatibility
13 years ago
Philipp Balzarek
4f78596402
split readWorker
13 years ago
Philipp Balzarek
bcb0f9177b
un-ReaderT Xmpp actions
...
remove Xmpp type synonym
13 years ago
Philipp Balzarek
a71c6b815c
fix TLS code for hs-tls 1.0
13 years ago
Philipp Balzarek
828ca56cc3
make datatype fields strict
13 years ago
Philipp Balzarek
6e504c3135
fix a comment
13 years ago
Philipp Balzarek
91fa188484
add data forms test cases
13 years ago
Philipp Balzarek
e96b5e557a
add Text.XML.Stream.Elements.parseElement
...
minor fix-ups
13 years ago
Philipp Balzarek
abf217754c
complete the basic code to work with data forms
13 years ago
Philipp Balzarek
e50a0dbd31
fix IBR always using IQ-Get
...
add IBR unregister method
improve TLS debug messages
13 years ago
Philipp Balzarek
58e611385f
Initial work on Data Forms, IBR
14 years ago
Philipp Balzarek
498bfac762
Merge remote-tracking branch 'remotes/nejla/master'
...
Conflicts:
source/Network/Xmpp/Concurrent/Types.hs
14 years ago
Philipp Balzarek
c89cf91a70
handle timeouts in sendIQ response processing
14 years ago
Jon Kristensen
354335fd9d
minor correction
14 years ago
Jon Kristensen
31633cfbde
remove any expectations for received xml:lang tag
...
the way i understand rfc 6120, clients will not have any assumptions
about the received xml:lang tag
14 years ago
Jon Kristensen
f9324a0c72
accept missing to header from server
...
Interoperability Note: It is possible that implementations based on
[RFC3920] will not include the 'to' address on stream headers; an entity
SHOULD be liberal in accepting such stream headers.
14 years ago
Jon Kristensen
600a573bbc
Merge remote-tracking branch 'philonous/master'
14 years ago
Jon Kristensen
4798838f20
minor documentation/formatting changes
14 years ago
Philipp Balzarek
40b7176229
Merge remote-tracking branch 'nejla/master'
14 years ago
Jon Kristensen
d4390c3e62
changed listenIQChan to return the current channel, if one
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
Philipp Balzarek
7689a71fa3
change submodule xml-types-pickle to xml-picklers
14 years ago