17 Commits (e0821567de6ca80d644eacc28a342e2ba325b47b)

Author SHA1 Message Date
Jon Kristensen b64c61299c Export various types 13 years ago
Philipp Balzarek 48f1e515fc clear modules necessare for cabal install of warnings 13 years ago
Philipp Balzarek 8875fca4d7 move TLS preference check to startTLS and add PreferPlain 13 years ago
Jon Kristensen 4259206466 Add `StreamSettings' record with `Default' instance 13 years ago
Philipp Balzarek c705291548 Reverting "rename StanzaID to StanzaId" 13 years ago
Jon Kristensen bfa33f0432 Remove exports of the SASL helper functions 13 years ago
Jon Kristensen e1ff362e70 Remove Pickle helpers from Network.Xmpp.Internal 13 years ago
Jon Kristensen 6a39cc3f5e Remove SaslM 13 years ago
Jon Kristensen 11f2f73a91 Export StanzaID; rename StanzaId constructor 13 years ago
Jon Kristensen 9b45e359c7 Renamed pushIQ' to pushIQ 13 years ago
Jon Kristensen 2fe8c66d4d Remove simpleAuth 13 years ago
Jon Kristensen 9eb793e1d3 Renamed some stream-related record fields 13 years ago
Jon Kristensen 52804f55ee Export functions necessary for external SASL handlers 13 years ago
Jon Kristensen dab0fc705e XEP modules depend only on `Network.Xmpp' and `Network.Xmpp.Internal' 13 years ago
Jon Kristensen eb7391061a Join `Stream' and `Connection' 13 years ago
Jon Kristensen 71998e0d8b Change module structure 13 years ago
Jon Kristensen efe9875399 Add limited SourceGraph module imports diagram, remove some imports 13 years ago
Philipp Balzarek 82e398fddd rename StanzaID to StanzaId 13 years ago
Jon Kristensen a205b23a6b Hide `Context', add exports, extend documentation 13 years ago
Jon Kristensen 2fa9b0decb Simplify API 13 years ago
Jon Kristensen c34982dba9 Projects/Pontarius/Apply various minor fixes 13 years ago
Jon Kristensen 03af489423 Enable proof-of-concept logging by use of hslogger 13 years ago
Jon Kristensen 6c7aa54ea4 Make the stream failure types more intuitive and clear 13 years ago
Philipp Balzarek a057326c13 rename XmppConnectionState to ConnectionState 13 years ago
Philipp Balzarek ff22fb3d48 refactor xmppConMonad 13 years ago
Philipp Balzarek fff335db2d rename Network.Xmpp.Monad to Network.Xmpp.Connection 13 years ago
Philipp Balzarek 1e42a760de Fix BufferedSource (couldn't handle leftovers and was therefore useless) 13 years ago
Philipp Balzarek ec08ba5833 shape documentation 13 years ago
Philipp Balzarek f44596eb98 add port argument to connect methods 13 years ago
Philipp Balzarek bcbe68bcac Update to xml-picklers 0.2.2 Add LangTag to Network.Xmpp re-export list 14 years ago
Philipp Balzarek aec8b3e2c3 update to conduit 0.5 and xml-conduit 1.0 14 years ago
Philipp Balzarek ef607f550b Add debug support (controlled by debug constant in Network.Xmpp.Monad) 14 years ago
Jon Kristensen f53abf0176 stream id now stored in connection state 14 years ago
Jon Kristensen 581f088aee correction of last patch: actually closed the stream following the stream errors 14 years ago
Jon Kristensen 67a37371be XmppConnection fields for jid to put in outgoing stream `from' 14 years ago
Jon Kristensen cd9f42e58f extended stream pickling and validation 14 years ago
Jon Kristensen 00ab24c3cb documentation clarification and some formatting 14 years ago
Philipp Balzarek 4e24d6f16a do proper disconnects 14 years ago
Jon Kristensen f0e8e2d4eb send xml declaration 14 years ago
Philipp Balzarek 1d54682baa rename JID to Jid 14 years ago
Philipp Balzarek cfb3597feb add scram 14 years ago
Philipp Balzarek d23ae0f149 replace XMPP with Xmpp everywhere to unify style 14 years ago
Jon Kristensen ce927ddcbf moved 'src' to 'source' 14 years ago
Jon Kristensen f0ebab5774 renames (pushN -> pushElement, push -> pushStanza, pushOpen -> 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 14 years ago
Philipp Balzarek 45edfcc56f Add conection state to connection object, rename some types 14 years ago
Philipp Balzarek bbf90aee45 protect xmppKillConnection from exceptions 14 years ago
Philipp Balzarek fc63b62bab unlifted connection handling 14 years ago