1package xmpp
2
3import . "gopkg.in/check.v1"
4
5type StanzaXMPPSuite struct{}
6
7var _ = Suite(&StanzaXMPPSuite{})
8