vornerHello. Is the whiteboard plugin based on some XEP? Yesterday I noticed that if I talk to Psi+ contact, both sides claim the other side doesn't support whiteboarding. So it seems they are incompatible ☹
botRSS: Feeds for Gajim Plugins
• Changeset [619:37b94a2ee57e]: BirthdayReminderPlugin. new version
default
BirthdayReminderPlugin. new version
http://trac-plugins.gajim.org/changeset/37b94a2ee57edbb5dc8c7451f7ad20e7e93bec88
AsterixHi axce1,
Asterix 97 if account:
98 show_popup(account,key)
99 else:
100 for acct in accounts:
101 show_popup(account, key)
doesn't this mean we'll get 5 popups for the same contact if we have 5 accounts configured?
Asterixand something else:
xmldoc[len(self.vcard_path):][:-1] -> should be changed with a punny_decode()
Asterixjids are punny_encoded to get the vcard filename
axce1Asterix,
>doesn't this mean we'll get 5 popups for the same contact if we have 5 accounts configured?
Only if all 5 contacts 5 have the same contact
AsterixI don't think so. This is true if you call the check_birthdays() function with an account as parameter, but if you don't (like it's done my the 1day timeout) we'll get 5 popups even if the contact is in only one roster, no?
dicsonAsterix, no :-) see show_popup() if jid in account - show popup else : nothing
Asterixhaaa ok right :)
botRSS: Feeds for Gajim Plugins
• Changeset [620:97ae99988abd]: BirthdayReminderPlugin. new version
gtk3
BirthdayReminderPlugin. new version
http://trac-plugins.gajim.org/changeset/97ae99988abdb357686b0c6f81cd4d3e86373773