maniac103

Results 243 comments of maniac103

@Flowdalic l would appreciate some help regarding the integration of Smack here. My problem is the following: - I only need smack-core for this binding, as I don't need any...

The `WIP` tag is only for the XMPP issue described above, everything else in the binding should be ready for review.

> Have you tried Roster.setLoadedOnLogin(false)? I can not find that method in Smack's sources? > But the IQ request that yield an IQ error response that indicates that the service...

> Sorry it is Roster.setRosterLoadedAtLogin(). That one works and fixes the log spam, thanks!

@openhab/add-ons-maintainers May I ask for a review and/or help with the OSGi question, please? Thanks.

@openhab/add-ons-maintainers Any chance of getting this reviewed/merged for 3.4? From my side it should be ready, only open question is the XMPP SASL jar seemingly not being auto-installed for all...

Comparing https://github.com/sreichholf/dreamDroid/blob/master/app/src/net/reichholf/dreamdroid/fragment/CurrentServiceFragment.java#L169 with the factory method at https://github.com/sreichholf/dreamDroid/blob/master/app/src/net/reichholf/dreamdroid/fragment/dialogs/EpgDetailBottomSheet.java#L39 it looks like the bundle key name is off.

Does openhab-cloud allow for that? The notifications are fetched in pages, which means the backend needs to do that filtering.

> Well, Widget.Type is an enum, so this would require to change them to a class and adding an interface with a function like getHumanReadableType(), but only for some Widget.Types,...