Ticket #20 (new defect)
Opened 23 months ago
roster.remove_item not compliant
| Reported by: | roberto | Owned by: | jajcus |
|---|---|---|---|
| Priority: | minor | Component: | pyxmpp |
| Keywords: | roster remove_item | Cc: |
Description
when using function roster.add_item:
- a string jid - a roster item
may be passed. instead, when using function roster.remove_item:
- only a JID object can be passed.
=> roster.remove_item should comply and accept:
- a string jid or - a roster item.
r.
Attachments
Note: See
TracTickets for help on using
tickets.