Created Section XMPP (basic) (markdown)

Wim 2017-06-22 23:49:12 +02:00
parent 6d6a3aa2fd
commit fad816d51b

10
Section-XMPP-(basic).md Normal file

@ -0,0 +1,10 @@
```
[xmpp.myxmpp]
Server="jabber.example.com:5222"
#Jid your userid
Jid="user@example.com"
Password="yourpass"
Muc="conference.jabber.example.com"
Nick="xmppbot"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```