Hi John I think the QML side should look like this:
TelepathyChannelManager { id: handler }property var currentChannel: handler.getConversation("/org/freedesktop/Telepathy/Account/ring/tel/account0", "12345")
PullDownMenu { MenuItem { text: "Send Test SMS" onClicked: { currentChannel.sendMessage("Hello world"); } } } Chris _______________________________________________ SailfishOS.org Devel mailing list