xmpp_codec, client: handle StreamEnd
This commit is contained in:
parent
380bd2fc02
commit
599e3be32e
3 changed files with 38 additions and 3 deletions
|
|
@ -88,6 +88,8 @@ pub enum ProtocolError {
|
|||
NoStreamId,
|
||||
/// Encountered an unexpected XML token
|
||||
InvalidToken,
|
||||
/// Unexpected <stream:stream> (shouldn't occur)
|
||||
InvalidStreamStart,
|
||||
}
|
||||
|
||||
/// Authentication error
|
||||
|
|
|
|||
Loading…
Reference in a new issue