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 |
Jon Kristensen
|
28600e915b
|
exported IM
|
14 years ago |
Jon Kristensen
|
afffad11a0
|
corrected module configuration error which caused pontarius not to build
|
14 years ago |
Jon Kristensen
|
2d7ae0ad42
|
moved im-related functions from Presence to a new IM module
|
14 years ago |
Jon Kristensen
|
0d3830c6fd
|
Merge remote-tracking branch 'philonous/master'
|
14 years ago |
Jon Kristensen
|
ff87c3a290
|
minor formatting and documentation changes
|
14 years ago |
Philipp Balzarek
|
cbd3c9573c
|
Merge branch 'master' of https://github.com/nejla/pontarius
|
14 years ago |
Philipp Balzarek
|
10c22f41f0
|
changed sConPushBS to return a boolen (False on Failure, True otherwise)
|
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
|
6e1a32982c
|
rename bindP to xpBind to conform to the naming convention
|
14 years ago |