Hello,
I fix dbus error. Now Skype sending event messages and work
sending/receiving chat messages.
I create QDBus Adaptor and register Notify method on dbus
com.Skype.API.Client and this fix receiving dbus message from skype. It
is on /trunk/playground/network/kopete/protocols/skype/

I must fix context menu and then will be protocol useable.

-- 
Pali Rohár
[EMAIL PROTECTED]

Pali Rohár  wrote / napísal(a):
> Hello,
> I need set up Skype protocol to receive dbus messages from Skype. In
> DBusQt Connection 3 was signal messageArrived. How can I port it to
> kde4? (In QDBus 4. isn't any signal called messageArrived).
>
> It is in line 188-200 in
> /trunk/playground/network/kopete/protocols/skype/libskype/skypedbus/skypeconnection.cpp
>
> Can anybody help me with this receiving messages?
>
> ------------------------------------------------------------------------
> 188-200 skypeconnection.cpp:
>
> d->conn->registerObjectPath("org.kde.kopete.skype", "/com/Skype/Client");
> connect(d->conn, SIGNAL(messageArrived(const DBusQt::Message&)), this,
> SLOT(gotMessage(const DBusQt::Message &)));
> ------------------------------------------------------------------------
>
>   

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to