~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-08-25 09:45:44 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20060825094544-he4b250gd01axmjh
Tags: 0.15-0ubuntu1
* New upstream release:
  - Updated the "Simple" theme
  - Removed the Edit Groups dialog and merged it into an Edit Contact 
    dialog where you can set the name too
  - Fixed "Hide Contact List" menu item which was actually hidden itself
  - Unsubscribe contacts when removing them, not just remove them from our 
    roster
  - Removed internal references for contacts in the Jabber backend when 
    removing the contact, this makes sure that when they are added again 
    during the same session, they are not just sent silent subscribed 
    responses
  - Added notifications when subscription requests arrive
  - Don't set contact type to permanent if they subscription is NONE.
  - Lots and lots of bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
http://bugzilla.gnome.org/enter_bug.cgi?product=gossip
14
14
 
 
15
D-Bus:
 
16
======
 
17
 
 
18
You can use the D-Bus interface to Gossip with the dbus-send command:
 
19
 
 
20
For example:
 
21
 
 
22
  $ dbus-send --print-reply --dest=org.gnome.Gossip \
 
23
    /org/gnome/Gossip org.gnome.Gossip.GetPresence string:'richard@imendio.com'
 
24
 
 
25
    method return sender=:1.31 -> dest=:1.34
 
26
    string "busy"
 
27
    string "Working"
 
28
 
 
29
Use the dbus-viewer to find out more about other interfaces available.