Commit Graph

16 Commits (160-regression)

Author SHA1 Message Date
remicorniere 94aceac802 Changed "Disconnect" to wait for the closing stream tag. (#141)
4 years ago
remicorniere 7d89353156 Fix SIGSEGV in xmpp_component (#126)
4 years ago
Wichert Akkerman 0227596f90 Increase size of XML decoder internal buffers
4 years ago
Wichert Akkerman 6da1962962 Correctly open new streams after StartTLS and auth
4 years ago
Wichert Akkerman 33446ad0ba Create a new stream after StartTLS
4 years ago
Wichert Akkerman 38bdcaec36 Do not copy more bytes than were read
4 years ago
Wichert Akkerman ffadd331dd Add a go function to always read websockets
4 years ago
Wichert Akkerman 92329b48e6 Transports need to handle open/close stanzas
4 years ago
Wichert Akkerman 25fd476328 Negotiate xmpp websocket subprotocol
4 years ago
Wichert Akkerman 36e153f981 Allow transports to define their own ping mechanism
4 years ago
Wichert Akkerman 87ff01ac68 Fix websocket connect timeout
4 years ago
Wichert Akkerman 01d78a1e5c Fix error result from Transport.Connect errors
4 years ago
Wichert Akkerman a189748b9c Fix test for ws connection
4 years ago
Wichert Akkerman 8db608ccc1 Add IsSecure() to Transport
4 years ago
Wichert Akkerman 7fa4b06705 Move address into transport config
4 years ago
Wichert Akkerman 66e219844b Add a websocket transport
4 years ago