摘要: 1. Vcard的数据发送和解析获取发送数据 在org.jivesoftware.smackx.packet.VCard 中构建 字段 以desc为例 public String desc; //好友签名 public String getDesc() { return otherSimpleFields.get("DESC"); } public void setDesc(String desc) { otherSimpleFields.put("DESC", desc); } 在otherSimpleFields... 阅读全文
posted @ 2013-04-15 21:30 散散客 阅读(753) 评论(0) 推荐(0) 编辑