"sip sip",
new ShortBlob("sip sip".getBytes()),
new PostalAddress("sip sip"),
new PhoneNumber("sip sip"),
new Email("sip sip"),
new IMHandle(IMHandle.Scheme.sip, "sip"), // this is stored as "sip sip"
new Link("sip sip"),
new Category("sip sip"),
new BlobKey("sip sip")
),
asSet(
"xmpp xmpp",
new ShortBlob("xmpp xmpp".getBytes()),
new PostalAddress("xmpp xmpp"),
new PhoneNumber("xmpp xmpp"),
new Email("xmpp xmpp"),
new IMHandle(IMHandle.Scheme.xmpp, "xmpp"), // this is stored as "xmpp xmpp"
new Link("xmpp xmpp"),
new Category("xmpp xmpp"),
new BlobKey("xmpp xmpp")
),
asSet(-10f, -10d),