[Bug 518216] Re: empathy doesn't support MSN group chat

2011-05-03 Thread Phuah Yee Keat
I am on 11.04 64 bit, with Empathy 2.34.0-0ubuntu3 and telepathy- butterfly 0.5.15-1. I can't start a group chat on MSN. I remember previously that there is an option to Initiate Conversation, but now its gone, the option to "Invite to Chat Room" is disabled. -- You received this bug notificatio

[Bug 191889] Re: [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager.

2008-09-27 Thread Phuah Yee Keat
Sorry for two patches in quick succession. After some thought and testing, this is a better patch. ** Attachment added: "50_monitor_unmanaged.patch" http://launchpadlibrarian.net/18003776/50_monitor_unmanaged.patch -- [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online

[Bug 191889] Re: [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager.

2008-09-27 Thread Phuah Yee Keat
Changes to the previous patch: - the function nm_device_other_update_ppp is changed to nm_device_update_unmanaged and defined in the header file - now it monitors all unmanaged devices instead of just ppp devices - now it checks whether the unmanaged device have an IP address before signaling as

[Bug 191889] Re: [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager.

2008-09-12 Thread Phuah Yee Keat
Here you go: 1. its a quilt patch 2. using libnl (using existing structures from nm-netlink-monitor.c) 3. minimal changes 4. checks for POINTOPOINT in the flags (this can be easily removed, but I guess most of us have problems with ppp devices) 5. only handle unmanaged devices 6. utilize the mode

[Bug 191889] Re: [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper online state for networks that are managed outside of network manager.

2008-08-28 Thread Phuah Yee Keat
I have hacked network-manager to check every second whether any interface is up or not, besides the loopback interface. It worked perfectly for my ppp connection. Both firefox and pidgin starts up with the proper state, and even get notified when my ppp connection dies. Comments welcomed. Note th