Fix VCard extended_test

This commit is contained in:
Jan Kaluza 2016-02-15 14:16:36 +01:00
parent 9096914225
commit 0b069fe5cd
3 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
["responder@localhost"] = {
["groups"] = {
["Buddies"] = true;
};
["name"] = "responder";
["subscription"] = "both";
};
};

View file

@ -0,0 +1,9 @@
return {
["client@localhost"] = {
["groups"] = {
["Buddies"] = true;
};
["name"] = "client";
["subscription"] = "both";
};
};

View file

@ -0,0 +1,28 @@
return {
[1] = {
[1] = {
[1] = "image/png";
["attr"] = {
["xmlns"] = "vcard-temp";
};
["name"] = "TYPE";
};
[2] = {
[1] = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAAAAAAKSURBVHicY2AAAAACAAEAAAAASUVORA==";
["attr"] = {
["xmlns"] = "vcard-temp";
};
["name"] = "BINVAL";
};
["name"] = "PHOTO";
["attr"] = {
["xmlns"] = "vcard-temp";
};
};
["attr"] = {
["version"] = "2.0";
["prodid"] = "-//HandGen//NONSGML vGen v1.0//EN";
["xmlns"] = "vcard-temp";
};
["name"] = "vCard";
};