Jon Kristensen
|
5e1939eb0e
|
Merge pull request #1 from Philonous/master
xmpp-lib merge
|
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
|
f74819f483
|
Merge branch 'xmpp-lib'
Conflicts:
LICENSE
src/Network/XMPP.hs
src/Network/XMPP/SASL.hs
src/Network/XMPP/Session.hs
src/Network/XMPP/Stream.hs
src/Network/XMPP/TLS.hs
src/Network/XMPP/Types.hs
|
14 years ago |
Philipp Balzarek
|
dd1aeb4be1
|
prepare merge
|
14 years ago |
Philipp Balzarek
|
d8abc3f956
|
added some helper functions
|
14 years ago |
Jon Kristensen
|
5cda361ba0
|
added SessionSettings record, made the stanza types internal (forced StanzaId), StanzaId show instance, Session.hs is broken
|
14 years ago |
Philipp Balzarek
|
bcd67d306e
|
split Concurrent
|
14 years ago |
Philipp Balzarek
|
4e5dc2e31e
|
added test client
added IQ answering mechanism
improved error reporting un unpickling failures (will show offending element)
general cleanups
|
14 years ago |
Philipp Balzarek
|
7f22610d7c
|
fixed IQ handling
|
14 years ago |
Jon Kristensen
|
83c94dd402
|
simple ibr example
|
14 years ago |
Philipp Balzarek
|
19a3005db6
|
warning clean
|
14 years ago |
Philipp Balzarek
|
5eab69b427
|
updated example, cleanup
|
14 years ago |
Philipp Balzarek
|
5547a70259
|
sendIQ, unique ID generation, channel autodrop, some documentation
|
14 years ago |
Philipp Balzarek
|
d925ccddb6
|
enforcing single threads
|
14 years ago |
Jon Kristensen
|
1f2a629d20
|
added an echo client example for the new proposed api
|
14 years ago |
Philipp Balzarek
|
5cbec3efb2
|
error types
|
14 years ago |
Philipp Balzarek
|
7013553dee
|
some cleanup
|
14 years ago |
Philipp Balzarek
|
9fd7e8daff
|
conduit 0.4, switched back to xml-conduit
|
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 |
Philipp Balzarek
|
7b8dea4af1
|
added submodules
|
14 years ago |
Philipp Balzarek
|
79b98e8814
|
added some preliminary IQ-handling support
|
14 years ago |
Jon Kristensen
|
aea0556efd
|
extended event system (management of hooks); now properly deals with network (asynchronous) exceptions and connects to the provided server
|
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 |
Philipp Balzarek
|
f54b50d609
|
switched to hexpat-internals
|
14 years ago |
Jon Kristensen
|
137f7e9764
|
removal of srs document from the git repository
|
14 years ago |
Philipp Balzarek
|
f0c05132ff
|
squash! some conduit weirdness (blocking where it shouldn't)
|
14 years ago |
Philipp Balzarek
|
ac8e907e5c
|
compiles... again
|
14 years ago |
Jon Kristensen
|
e7b661976e
|
name, nejla and license change updates
|
14 years ago |
Jon Kristensen
|
e2212386e0
|
minor changes
|
14 years ago |
Jon Kristensen
|
0c2adb1609
|
removed the software design description and the software quality assurance plan documents
|
14 years ago |
Jon Kristensen
|
40e796e57c
|
changed the license to apache license 2.0
|
14 years ago |
Philipp Balzarek
|
f27b007520
|
top level types
|
14 years ago |
Philipp Balzarek
|
40c40f3258
|
Session, some bug fixes
|
14 years ago |
Jon Kristensen
|
43995daaf1
|
removed an unused .gitignore file
|
14 years ago |
Jon Kristensen
|
b147d8e606
|
removed eclipse project files
|
14 years ago |
Jon Kristensen
|
3e15419371
|
updated the README file
|
14 years ago |
Philipp Balzarek
|
d11434f18f
|
switched to hexpat
|
14 years ago |
Philipp Balzarek
|
cebc468852
|
bind
|
14 years ago |
Philipp Balzarek
|
0651bcd18f
|
first stab at types and marshaling
|
14 years ago |
Philipp Balzarek
|
021a0487c3
|
sasl working
|
14 years ago |
Philipp Balzarek
|
2193a15fba
|
initial
|
14 years ago |
Jon Kristensen
|
1adf789309
|
moved around source code and reconfigured the eclipsefp project a bit
|
14 years ago |
jonkri
|
02e4a7819e
|
configured the project for eclipsefp and committed it "as is"
|
14 years ago |
Jon Kristensen
|
542520e4d5
|
initial work on the new Session module; defines a XMPPT monad that derives from Monad and MonadReader, shows what events there are, how hooks are set, and provides a convenience function for connecting
|
14 years ago |
Jon Kristensen
|
14ed2cdd95
|
moved Session.hs out of the way--a new module is being developed
|
14 years ago |
Jon Kristensen
|
01a6eac141
|
added the first draft of the architectural description document
|
15 years ago |
Jon Kristensen
|
543840e945
|
updated the readme file for today's sprint
|
15 years ago |
Jon Kristensen
|
0729e0fc71
|
updated readme and cabal file (since 0.0.7.0 was released)
|
15 years ago |
Jon Kristensen
|
e3929e7ab0
|
cleaned up the TLS and Stream modules
|
15 years ago |