mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-24 10:23:42 -08:00
- Changed IQ stanzas to pointer semantics
- Fixed commands from v 0.4.0 and tests - Added primitive Result Sets support (XEP-0059)
This commit is contained in:
@@ -113,7 +113,7 @@ func (t *XMPPTransport) Ping() error {
|
||||
return err
|
||||
}
|
||||
if n != 1 {
|
||||
return errors.New("Could not write ping")
|
||||
return errors.New("could not write ping")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user