non-bidi streams don't work in Muji
Submitted by Simon McVittie
Assigned to Telepathy bugs list
Description
+++ This bug was initially created as a clone of Bug #46386 +++
In Gabble:
f (initial_direction != TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL)
- {
- g_set_error (error, TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED,
- "Adding un-directional contents is not supported"
- " in MUC channels");
- return NULL;
- } ... For the MUC case it's really that I didn't take the time to understand the muji code in gabble enough to propagate the information correctly.
Someone should fix that.
Version: git master