xmpp-configuration.properties

来自「opennms得相关源码 请大家看看」· PROPERTIES 代码 · 共 26 行

PROPERTIES
26
字号
################################################################################# This file is the configuration for the the XMPPNotificationStrategy class.# It is used to specify the parameters required to make an XMPP connection on# behalf of OpenNMS.################################################################################## There are no default values for these properties, they MUST# be set to appropriate values for the XMPP account that will# be used to send messages.## This property defines the XMPP server to which the XmppNotificationStrategy# should connect when sending notifications.#xmpp.server =# These properties define the account information that should be used to connect# to the xmpp.server defined above.#xmpp.user   =#xmpp.pass   =## END#

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?