Philipp Balzarek
697b1398be
make bind save the received JID
14 years ago
Philipp Balzarek
1d54682baa
rename JID to Jid
...
remove sUsername, aAuthzid, sResource from XmppConnection
add sJid to XmppConnection
14 years ago
Philipp Balzarek
ff4358c3a4
add stringprep to scram
...
rename DigestMD5 to DigestMd5
Don't thread credentials through xmppSasl
14 years ago
Jon Kristensen
d46caa7afa
i was wrong about the possibility of encountering an empty
...
stream:features element
14 years ago
Jon Kristensen
c5841a6325
Merge remote-tracking branch 'philonous/master'
14 years ago
Jon Kristensen
ce14ae0fc3
some general documentation
14 years ago
Philipp Balzarek
136c5f8b1e
add server authentication
14 years ago
Philipp Balzarek
b69f8e839e
add documentation to Scram.hs and Common.hs
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
7b80923433
refactor digestMd5 to move common functionality to module Common
14 years ago
Jon Kristensen
e7eff3ea50
fixed stream features unpickle bug that appeared when no stream:features
...
element was provided by the server
14 years ago
Philipp Balzarek
5b536428a9
Change more all-caps names to camel case
...
rename Sasl.Sasl to Sasl.Common
14 years ago
Philipp Balzarek
97b08fa277
rename more occurences of DIGEST_MD5 and PLAIN to DigestMD5 and Plain respectively
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
Jon Kristensen
c26b6fb139
moved examples and tests out of the source directory
14 years ago
Jon Kristensen
24ba65edbf
(untested) sasl plain implementation
14 years ago
Jon Kristensen
55d8d52623
prepared to extend sasl functionality, put digest-md5 code in its own
...
module
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
Philipp Balzarek
7331147fed
Merge branch 'master' of https://github.com/nejla/pontarius
14 years ago
Philipp Balzarek
b816466662
Merge branch 'master' of https://github.com/nejla/pontarius
14 years ago
Jon Kristensen
53a236d479
removed lyx manual and added manual and tutorial placeholder files
14 years ago
Jon Kristensen
c68a5275d4
Documentation and Examples directory lower-case
14 years ago
Jon Kristensen
e4a27def01
minor formatting and (partial) documentation additions
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
Philipp Balzarek
e58cd11b25
Add Network.XMPP.IM.Message documentation
14 years ago
Jon Kristensen
4db30a67bb
documentation clarifications
14 years ago
Jon Kristensen
8430e74195
minor formatting and documentation additions
14 years ago
Jon Kristensen
2c62b2d9e8
answerMessage needs to take [Element]
14 years ago
Jon Kristensen
ad51a56e3c
minor formatting and documentation additions
14 years ago
Jon Kristensen
c029d6e1d4
minor formatting and documentation additions
14 years ago
Philipp Balzarek
fdac254400
add simpleIM
...
add answerIM
14 years ago
Philipp Balzarek
3a2a1ac557
Merge branch 'master' of https://github.com/nejla/pontarius
14 years ago
Philipp Balzarek
5855d61e31
change Message picklers to work on Elements rather than nodes
...
update xml-types-pickle submodule
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
Jon Kristensen
aa42a263a7
minor formatting and documentation additions
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
Jon Kristensen
48c60f8e9b
minor formatting and documentation additions
14 years ago
Jon Kristensen
4e39e60247
minor formatting and documentation additions
14 years ago
Philipp Balzarek
b4dc87eb2c
Merge branch 'master' of https://github.com/nejla/pontarius
14 years ago
Philipp Balzarek
92277571d4
add functions to extract subject, thread and body from message add newIM that creates a new message with subject, thread and body
14 years ago
Philipp Balzarek
afcd75475e
Change message and presence payload from [Element] to [Node] for easier pickling
14 years ago
Jon Kristensen
6b9ca18284
minor formatting and documentation additions
14 years ago
Philipp Balzarek
ca3ad13ac3
move Network.XMPP.Message to Network.XMPP.IM.Message
...
move Network.XMPP.IM to Network.XMPP.IM.Presence
add Network.XMPP.IM
14 years ago
Philipp Balzarek
ee4d62d7c7
handle StreamError in withConnection
14 years ago
Philipp Balzarek
d5cdc74f23
Add connectionClosedHandler
14 years ago
Jon Kristensen
62af5b09ac
reformatted, partially documented and made all functions except xmppSASL
...
where-local
14 years ago