sum7
/
yaja
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
yaja/xmpp/wip.go

12 lines
368 B
Go

package xmpp
const (
// NSDiscoOfflineMessages implements XEP-0160: Best Practices for Handling Offline Messages - 7
//TODO where to put??
NSDiscoOfflineMessages = "msgoffline"
// NSDiscoSocks5Bytestreams implements XEP-0065: SOCKS5 Bytestreams - 14
//TODO where to put WIP iq implemention
NSDiscoSocks5Bytestreams = "http://jabber.org/protocol/bytestreams"
)