File: chatrooms-sample.xml

package info (click to toggle)
empathy 2.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 20,248 kB
  • ctags: 6,575
  • sloc: ansic: 68,289; sh: 10,388; python: 2,431; xml: 1,355; makefile: 1,277
file content (15 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<chatrooms>
  <chatroom>
    <name>name1</name>
    <room>room1</room>
    <account>CHANGE_ME</account>
    <auto_connect>yes</auto_connect>
  </chatroom>
  <chatroom>
    <name>name2</name>
    <room>room2</room>
    <account>CHANGE_ME</account>
    <auto_connect>no</auto_connect>
  </chatroom>
</chatrooms>