xml-push-0.0.0.9: Push XML from/to client to/from server over XMPP or HTTP

Safe HaskellNone

Network.XmlPush.Xmpp.Tls

Documentation

data XmppTls h Source

Instances

data XmppArgs h Source

Constructors

XmppArgs 

Fields

mechanisms :: [ByteString]
 
myJid :: Jid
 
passowrd :: ByteString
 
yourJid :: Jid
 
iNeedResponse :: XmlNode -> Bool
 
youNeedResponse :: XmlNode -> Bool