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
Jon Kristensen
f0ebab5774
renames (pushN -> pushElement, push -> pushStanza, pushOpen ->
...
pushOpenElement, pullSink -> pullToSink, xpStreamEntity ->
xpStreamStanza); minor formatting and documentation additions in Monad
14 years ago
Philipp Balzarek
632c546f10
Revert "Change message and presence payload from [Element] to [Node] for easier pickling"
...
This reverts commit afcd75475e .
14 years ago
Philipp Balzarek
afcd75475e
Change message and presence payload from [Element] to [Node] for easier pickling
14 years ago
Jon Kristensen
747c192fa8
updated Marshal.hs: fixed formatting, xpStanza where-local; im-specific
...
fields of Message and Presence removed; simpleMessage moved to Tests.hs
as to not to break it
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
f97d5c31c6
added pickler for SASLError
14 years ago
Philipp Balzarek
19a3005db6
warning clean
14 years ago
Philipp Balzarek
f54b50d609
switched to hexpat-internals
14 years ago
Philipp Balzarek
ac8e907e5c
compiles... again
14 years ago
Philipp Balzarek
f27b007520
top level types
14 years ago
Philipp Balzarek
40c40f3258
Session, some bug fixes
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