[Bug 32125] Should support auth using captcha

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 7 15:22:49 CET 2012


https://bugs.freedesktop.org/show_bug.cgi?id=32125

--- Comment #17 from Thiago Macieira <thiago at kde.org> 2012-02-07 14:22:49 UTC ---
Let me try to address some of the comments:

1) any application in QtDBus can emit any signal. All it needs to do is call
QDBusMessage::createSignal and QDBusConnection::send. The library will not
block any sends.

2) any application can receive any signal, from any interface, provided that
the bus allows it (non-eavesdropping). The introspection is not required if
using QDBusConnection::connect.

3) the <interface> entry for org.freedesktop.DBus.Properties in the
introspection is added by QtDBus automatically and it will not include the
PropertiesChanged signal. As long as the receiver side does not require the
introspection, it should work.

4) QtDBus has so far not chosen to implement the signal due to the lack of a
way to be told when a receiver is listening for the signal. I refuse to
implement something that will broadcast useless data on the bus into /dev/null.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list