Mercurial > pidgin
comparison libpurple/protocols/jabber/libxmpp.c @ 25026:e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
author | Tobias Markmann <tfar@soc.pidgin.im> |
---|---|
date | Sat, 05 Jul 2008 09:22:59 +0000 |
parents | 26eabe8e739b |
children | ba362a67278c |
comparison
equal
deleted
inserted
replaced
25025:a85f9b85a7fb | 25026:e61603ab10c6 |
---|---|
257 #endif | 257 #endif |
258 jabber_register_commands(); | 258 jabber_register_commands(); |
259 | 259 |
260 jabber_iq_init(); | 260 jabber_iq_init(); |
261 jabber_pep_init(); | 261 jabber_pep_init(); |
262 | 262 jabber_caps_init(); |
263 jabber_tune_init(); | 263 jabber_tune_init(); |
264 jabber_caps_init(); | |
265 | 264 |
266 #warning implement adding and retrieving own features via IPC API | 265 #warning implement adding and retrieving own features via IPC API |
267 | 266 |
268 jabber_add_feature(AVATARNAMESPACEMETA, jabber_pep_namespace_only_when_pep_enabled_cb); | 267 jabber_add_feature(AVATARNAMESPACEMETA, jabber_pep_namespace_only_when_pep_enabled_cb); |
269 jabber_add_feature(AVATARNAMESPACEDATA, jabber_pep_namespace_only_when_pep_enabled_cb); | 268 jabber_add_feature(AVATARNAMESPACEDATA, jabber_pep_namespace_only_when_pep_enabled_cb); |