diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-25 16:54:02 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-25 16:54:02 +0800 |
commit | 52a187a4a9b60e90ed693e001eeb4d0a8bc21e67 (patch) | |
tree | b26e27774f05f29030f4ab64662d67bd3a0afc21 /data | |
parent | 9d8e0c6767a613f25030f7c8898a8e7a678e0664 (diff) | |
download | gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.tar gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.tar.gz gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.tar.bz2 gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.tar.lz gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.tar.xz gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.tar.zst gsoc2013-empathy-52a187a4a9b60e90ed693e001eeb4d0a8bc21e67.zip |
Add more SIP profiles
svn path=/trunk/; revision=824
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/ekiga.profile | 14 | ||||
-rw-r--r-- | data/fwd.profile | 15 | ||||
-rw-r--r-- | data/sipphone.profile | 16 |
4 files changed, 48 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 7bf442d48..a2f328534 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,6 +12,9 @@ profile_DATA = \ msn.profile \ msn-haze.profile \ sofiasip.profile \ + ekiga.profile \ + fwd.profile \ + sipphone.profile \ groupwise.profile autostartdir = $(sysconfdir)/xdg/autostart diff --git a/data/ekiga.profile b/data/ekiga.profile new file mode 100644 index 000000000..1acc71044 --- /dev/null +++ b/data/ekiga.profile @@ -0,0 +1,14 @@ +[Profile] +Manager = sofiasip +Protocol = sip +DisplayName = Ekiga.net (SIP) +IconName = im-ekiga +ConfigurationUI = sofiasip +VCardDefault = 1 +VCardField = X-SIP +Capabilities = chat-p2p, voice-p2p, split-account, video-p2p +DefaultAccountDomain = ekiga.net +Default-priority = 1 +Default-stun-server = stun.ekiga.net +Default-discover-stun = false + diff --git a/data/fwd.profile b/data/fwd.profile new file mode 100644 index 000000000..af05b2cc3 --- /dev/null +++ b/data/fwd.profile @@ -0,0 +1,15 @@ +[Profile] +Manager = sofiasip +Protocol = sip +DisplayName = FreeWorldDialup (SIP) +IconName = im-sip +ConfigurationUI = sofiasip +VCardDefault = 1 +VCardField = X-SIP +Capabilities = chav-p2p, voice-p2p, split-account, video-p2p +DefaultAccountDomain = fwd.pulver.com +Default-priority = 1 +Default-proxy-address = fwd.pulver.com +Default-stun-server = stun.fwdnet.net +Default-discover-stun = false + diff --git a/data/sipphone.profile b/data/sipphone.profile new file mode 100644 index 000000000..4904a7481 --- /dev/null +++ b/data/sipphone.profile @@ -0,0 +1,16 @@ +[Profile] +Manager = sofiasip +Protocol = sip +DisplayName = Sipphone.com (SIP) +IconName = im-sip +ConfigurationUI = sofiasip +VCardDefault = 1 +VCardField = X-SIP +Capabilities = voice-p2p, split-account, video-p2p +DefaultAccountDomain = proxy01.sipphone.com +Default-priority = 1 +Default-stun-server = stun01.sipphone.com +Default-proxy = 198.65.166.131 +Default-discover-stun = false +Default-transport = udp + |