Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + const Default_XmppMessageRequest_RawXml + const Default_XmppMessageRequest_Type + var PresenceResponse_SHOW_name = map[int32]string + var PresenceResponse_SHOW_value = map[string]int32 + var XmppMessageResponse_XmppMessageStatus_name = map[int32]string + var XmppMessageResponse_XmppMessageStatus_value = map[string]int32 + var XmppServiceError_ErrorCode_name = map[int32]string + var XmppServiceError_ErrorCode_value = map[string]int32 + type BulkPresenceRequest struct + FromJid *string + Jid []string + XXX_unrecognized []byte + func (*BulkPresenceRequest) ProtoMessage() + func (m *BulkPresenceRequest) GetFromJid() string + func (m *BulkPresenceRequest) GetJid() []string + func (m *BulkPresenceRequest) Reset() + func (m *BulkPresenceRequest) String() string + type BulkPresenceResponse struct + PresenceResponse []*PresenceResponse + XXX_unrecognized []byte + func (*BulkPresenceResponse) ProtoMessage() + func (m *BulkPresenceResponse) GetPresenceResponse() []*PresenceResponse + func (m *BulkPresenceResponse) Reset() + func (m *BulkPresenceResponse) String() string + type PresenceRequest struct + FromJid *string + Jid *string + XXX_unrecognized []byte + func (*PresenceRequest) ProtoMessage() + func (m *PresenceRequest) GetFromJid() string + func (m *PresenceRequest) GetJid() string + func (m *PresenceRequest) Reset() + func (m *PresenceRequest) String() string + type PresenceResponse struct + IsAvailable *bool + Presence *PresenceResponse_SHOW + Valid *bool + XXX_unrecognized []byte + func (*PresenceResponse) ProtoMessage() + func (m *PresenceResponse) GetIsAvailable() bool + func (m *PresenceResponse) GetPresence() PresenceResponse_SHOW + func (m *PresenceResponse) GetValid() bool + func (m *PresenceResponse) Reset() + func (m *PresenceResponse) String() string + type PresenceResponse_SHOW int32 + const PresenceResponse_AWAY + const PresenceResponse_CHAT + const PresenceResponse_DO_NOT_DISTURB + const PresenceResponse_EXTENDED_AWAY + const PresenceResponse_NORMAL + func (x *PresenceResponse_SHOW) UnmarshalJSON(data []byte) error + func (x PresenceResponse_SHOW) Enum() *PresenceResponse_SHOW + func (x PresenceResponse_SHOW) String() string + type XmppInviteRequest struct + FromJid *string + Jid *string + XXX_unrecognized []byte + func (*XmppInviteRequest) ProtoMessage() + func (m *XmppInviteRequest) GetFromJid() string + func (m *XmppInviteRequest) GetJid() string + func (m *XmppInviteRequest) Reset() + func (m *XmppInviteRequest) String() string + type XmppInviteResponse struct + XXX_unrecognized []byte + func (*XmppInviteResponse) ProtoMessage() + func (m *XmppInviteResponse) Reset() + func (m *XmppInviteResponse) String() string + type XmppMessageRequest struct + Body *string + FromJid *string + Jid []string + RawXml *bool + Type *string + XXX_unrecognized []byte + func (*XmppMessageRequest) ProtoMessage() + func (m *XmppMessageRequest) GetBody() string + func (m *XmppMessageRequest) GetFromJid() string + func (m *XmppMessageRequest) GetJid() []string + func (m *XmppMessageRequest) GetRawXml() bool + func (m *XmppMessageRequest) GetType() string + func (m *XmppMessageRequest) Reset() + func (m *XmppMessageRequest) String() string + type XmppMessageResponse struct + Status []XmppMessageResponse_XmppMessageStatus + XXX_unrecognized []byte + func (*XmppMessageResponse) ProtoMessage() + func (m *XmppMessageResponse) GetStatus() []XmppMessageResponse_XmppMessageStatus + func (m *XmppMessageResponse) Reset() + func (m *XmppMessageResponse) String() string + type XmppMessageResponse_XmppMessageStatus int32 + const XmppMessageResponse_INVALID_JID + const XmppMessageResponse_NO_ERROR + const XmppMessageResponse_OTHER_ERROR + func (x *XmppMessageResponse_XmppMessageStatus) UnmarshalJSON(data []byte) error + func (x XmppMessageResponse_XmppMessageStatus) Enum() *XmppMessageResponse_XmppMessageStatus + func (x XmppMessageResponse_XmppMessageStatus) String() string + type XmppSendPresenceRequest struct + FromJid *string + Jid *string + Show *string + Status *string + Type *string + XXX_unrecognized []byte + func (*XmppSendPresenceRequest) ProtoMessage() + func (m *XmppSendPresenceRequest) GetFromJid() string + func (m *XmppSendPresenceRequest) GetJid() string + func (m *XmppSendPresenceRequest) GetShow() string + func (m *XmppSendPresenceRequest) GetStatus() string + func (m *XmppSendPresenceRequest) GetType() string + func (m *XmppSendPresenceRequest) Reset() + func (m *XmppSendPresenceRequest) String() string + type XmppSendPresenceResponse struct + XXX_unrecognized []byte + func (*XmppSendPresenceResponse) ProtoMessage() + func (m *XmppSendPresenceResponse) Reset() + func (m *XmppSendPresenceResponse) String() string + type XmppServiceError struct + XXX_unrecognized []byte + func (*XmppServiceError) ProtoMessage() + func (m *XmppServiceError) Reset() + func (m *XmppServiceError) String() string + type XmppServiceError_ErrorCode int32 + const XmppServiceError_APPID_ALIAS_REQUIRED + const XmppServiceError_EXCEEDED_MAX_SIZE + const XmppServiceError_INVALID_JID + const XmppServiceError_INVALID_SHOW + const XmppServiceError_INVALID_TYPE + const XmppServiceError_INVALID_XML + const XmppServiceError_NONDEFAULT_MODULE + const XmppServiceError_NO_BODY + const XmppServiceError_UNSPECIFIED_ERROR + func (x *XmppServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x XmppServiceError_ErrorCode) Enum() *XmppServiceError_ErrorCode + func (x XmppServiceError_ErrorCode) String() string