forked from genofire/unified-push-xmpp
12 lines
291 B
Go
12 lines
291 B
Go
package main
|
|
|
|
const (
|
|
DBUSName = "org.unifiedpush.Distributor.xmpp"
|
|
|
|
DBUSDistributorPath = "/org/unifiedpush/Distributor"
|
|
DBUSDistributorInterface = "org.unifiedpush.Distributor1"
|
|
|
|
DBUSConnectorPath = "/org/unifiedpush/Connector"
|
|
DBUSConnectorInterface = "org.unifiedpush.Connector1"
|
|
)
|