mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 10:02:00 -08:00
Export presence packet
This commit is contained in:
parent
06beebc812
commit
82c01de54b
@ -3,7 +3,7 @@ package xmpp
|
||||
import "encoding/xml"
|
||||
|
||||
// XMPP Packet Parsing
|
||||
type clientPresence struct {
|
||||
type ClientPresence struct {
|
||||
XMLName xml.Name `xml:"jabber:client presence"`
|
||||
Packet
|
||||
Show string `xml:"show,attr,omitempty"` // away, chat, dnd, xa
|
||||
|
Loading…
Reference in New Issue
Block a user