[telepathy] [Bug 319962] New: Ktp doesn't show delivery-echo messages
Detlev Casanova
detlev.casanova at gmail.com
Fri May 17 21:38:59 BST 2013
https://bugs.kde.org/show_bug.cgi?id=319962
Bug ID: 319962
Summary: Ktp doesn't show delivery-echo messages
Classification: Unclassified
Product: telepathy
Version: 0.6.1
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: text-ui
Assignee: kde-telepathy-bugs at kde.org
Reporter: detlev.casanova at gmail.com
Hello,
I use Ktp to connect to my facebook chat account and when I send a message with
ktp, the message appears in the conversation on the facebook web interface but
if I send the message with the facebook web interface, the message doesn't show
up in ktp.
I see that dbus is aware of the message with a delivery-echo so, the message is
received by telepathy on dbus but ktp won't show it.
Is it not implemented or the fact that the protocol says that an echo-delivery
without a message sent from the client is considered as an error ?
The dbus-monitor output is :
signal sender=:1.1060 -> dest=(null destination) serial=1633
path=TLEPATHY_PATH;
interface=org.freedesktop.Telepathy.Channel.Interface.Messages;
member=MessageReceived
array [
array [
dict entry(
string "message-received"
variant int64 1368819160
)
dict entry(
string "pending-message-id"
variant uint32 33
)
dict entry(
string "delivery-error"
variant uint32 4294967295
)
dict entry(
string "delivery-echo"
variant array [
array [
dict entry(
string "message-sender-id"
variant string
"detlev.casanova at chat.facebook.com"
)
dict entry(
string "message-sender"
variant uint32 1
)
]
array [
dict entry(
string "content"
variant string "MESSAGE"
)
dict entry(
string "content-type"
variant string "text/plain"
)
]
]
)
dict entry(
string "message-token"
variant string "TOKEN"
)
dict entry(
string "message-type"
variant uint32 4
)
dict entry(
string "delivery-status"
variant uint32 4
)
dict entry(
string "message-sender-id"
variant string "ID at chat.facebook.com"
)
dict entry(
string "message-sender"
variant uint32 394
)
]
]
Reproducible: Always
Steps to Reproduce:
1. Send message through the facebook web chat interface
2. the message won't show up in ktp
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list