摘要:
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
散散客
阅读(814)
评论(0)
推荐(0)

浙公网安备 33010602011771号