added xmpprc.example
This commit is contained in:
parent
efee87342f
commit
22899cb604
12
notify/xmpp/xmpprc.example
Normal file
12
notify/xmpp/xmpprc.example
Normal file
@ -0,0 +1,12 @@
|
||||
# copy to ~/.xmpprc
|
||||
|
||||
|
||||
# XMPP server domain
|
||||
server = "example.org"
|
||||
|
||||
# XMPP port
|
||||
port = "5222"
|
||||
|
||||
username = "xmpp-user"
|
||||
password = "s3cr3t"
|
||||
resource = "cli-client"
|
Loading…
x
Reference in New Issue
Block a user