added xmpprc.example

This commit is contained in:
Arne Baeumler 2015-12-14 22:14:32 +01:00
parent efee87342f
commit 22899cb604

View 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"