Philipp Balzarek
c89cf91a70
handle timeouts in sendIQ response processing
14 years ago
Philipp Balzarek
4e24d6f16a
do proper disconnects
14 years ago
Philipp Balzarek
2c797c8bca
remove sessionEndHandler
14 years ago
Philipp Balzarek
ff4358c3a4
add stringprep to scram
...
rename DigestMD5 to DigestMd5
Don't thread credentials through xmppSasl
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
ce927ddcbf
moved 'src' to 'source'
14 years ago
Philipp Balzarek
0f43a5f63c
add stanza channel
14 years ago
Jon Kristensen
abb264a311
minor formatting and documentation additions; changed Session field
...
order
14 years ago
Philipp Balzarek
d2f793c9b6
add IQRequestTicket
14 years ago
Jon Kristensen
4db30a67bb
documentation clarifications
14 years ago
Jon Kristensen
8430e74195
minor formatting and documentation additions
14 years ago
Philipp Balzarek
ee4d62d7c7
handle StreamError in withConnection
14 years ago
Philipp Balzarek
d5cdc74f23
Add connectionClosedHandler
14 years ago
Philipp Balzarek
10c22f41f0
changed sConPushBS to return a boolen (False on Failure, True otherwise)
14 years ago
Philipp Balzarek
f73eec93d9
stopp reader from reading from a dead connection
...
rename elementFromEvents to elements and transform it to a conduit
add proper failing case for pullElement
change pushing to dead connection to throw away element rather than throw an exception
14 years ago
Philipp Balzarek
45edfcc56f
Add conection state to connection object, rename some types
...
rename XMPPConState to XmppConnection
rename xmppZeroCon to xmppNoConnection
add XmppConnectionState
remove sHaveTLS from XmppConnection
add (sConnectionState :: XmppConnectionState) to XmppConnection
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
6cc097fa37
reader fixes:
...
catch exceptions while blocking on readTMVar
catch exceptiosn while waiting for semaphores
14 years ago
Philipp Balzarek
70d9b5b47d
renamed XMPPThread to XMPP
...
renamed Thread to Session
split runThreaded in newSession and WithNewSession
14 years ago
Philipp Balzarek
716e4476ee
Warning clean
14 years ago
Philipp Balzarek
2ad95ba1b4
added EventHandlers, endSession, closeConnection
14 years ago
Jon Kristensen
b3c73c1774
an Control.Exception.allowInterrupt equivalent for ghc 7 compatibility
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
e0b97dacf8
removed sConPush, session now starts without connection, added inline connection method
...
xml-types-pickle updated
14 years ago
Philipp Balzarek
c856d332a2
removed dependency on ResourceT
...
changed withConnection to run in the caller thread
14 years ago
Philipp Balzarek
bcd67d306e
split Concurrent
14 years ago